apache / openwhisk-package-kafka

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

deprecate messageHubProduce and kafkaProduce actions #265

Closed abaruni closed 6 years ago

abaruni commented 6 years ago

Deprecate the messageHubProduce and kafkaProduce actions. They are inadequate in terms of performance. These actions create too many short lived connections to a kafka/message hub cluster which does not offer the benefit of a single long lived connection which can produce many more messages in a more efficient manner.