This is an automated email from the ASF dual-hosted git repository.
edocomar pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git
from 9368ef81b5c KAFKA-16865: Add IncludeTopicAuthorizedOperations option
for DescribeTopicPartitionsRequest (#16136)
add 615e6e705c6 KAFKA-16570 FenceProducers API returns "unexpected error"
when succes… (#16229)
No new revisions were added by this update.
Summary of changes:
.../admin/internals/FenceProducersHandler.java | 4 +
.../admin/internals/FenceProducersHandlerTest.java | 1 +
.../admin/AdminFenceProducersIntegrationTest.scala | 141 +++++++++++++++++++++
3 files changed, 146 insertions(+)
create mode 100644
core/src/test/scala/integration/kafka/admin/AdminFenceProducersIntegrationTest.scala