Support Questions

Find answers, ask questions, and share your expertise

Does Kafka handle unstructured data as well ?

avatar
New Contributor

Does Kafka handle unstructured and semi structured data as well ?

1 REPLY 1

avatar
Kafka just accepts messages (whatever format, plaintext, binary, etc), and makes those available for consumption. Its really up to your producers and consumers how the actual message data is structured.

-pd