Kafka doesn't know about type or schema transferred documents. For Kafka cluster all messages are just bytes. But it is good, at least from client side, to know data type of message. And for that we have another component - Schema Registry. In short,...
lookinjava.hashnode.dev3 min readNo responses yet.