Replies: 3 comments
-
Sorry I'm not familiar with what that is |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
-
Does CSP support the confluent kafka schema-registry for avro/protobuf?
Beta Was this translation helpful? Give feedback.
All reactions