Send events to kafka in plain text format #2261
Replies: 4 comments
-
Hi @JavadHosseini. Can you provide a bit more context or maybe an example of the payload mapping? |
Beta Was this translation helpful? Give feedback.
-
Thanks for reply, |
Beta Was this translation helpful? Give feedback.
-
@JavadHosseini We are adding support for parquet files as a destination. That should be out in 2 weeks. May I know why would you want to send it to Kafka to generate parquet? Some of our users do the following - write JSON files to object storage (S3/Minio). Then trigger a lambda function which converts them to parquet. CC: @sivashanmukh |
Beta Was this translation helpful? Give feedback.
-
@SumanthPuram Wow, great news! thanks. |
Beta Was this translation helpful? Give feedback.
-
I have configured a Kafka destination in self-hosted environment. Currently events will be send to Kafka in JSON. But I need events to be stored in Kafka destination in plain text (e.g. id: x, name: y) that later can be converted to parquet.
Do I need to change the source code or there is an easier way?
Beta Was this translation helpful? Give feedback.
All reactions