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
Post a Comment