[ https://issues.apache.org/jira/browse/NIFI-9011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17430588#comment-17430588 ]
ASF subversion and git services commented on NIFI-9011: ------------------------------------------------------- Commit 4bcfc615636ef2491847288656b816c752957d37 in nifi's branch refs/heads/main from Bryan Bende [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=4bcfc61 ] NIFI-9011 Correct tags in publish Kafka 2.6 processors Signed-off-by: Pierre Villard <pierre.villard...@gmail.com> This closes #5464. > Tags Processor Kafka 2.6 / 2.5 > ------------------------------ > > Key: NIFI-9011 > URL: https://issues.apache.org/jira/browse/NIFI-9011 > Project: Apache NiFi > Issue Type: Bug > Affects Versions: 1.13.0, 1.14.0, 1.13.1, 1.13.2 > Reporter: Mermillod > Assignee: Bryan Bende > Priority: Trivial > Time Spent: 10m > Remaining Estimate: 0h > > The Kafka processors 2.6 are still decribe are "2.5" > One exemple : > In > /nifi/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-2-6-processors/src/main/java/org/apache/nifi/processors/kafka/pubsub > {code:java} > @CapabilityDescription("Sends the contents of a FlowFile as a message to > Apache Kafka using the Kafka 2.5 Producer API." > + "The messages to send may be individual FlowFiles or may be delimited, > using a " > + "user-specified delimiter, such as a new-line. " > + "The complementary NiFi processor for fetching messages is > ConsumeKafka_2_6.") > {code} > -- This message was sent by Atlassian Jira (v8.3.4#803005)