Kafka Producers and Consumers in Rust with Protobuf examples #122
hongbo-miao
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thanks for @gklijs guide! I cannot find any demo online to use this library with Protobuf.
So I posted my Kafka Producers and Consumers in Rust with Protobuf demo code at
https://github.com/hongbo-miao/hongbomiao.com/tree/c60ab834456279df00ec55b1e2c7a245df82e277/hm-kafka/kafka-client/kafka-rust
Here is the command to create the schema for the corresponding code:
AKHQ can also see Protobuf data correctly with corresponding schema in Confluent Schema Registry:
Redpanda Console can also see Protobuf data correctly with corresponding schema in Confluent Schema Registry:
Hopefully it can save people some time in future!☺️
References
Beta Was this translation helpful? Give feedback.
All reactions