Github user alopresto commented on a diff in the pull request:
https://github.com/apache/nifi/pull/1119#discussion_r82645903
--- Diff: nifi-docs/src/main/asciidoc/getting-started.adoc ---
@@ -386,7 +385,7 @@ categorizing them by their functions.
- *PutSQL*: Executes the contents of a FlowFile as a SQL DDL Statement
(INSERT, UPDATE, or DELETE). The contents of the FlowFile must be a valid
SQL statement. Attributes can be used as parameters so that the contents
of the FlowFile can be parameterized SQL statements in order to avoid
SQL injection attacks.
-- *PutKafka*: Sends the contents of a FlowFile to Kafka as a message. The
FlowFile can be sent as a single message or a delimiter, such as a
+- *PutKafka*: Sends the contents of a FlowFile as a message to Apache
Kafka, specifically for 0.8.x versions. The FlowFile can be sent as a single
message or a delimiter, such as a
--- End diff --
Same comment as on `GetKafka`.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---