Firenz created NIFI-9011:
----------------------------
Summary: 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.2, 1.13.1, 1.14.0, 1.13.0
Reporter: Firenz
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)