mirror of https://github.com/apache/kafka.git
The current naming of the fields in `ProducerIdsRecord` is a little confusing in regard to whether the block range was inclusive or exclusive. This patch tries to improve naming to make this clearer. In the record class, instead of `ProducerIdsEnd`, we use `NextProducerId`. We have also updated related classes such as `ProducerIdsBlock.java` with similar changes. Reviewers: dengziming <dengziming1993@gmail.com>, David Arthur <mumrah@gmail.com> |
||
---|---|---|
.. | ||
src | ||
.gitignore |