mirror of
https://github.com/apache/nifi.git
synced 2025-03-06 17:39:36 +00:00
- Added ConsumeKafka and PublishKafka Processors with Kafka3ConnectionService - Added Kafka 3 integration tests This closes #8463 Co-authored-by: David Handermann <exceptionfactory@apache.org> Signed-off-by: David Handermann <exceptionfactory@apache.org>
1.1 KiB
1.1 KiB
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.