You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is a very interesting approach to what I've been looking for in Yolean/kubernetes-kafka#101. Have you also considered managing schemas?
A topic declaration could contain Avro schema(s) and the operator could create them in Schema Registry using the -key and -value convention.
Also it seems Confluent won't supportJSON schema. A REST endpoint for looking up schemas, and schema format, could be useful for those writing their own Serdes.
I started a PoC operator hack a while ago, with a CRD for topic instead of a config map. How about that?
The text was updated successfully, but these errors were encountered:
We currently don't use Avro schemas as we use protobuf internally, but I've heard this request already. I think it is definitely something interesting for people using them.
This project is a very interesting approach to what I've been looking for in Yolean/kubernetes-kafka#101. Have you also considered managing schemas?
A topic declaration could contain Avro schema(s) and the operator could create them in Schema Registry using the
-key
and-value
convention.Also it seems Confluent won't support JSON schema. A REST endpoint for looking up schemas, and schema format, could be useful for those writing their own Serdes.
I started a PoC operator hack a while ago, with a CRD for topic instead of a config map. How about that?
The text was updated successfully, but these errors were encountered: