[
https://issues.apache.org/jira/browse/NIFI-2801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15562872#comment-15562872
]
ASF GitHub Bot commented on NIFI-2801:
--------------------------------------
Github user alopresto commented on a diff in the pull request:
https://github.com/apache/nifi/pull/1119#discussion_r82645819
--- Diff: nifi-docs/src/main/asciidoc/getting-started.adoc ---
@@ -371,8 +371,7 @@ categorizing them by their functions.
the content fetched from HDFS.
- *FetchS3Object*: Fetches the contents of an object from the Amazon Web
Services (AWS) Simple Storage Service (S3). The outbound FlowFile contains the
contents
received from S3.
-- *GetKafka*: Consumes messages from Apache Kafka. The messages can be
emitted as a FlowFile per message or can be batched together using a
user-specified
- delimiter.
+- *GetKafka*: Fetches messages from Apache Kafka, specifically for 0.8.x
versions. The messages can be emitted as a FlowFile per message or can be
batched together using a user-specified delimiter.
--- End diff --
It's my understanding that this is the best solution for all versions prior
to and including `0.8.x`. I am not sure of compatibility with individual
versions, as Kafka does not maintain backward compatibility on minor releases,
but we don't have any other processors for `0.7.x`, etc.
> Add information about relevant version to *Kafka processor documentation
> ------------------------------------------------------------------------
>
> Key: NIFI-2801
> URL: https://issues.apache.org/jira/browse/NIFI-2801
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Documentation & Website
> Affects Versions: 1.0.0, 0.7.0
> Reporter: Andy LoPresto
> Assignee: Andrew Lim
> Priority: Minor
> Labels: Beginner
Documentation
Kafka
> Fix For: 1.1.0, 0.8.0
>
>
> A frequent obstacle for new users is the various processors for communicating
> with Kafka. Due to incompatibilities between different versions of Kafka,
> there are currently 6 processors (3 to push data and 3 to pull data), and
> each "pair" targets a specific version. We should add text to the
> documentation/description of each to clarify explicitly which version of
> Kafka the processor targets, and what its "complementary" processor is named.
> * <=0.8 -- PutKafka/GetKafka
> * 0.9 -- PublishKafka/ConsumeKafka
> * 0.10 -- PublishKafka_0_10/ConsumeKafka_0_10
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)