Github user olegz commented on a diff in the pull request:
https://github.com/apache/nifi/pull/618#discussion_r70122001
--- Diff:
nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-processors/src/main/java/org/apache/nifi/processors/kafka/KafkaPublisher.java
---
@@ -114,10 +121,13 @@ KafkaPublisherResult publish(PublishingContext
publishingContext) {
int prevLastAckedMessageIndex =
publishingContext.getLastAckedMessageIndex();
List<Future<RecordMetadata>> resultFutures = new ArrayList<>();
+ System.out.println(1 - prevLastAckedMessageIndex);
--- End diff --
Yep, i'll wait till you all done and will address this and whatever others
in one shot
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---