Ádám Markovics created MINIFICPP-1942:
-----------------------------------------
Summary: Implement MQTT 5 Request-Response pattern
Key: MINIFICPP-1942
URL: https://issues.apache.org/jira/browse/MINIFICPP-1942
Project: Apache NiFi MiNiFi C++
Issue Type: Improvement
Reporter: Ádám Markovics
Assignee: Ádám Markovics
Possibly as a new processor.
https://www.hivemq.com/blog/mqtt5-essentials-part9-request-response-pattern/
onSchedule():
- get response information from broker
onTrigger():
- subscribe to response topic
- publish with correlation data and response topic set
- wait for response
Questions:
- what should happen to incoming flow files? replace content with response or
create new ones instead?
- how should response topic be set? concatenate to response information?
Further ideas:
- also implement for Last Will in CONNECT packet
--
This message was sent by Atlassian Jira
(v8.20.10#820010)