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

Reduce service duplication #13

Open
raskchanky opened this issue May 17, 2018 · 0 comments
Open

Reduce service duplication #13

raskchanky opened this issue May 17, 2018 · 0 comments

Comments

@raskchanky
Copy link
Member

raskchanky commented May 17, 2018

I'm in the middle of creating sessionsrv right now, and so far there's a fair amount of code duplication between originsrv and sessionsrv. Basic things like starting up, running migrations, reading in config files, and setting up a grpc server are all more or less identical, modulo the name of the service. We should either figure out a way to abstract all this away into something more generic, or figure out a way to code-gen it all.

It'd be good to have this stuff in place before creating another service.

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

No branches or pull requests

1 participant