-
-
Notifications
You must be signed in to change notification settings - Fork 1
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(protobuf) Add support for protobuf message topics #344
Merged
Commits on Oct 29, 2024
-
feat(protobuf) Add support for protobuf message topics
For taskworkers (and likely other topics) in the future, we would like to put protobuf serialized messages into the topic instead of json/msgpack. Using protobufs will let us have one message schema for both kafka, rpc and application logic. In order to get access to the protobuf generated code, I've needed to expand the dependencies of this library. I thought this was the simplest to build and maintain solution.
Configuration menu - View commit details
-
Copy full SHA for 6bb1c9b - Browse repository at this point
Copy the full SHA 6bb1c9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 612bb13 - Browse repository at this point
Copy the full SHA 612bb13View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8443f5 - Browse repository at this point
Copy the full SHA a8443f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3650731 - Browse repository at this point
Copy the full SHA 3650731View commit details -
Configuration menu - View commit details
-
Copy full SHA for 138074c - Browse repository at this point
Copy the full SHA 138074cView commit details
Commits on Oct 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 816d3ed - Browse repository at this point
Copy the full SHA 816d3edView commit details -
Configuration menu - View commit details
-
Copy full SHA for b96a93a - Browse repository at this point
Copy the full SHA b96a93aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 43e872f - Browse repository at this point
Copy the full SHA 43e872fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a9ef9b - Browse repository at this point
Copy the full SHA 6a9ef9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8adcef4 - Browse repository at this point
Copy the full SHA 8adcef4View commit details -
Configuration menu - View commit details
-
Copy full SHA for d04df02 - Browse repository at this point
Copy the full SHA d04df02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d9d373 - Browse repository at this point
Copy the full SHA 1d9d373View commit details -
We don't have any topics that are backward yet.
Configuration menu - View commit details
-
Copy full SHA for 1690e0f - Browse repository at this point
Copy the full SHA 1690e0fView commit details -
Our protos package isn't compatible with python 3.9. 3.9 went end of life mid 2022 and I don't think we have any applications still running on 3.9
Configuration menu - View commit details
-
Copy full SHA for b5b8d7e - Browse repository at this point
Copy the full SHA b5b8d7eView commit details
Commits on Oct 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e022d8a - Browse repository at this point
Copy the full SHA e022d8aView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.