-
Data flow
vector version
when i use script pub 10 messages to kafka script log is as follows
vector just print 3 messages
kafka console consumer print 10 messages
describe consumer group
looks like missing message |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Based on the |
Beta Was this translation helpful? Give feedback.
Based on the
Consumer ID
column from the consumer group describe output you included, it looks like you have 2 vector processes, each consuming 3 kafka partitions. Did the missing messages get consumed by the second vector process?