Justin Berstler
Justin Berstler
I assume that the benefit of this is that the total time from when the action is invoked and the message is produced to the Kafka instance is on average...
This is a nice idea! One big problem it would solve is how to handle authenticated Kafka (not Message Hub) without overwhelming the trigger creator with a huge number of...
After doing a quick review, the only place I found where this can likely be tidied up is the main Promise in the web actions, for example: https://github.com/apache/incubator-openwhisk-package-kafka/blob/457f76dbd930a573fcfb427890a6c84645c8b61a/action/kafkaFeedWeb.js#L17 It seems...
Another problem with deleting the feed is that the trigger still exists in the core system, which is likely confusing, as well as being a dangling reference. I think opening...