You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there an existing issue that is already proposing this?
I have searched the existing issues
Is your feature request related to a problem? Please describe it
In today implementation of kafka microservice client there isn't any option for sending or consuming messages in batches.
Describe the solution you'd like
I would like an option to define the type of messages I receive or send either: one by one or batches.
This features ( consume, produce ) are already supported in kafkajs and it would be great if the nestjs library will reveal this in his implementation.
This has been discussed in the past (see older Kafka-related issues) and we decided to not implement it in the foreseeable future.
If you think your request could live outside Nest's scope, we'd encourage you to collaborate with the community on publishing it as an open source package.
Is there an existing issue that is already proposing this?
Is your feature request related to a problem? Please describe it
In today implementation of kafka microservice client there isn't any option for sending or consuming messages in batches.
Describe the solution you'd like
I would like an option to define the type of messages I receive or send either: one by one or batches.
This features ( consume, produce ) are already supported in kafkajs and it would be great if the nestjs library will reveal this in his implementation.
Teachability, documentation, adoption, migration strategy
consumer
producer
What is the motivation / use case for changing the behavior?
process messages by batches for improving performance.
The text was updated successfully, but these errors were encountered: