Re: [PROPOSAL] Add commercial support page on website

2024-01-14 Thread tison
on is somehow neutral and valuable, you can ask the @apachekafka Twitter (X) account to propagate it and provide a blog for Kafka blogs. This is the common way how third-party "evangelist" producing content and get it promoted. Best, tison. Matthias J. Sax 于2024年1月13日周六 07:35写

Re: [QUESTION] What is the difference between sequence and offset for a Record?

2023-08-08 Thread tison
Thanks for your reply! I may not use "normalization". What I want to refer to is: appendInfo.setLastOffset(offset.value - 1) which underneath updates the base offset field (in record batch) but not the offset delta of each record. Best, tison. Justine Olshan 于2023年8月8日周二 00:43

Re: [QUESTION] What is the difference between sequence and offset for a Record?

2023-08-07 Thread tison
delta. This field is given by the producer and the broker should only read it. Is it correct? I implement the manipulation part of base offset following this understanding at [1]. Best, tison. [1] https://github.com/tisonkun/kafka-api/blob/d080ab7e4b57c0ab0182e0b254333f400e616cd2/simplesrv/src/l

[QUESTION] What is the difference between sequence and offset for a Record?

2023-08-01 Thread tison
y need to update offset for records produced. How does Kafka set the correct offset for each produced records? And how does Kafka maintain the calculation for offset and sequence during these modifications? I'll appreciate if anyone can answer the question or give some insights :D Best, tison. [1]