nifi/nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-3-integration
Mark Payne d04d38fc44
NIFI-13787 Fixed error and record handling in ConsumeKafka
Eliminated unnecessary connection pooling at the service layer so that a single Consumer is made available to the processor. This allows the processor to rollback offsets and provides a simpler API.

This closes #9298

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-09-22 17:33:54 -05:00
..
src/test NIFI-13787 Fixed error and record handling in ConsumeKafka 2024-09-22 17:33:54 -05:00
README.md NIFI-11259 Added Redesigned Kafka Processors and Services 2024-06-24 17:55:06 -05:00
pom.xml NIFI-13651 Moved framework-related modules under framework-bundle 2024-08-16 13:44:13 -05:00

README.md

ConsumeKafkaIT

  • When additional test cases were added to ConsumeKafkaIT, intermittent test failures were observed. Experimenting with processor parameters yielded a learning that, in the test containers test environment, reuse of consumer group ID was confusing Kafka client. Use of fresh group ID for each test case led to repeatable successful test runs.