(Incubation) Provide the ability to have an IBM Streams application easily interact with IoTF, either in Bluemix (Streaming Analytics Service) or on-premises (IBM Streams).
Thoughts are that if the IotfOrganization app (actually its composite) is parallelized using UDP then the MQTT source would use a client id starting with "A" so that the device events (etc.) are distributed between the N (UDP width) MQTTSource operators.
See the "Scalable Application" section of:
https://docs.internetofthings.ibmcloud.com/applications/mqtt.html
Thoughts are that if the IotfOrganization app (actually its composite) is parallelized using UDP then the MQTT source would use a client id starting with "A" so that the device events (etc.) are distributed between the N (UDP width) MQTTSource operators.