-
Notifications
You must be signed in to change notification settings - Fork 80
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
Kafka protobuf consumer support #4375
Merged
Merged
Commits on Aug 24, 2023
-
Kafka protobuf consumer support
This adds support for kafka serdes-protobuf deserialization via KafkaTools#protobufSpec. There is an extensive amount of unit testing, both in the form of "how does this message structure gets parsed into column types" and "how do schema changes get adapted into the same table". While this feature is primarily targetted for use via KafkaTools, the underlying extensions-protobuf library is generalized to work in other cases as well. For example, it would work just as well at parsing protobuf messages via gRPC or websockets (at which point, it could easily be adapted into a blink table). The implementation is underpinned by a set a functional interfaces for extracting primitives or Objects from a generic type; in the case of protobuf, the generic type is com.google.protobuf.Message. Coupled with functional composition, these interfaces provide useful primitives for fluently expressing and executing parsing expressions in a reusable way. See https://docs.confluent.io/platform/current/schema-registry/fundamentals/serdes-develop/serdes-protobuf.html Fixes deephaven#3832
Configuration menu - View commit details
-
Copy full SHA for 543da37 - Browse repository at this point
Copy the full SHA 543da37View commit details -
Configuration menu - View commit details
-
Copy full SHA for e64b976 - Browse repository at this point
Copy the full SHA e64b976View commit details
Commits on Aug 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d641a30 - Browse repository at this point
Copy the full SHA d641a30View commit details
Commits on Sep 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 911189a - Browse repository at this point
Copy the full SHA 911189aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f0d04b - Browse repository at this point
Copy the full SHA 6f0d04bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e4c9ab9 - Browse repository at this point
Copy the full SHA e4c9ab9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 513e7cf - Browse repository at this point
Copy the full SHA 513e7cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1abe406 - Browse repository at this point
Copy the full SHA 1abe406View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a5687a - Browse repository at this point
Copy the full SHA 0a5687aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 73c0624 - Browse repository at this point
Copy the full SHA 73c0624View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99ba1bf - Browse repository at this point
Copy the full SHA 99ba1bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ddbda0 - Browse repository at this point
Copy the full SHA 0ddbda0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4114db4 - Browse repository at this point
Copy the full SHA 4114db4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05dc323 - Browse repository at this point
Copy the full SHA 05dc323View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c6f86c - Browse repository at this point
Copy the full SHA 8c6f86cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 011032d - Browse repository at this point
Copy the full SHA 011032dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f538b08 - Browse repository at this point
Copy the full SHA f538b08View commit details
Commits on Sep 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5e9d7b9 - Browse repository at this point
Copy the full SHA 5e9d7b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a9182d - Browse repository at this point
Copy the full SHA 0a9182dView commit details -
Configuration menu - View commit details
-
Copy full SHA for dc72866 - Browse repository at this point
Copy the full SHA dc72866View commit details -
Configuration menu - View commit details
-
Copy full SHA for f569254 - Browse repository at this point
Copy the full SHA f569254View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c4b1cd - Browse repository at this point
Copy the full SHA 1c4b1cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e9fce2 - Browse repository at this point
Copy the full SHA 0e9fce2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04f09b7 - Browse repository at this point
Copy the full SHA 04f09b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for c45a57d - Browse repository at this point
Copy the full SHA c45a57dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b7a1538 - Browse repository at this point
Copy the full SHA b7a1538View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a975f2 - Browse repository at this point
Copy the full SHA 4a975f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56b713d - Browse repository at this point
Copy the full SHA 56b713dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3302e23 - Browse repository at this point
Copy the full SHA 3302e23View commit details
Commits on Sep 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bd93a6c - Browse repository at this point
Copy the full SHA bd93a6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 66bdec8 - Browse repository at this point
Copy the full SHA 66bdec8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7baad9f - Browse repository at this point
Copy the full SHA 7baad9fView 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.