Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add seed sample #598

Merged
merged 14 commits into from Apr 17, 2019
Merged

Add seed sample #598

merged 14 commits into from Apr 17, 2019

Conversation

AdrianRaFo
Copy link
Contributor

Add a new sample to Mu based on:
https://github.com/AdrianRaFo/RPC-Avro-Seed
https://github.com/AdrianRaFo/RPC-Proto-Seed
with the minimal client and server on both avro and protobuf

…ample/seed/server/process/AvroPeopleServiceHandler.scala

Co-Authored-By: AdrianRaFo <15971742+AdrianRaFo@users.noreply.github.com>
@codecov
Copy link

codecov bot commented Apr 12, 2019

Codecov Report

Merging #598 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #598   +/-   ##
=======================================
  Coverage   82.36%   82.36%           
=======================================
  Files          62       62           
  Lines         964      964           
  Branches       12       12           
=======================================
  Hits          794      794           
  Misses        170      170

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fe5a6f7...a7b2794. Read the comment docs.

build.sbt Outdated Show resolved Hide resolved
build.sbt Outdated Show resolved Hide resolved
build.sbt Outdated Show resolved Hide resolved
build.sbt Outdated Show resolved Hide resolved
build.sbt Outdated Show resolved Hide resolved
Copy link
Contributor

@fedefernandez fedefernandez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left some comments but it looks overall. Thanks

build.sbt Outdated Show resolved Hide resolved
build.sbt Outdated Show resolved Hide resolved
build.sbt Outdated Show resolved Hide resolved
build.sbt Outdated Show resolved Hide resolved
build.sbt Outdated Show resolved Hide resolved

abstract class ServerBoot[F[_]: ConcurrentEffect] {

def runProgram(args: List[String]): F[ExitCode] =
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as the client program, you can make ServerBoot extends IOApp and rename this to def run(args: List[String]): IO[ExitCode]

fedefernandez and others added 10 commits April 15, 2019 11:33
Co-Authored-By: AdrianRaFo <15971742+AdrianRaFo@users.noreply.github.com>
Co-Authored-By: AdrianRaFo <15971742+AdrianRaFo@users.noreply.github.com>
Co-Authored-By: AdrianRaFo <15971742+AdrianRaFo@users.noreply.github.com>
Co-Authored-By: AdrianRaFo <15971742+AdrianRaFo@users.noreply.github.com>
Co-Authored-By: AdrianRaFo <15971742+AdrianRaFo@users.noreply.github.com>
Co-Authored-By: AdrianRaFo <15971742+AdrianRaFo@users.noreply.github.com>
Co-Authored-By: AdrianRaFo <15971742+AdrianRaFo@users.noreply.github.com>
Co-Authored-By: AdrianRaFo <15971742+AdrianRaFo@users.noreply.github.com>
Co-Authored-By: AdrianRaFo <15971742+AdrianRaFo@users.noreply.github.com>
@AdrianRaFo
Copy link
Contributor Author

@fedefernandez @juanpedromoreno ready for a second review

@AdrianRaFo AdrianRaFo merged commit 76afadd into master Apr 17, 2019
@AdrianRaFo AdrianRaFo deleted the arf-add-seed-sample branch April 17, 2019 10:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants