Options
- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Does Kafka handle unstructured data as well ?
Labels:
- Labels:
-
Apache Kafka
New Contributor
Created on ‎06-28-2018 06:48 AM - edited ‎09-16-2022 06:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Does Kafka handle unstructured and semi structured data as well ?
1 REPLY 1
Guru
Created ‎06-29-2018 08:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
-pd
