kafka/clients
David Jacot 98e535b524
MINOR: Simplify OffsetFetchResponse (#19642)
While working on https://github.com/apache/kafka/pull/19515, I came to
the conclusion that the OffsetFetchResponse is quite messy and overall
too complicated. This patch rationalize the constructors.
OffsetFetchResponse has a single constructor accepting the
OffsetFetchResponseData. A builder is introduced to handle the down
conversion. This will also simplify adding the topic ids. All the
changes are mechanical, replacing data structures by others.

Reviewers: Lianet Magrans <lmagrans@confluent.io>
2025-05-08 14:57:45 +02:00
..
clients-integration-tests/src/test MINOR: add boundary IT for delivery count (#19649) 2025-05-06 22:05:02 +01:00
src MINOR: Simplify OffsetFetchResponse (#19642) 2025-05-08 14:57:45 +02:00
.gitignore