markusthoemmes opened a new pull request #2582: Use non-blocking techniques when interfacing to Kafka. URL: https://github.com/apache/incubator-openwhisk/pull/2582 Producing a message can be done with a callback upon receiving the message, effectively acting as a non-blocking API. Consuming a message is a bit trickier. Adding `blocking` instructs the default dispatcher to create new threads if necessary. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
With regards, Apache Git Services
