Skip to content

NIFI-16097 Added enable.idemotence Option in Publish Kafka Processor#11413

Open
loguylo wants to merge 1 commit into
apache:mainfrom
loguylo:NIFI-16097
Open

NIFI-16097 Added enable.idemotence Option in Publish Kafka Processor#11413
loguylo wants to merge 1 commit into
apache:mainfrom
loguylo:NIFI-16097

Conversation

@loguylo

@loguylo loguylo commented Jul 9, 2026

Copy link
Copy Markdown

Summary

NIFI-16097

Tracking

Please complete the following tracking steps prior to pull request creation.

Issue Tracking

Pull Request Tracking

  • Pull Request title starts with Apache NiFi Jira issue number, such as NIFI-00000
  • Pull Request commit message starts with Apache NiFi Jira issue number, as such NIFI-00000
  • Pull request contains commits signed with a registered key indicating Verified status

Pull Request Formatting

  • Pull Request based on current revision of the main branch
  • Pull Request refers to a feature branch with one commit containing changes

Verification

Please indicate the verification steps performed prior to pull request creation.

Build

  • Build completed using ./mvnw clean install -P contrib-check
    • JDK 21
    • JDK 25

Licensing

  • New dependencies are compatible with the Apache License 2.0 according to the License Policy
  • New dependencies are documented in applicable LICENSE and NOTICE files

Documentation

  • Documentation formatting appears as expected in rendered files

@loguylo loguylo force-pushed the NIFI-16097 branch 2 times, most recently from f5b9d83 to da4743d Compare July 9, 2026 22:16

@exceptionfactory exceptionfactory left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for proposing this additional configuration option @loguylo. This looks like a straightforward addition on initial review, I noted one stylistic recommendation.

Comment on lines +146 to +148
.description("Specifies whether the producer will ensure that exactly one copy of each message is written in the stream. " +
"If set to ‘false’, producer retries due to broker failures, etc., may write duplicates of the retried message in the stream. " +
"Corresponds to Kafka Client enable.idempotence property.")

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A multiline string can be used instead of string concatenation for the description

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