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

Feat/pbserver #59

Merged
merged 11 commits into from
Apr 13, 2021
Merged

Feat/pbserver #59

merged 11 commits into from
Apr 13, 2021

Conversation

javierguerragiraldez
Copy link
Contributor

@javierguerragiraldez javierguerragiraldez commented Mar 22, 2021

Replace the net/rpc / MsgPack protocol with a simple streaming Protobuf.

Pros: much simpler code (no "callback as return StepData" with goroutine+channel-mediated procedure inversion), static-typing

Cons: more explicit copying of complex structs, not compatible with pluginserver (embedded server only)

should be tagged as v0.7.0-beta1 after merging. Don't remove the -beta before Kong 2.4 GA. Maybe we have to wait to EE 2.4 because we don't want anybody to use this by mistake before all "official latest" Kong images support this protocol

@javierguerragiraldez javierguerragiraldez force-pushed the feat/pbserver branch 8 times, most recently from 299409c to 11a33f3 Compare March 30, 2021 15:18
@dndx dndx requested a review from gszr March 31, 2021 18:11
Copy link
Member

@gszr gszr left a comment

Choose a reason for hiding this comment

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

👍

good to squash and merge

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.

2 participants