davhunter / mule4-dataaggregation-api

Process API written for the Mule4 Runtime, which aggregates data from various System APIs (according to a pre-defined data format). An Admin API is included, for updating the list of sources.
0 stars 0 forks source link

Go multithreaded #3

Open davhunter opened 6 years ago

davhunter commented 6 years ago

Need to figure out how Mule4 handles the concept of multithreading; in Mule3 was using the Request/Reply with VM queues, but it may be different in Mule4.

davhunter commented 6 years ago

Need to use the Publish Consume component; part of the VM component

davhunter commented 6 years ago

May not be possible, since Mule has removed the collection-splitter and collection-aggregator functionality.