Skip to content

NIFI-2444 NIFI-2445 fixed PublishKafka#758

Closed
olegz wants to merge 2 commits intoapache:masterfrom
olegz:NIFI-2444
Closed

NIFI-2444 NIFI-2445 fixed PublishKafka#758
olegz wants to merge 2 commits intoapache:masterfrom
olegz:NIFI-2444

Conversation

@olegz
Copy link
Copy Markdown
Contributor

@olegz olegz commented Aug 1, 2016

  • fixed the logging issue NIFI-2444 by ensuring the ProcessLog is added to KafkaPublisher
  • fixed KafkaPublisher's isAllAcked operation to ensure that it properly reports that the flow file has failed.
  • added additional test

@markap14
Copy link
Copy Markdown
Contributor

markap14 commented Aug 1, 2016

@olegz the KafkaPublisher class is now logging everything twice. I think we need to get rid of the internal logger and use only the Processor Logger.

@olegz olegz force-pushed the NIFI-2444 branch 2 times, most recently from 86daf9f to c62d9a9 Compare August 1, 2016 16:25
- fixed the logging issue NIFI-2444 by ensuring the ProcessLog is added to KafkaPublisher
- fixed KafkaPublisher's isAllAcked operation to ensure that it properly reports that the flow file has failed.
- added additional test
@olegz olegz force-pushed the NIFI-2444 branch 2 times, most recently from 696d257 to 4bf8257 Compare August 2, 2016 22:35
@markap14
Copy link
Copy Markdown
Contributor

markap14 commented Aug 3, 2016

All looks good now. I was able to verify that contrib-check passes. All unit tests pass and all compiles. Was able to deploy to same system that was having problems before and see that all FlowFiles are now routed to 'failure' as appropriate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants