[
https://issues.apache.org/jira/browse/NIFI-13452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17861212#comment-17861212
]
Zsihovszki Krisztina commented on NIFI-13452:
---------------------------------------------
[~joewitt] You are right in the case description, I should have specified it
more thoroughly.
I agree, the channel id and message timestamp should come from upstream
processors. I tested the processor with PublishSlack where both
"slack.channel.id" and "slack.ts" attributes were added to the incoming Flow
File.
I've checked the other two processors either. ConsumeSlack adds
"slack.channel.id" but it does not set "slack.ts", since it produces a bulk
response, a JSON file including more messages.
The ListenSlack does not add any of the attributes, it produces a JSON file as
well.
It is acceptable if I mention in the processor description that in case of
ConsumeSlack, ListenSlack the channel id / message timestamp attributes need to
be extracted from the received JSON file by e.g. EvaluateJsonPath ?
Minor question: Is the GetSlackReaction name fine or I should have changed it
GetSlackReaction{*}s{*}?
> GetSlackReaction processor to fetch reactions
> ---------------------------------------------
>
> Key: NIFI-13452
> URL: https://issues.apache.org/jira/browse/NIFI-13452
> Project: Apache NiFi
> Issue Type: New Feature
> Reporter: Zsihovszki Krisztina
> Assignee: Zsihovszki Krisztina
> Priority: Major
>
> The goal of this JIRA is to create a new processor so it'd possible to be
> fetch the emojis added to a message in Slack.
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)