apache / openwhisk-package-kafka

Apache OpenWhisk package for communicating with Kafka or Message Hub
https://openwhisk.apache.org/
Apache License 2.0
33 stars 43 forks source link

Block until message is sent, or timeout #204

Closed jberstler closed 7 years ago

jberstler commented 7 years ago

As it turns out, flush() only waits for the message to be put on the network, and does not wait for any required acks.