mirror of https://github.com/apache/nifi.git
d04d38fc44
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> |
||
---|---|---|
.. | ||
src/test | ||
README.md | ||
pom.xml |
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.