Replies: 3 comments
|
Sorry I'm not familiar with what that is |
0 replies
|
Using a schema registry in combination with kafka will perform much better, you will serialize the messages in avro or protobuf and the datatypes for the k/v pairs are described in the schema-registry, less bandwidth and more performance for heavy pipelines. |
0 replies
|
First I'm hearing about it so sounds like an interesting feature to have. Happy to review PRs for this, or you can open a feature request issue to track |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Does CSP support the confluent kafka schema-registry for avro/protobuf?
All reactions