This is an automated email from the ASF dual-hosted git repository.
pvillard31 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/main by this push:
new 7dd9d5425ee NIFI-16116 Removed mention of ConsumeTwitter (#11433)
7dd9d5425ee is described below
commit 7dd9d5425ee1b32fe18ad799195bc66c9e1eb74e
Author: dan-s1 <[email protected]>
AuthorDate: Wed Jul 15 12:40:52 2026 -0400
NIFI-16116 Removed mention of ConsumeTwitter (#11433)
---
nifi-docs/src/main/asciidoc/getting-started.adoc | 2 --
1 file changed, 2 deletions(-)
diff --git a/nifi-docs/src/main/asciidoc/getting-started.adoc
b/nifi-docs/src/main/asciidoc/getting-started.adoc
index 5e75e951c30..d49c2105da8 100644
--- a/nifi-docs/src/main/asciidoc/getting-started.adoc
+++ b/nifi-docs/src/main/asciidoc/getting-started.adoc
@@ -374,8 +374,6 @@ categorizing them by their functions.
received from S3.
- *ConsumeKafka*: Fetches messages from Apache Kafka. The messages can be
emitted as a FlowFile per message or can be batched together using a
user-specified delimiter.
- *GetMongo*: Executes a user-specified query against MongoDB and writes the
contents to a new FlowFile.
-- *ConsumeTwitter*: Allows Users to register a filter to listen to the
X/Twitter "garden hose" or Enterprise endpoint, creating a FlowFile for each
post
- that is received.
=== Data Egress / Sending Data
- *PutEmail*: Sends an E-mail to the configured recipients. The content of the
FlowFile is optionally sent as an attachment.