Integrating Confluent kafka with racecar #253
Unanswered
srikanthreddy919
asked this question in
Q&A
Replies: 1 comment
-
It looks like you are receiving messages just fine. Call e.g. Also, read this section of the README. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have tried to implement Confluent Kafka with racecar but I am getting messages in Different format
#<Racecar::Message:0x00007ffa15b08be8 @rdkafka_message=#<Rdkafka::Consumer::Message:0x00007ffa15b09ea8 @topic="dv1.aws-use1.align.fct.doctor.v1", @Partition=5, @payload="{"count":0}", @key="alice", @offset=85, @timestamp=2021-07-09 16:26:18 +0530, @headers={}>, @retries_count=0>
Please suggest any idea and solution
Beta Was this translation helpful? Give feedback.
All reactions