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

feat(mojaloop/#3026): apply back-pressure to outgoing /bulkTransaction requests from SDK-Scheme-Adapter to Switch #6

Conversation

mdebarros
Copy link
Member

feat(mojaloop/#3026): apply back-pressure to outgoing /bulkTransaction requests from SDK-Scheme-Adapter to Switch

  • updated raw Kafka Consumer to support consuming with a set number of messages for back-pressure
  • added an initial raw Kafka Stream Consumer
  • added Partition EoF config and setEndOfPartitionFn method to Raw Consumer interface and implementations
  • added support on producer to set requiredAcks
  • added a test-nodejs-kafka-client-lib module to test the lib <-- this is to be removed on cleanup

…n requests from SDK-Scheme-Adapter to Switch

- updated raw Kafka Consumer to support consuming with a set number of messages for back-pressure
- added an initial raw Kafka Stream Consumer
- added Partition EoF config and setEndOfPartitionFn method to Raw Consumer interface and implementations
- added support on producer to set requiredAcks
- added a test-nodejs-kafka-client-lib module to test the lib <-- this is to be removed on cleanup
@@ -0,0 +1,327 @@
/*****
Copy link
Member Author

@mdebarros mdebarros Dec 13, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is probably going to be removed as the current RAW Consumer is faster than the stream implementation, and has been modified to apply back-pressure with ordered processing.

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.

None yet

2 participants