Dmitriy Kulagin
Dmitriy Kulagin
https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/
cnt := 1000 ss := make([][]string, cnt, cnt) // len = cap = 1000 s := make([]string, 1, 1) // len = cap = 1 : slice header = 24...
In topic with log compaction the incorrect handling of lengthRemain into readMessageV2 lead to endlessly reading of the same compacted batch. It is happens because skipping offset to batch.lastOffset assumes...
**Receiving compressed batches from compacted topic sometimes leads to number of errors** In some cases (depends on messages in topic) the consumer (that reads from the first offset) can fall...