0
votes

If records are individually posted/sent to the Kafka topic by the Producer, will each record/message have a separate offset# assigned? OR will multiple records be combined into single message for which an offset# will be assigned?

1
Possible duplicate of Kafka: Offset sequenceRobin Moffatt
Please don't repost. It's not clear if you're trying to ask something differentOneCricketeer

1 Answers

0
votes

Each record will get its own offset assigned. You can refer to official doc.