Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deprecate messageHubProduce and kafkaProduce actions #265

Merged
merged 3 commits into from
Apr 26, 2018
Merged

deprecate messageHubProduce and kafkaProduce actions #265

merged 3 commits into from
Apr 26, 2018

Conversation

abaruni
Copy link
Contributor

@abaruni abaruni commented Apr 25, 2018

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.

@csantanapr csantanapr merged commit e6a2c2e into apache:master Apr 26, 2018
@abaruni abaruni deleted the deprecate-produce branch April 27, 2018 14:02
srl295 added a commit to srl295/openwhisk-package-kafka that referenced this pull request May 22, 2020
Fixes: apache#281

Updates deprecation notice in e6a2c2e (apache#265) with a suggested alternative on these actions:

- `/messaging/kafkaProduce`
- `/messaging/messageHubProduce`
@srl295 srl295 mentioned this pull request May 22, 2020
csantanapr pushed a commit that referenced this pull request May 23, 2020
Fixes: #281

Updates deprecation notice in e6a2c2e (#265) with a suggested alternative on these actions:

- `/messaging/kafkaProduce`
- `/messaging/messageHubProduce`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants