Are there any risks to having different Kafka topics that process different file formats? -


for same cluster of machines run kafka, have different topics process messages of different types, 1 topic protobuf, 1 avro, , 1 string messages.

could there problems setup?

this totally valid use case long employ multiple producers/consumers different serializers/deserializers each topic.


Comments

Popular posts from this blog

sql server - Cannot query correctly (MSSQL - PHP - JSON) -

php - trouble displaying mysqli database results in correct order -

C++ Linked List -