Closed dekke046 closed 2 years ago
only the actual schema name which was being used during the producing process of a message is being added/sent as metadata
From what I understood, sounds like you should be using CloudEvents SDK, which can optionally be used with Kafka, and does not dictate what serialization format you use, nor depend on a Schema Registry as this repo does.
Closing the issue as it doesn't seem related to this module.
Hi,
I would like to use the client to communicatie with our Apache Kafka (MSK) cluster which is working differently as the confluence variants. The main difference is, there is no direct relation with the schema server in de producing process, only the actual schema name which was being used during the producing process of a message is being added/sent as metadata:
There is a python package which can be use with this Kafka cluster, but I prefer to use Golang. En snippet from the python producer, to make it more clear:
So if someone reads this, would this be possible with this package? Or are there other Golang packages more suitable? Or am I really banned to use python ;-)