We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At the moment the creation of the source and the sinks are independent and as a consequence they can't share resources (e.g. clients).
For instance for Kinesis a client is initialized for each sink, whereas it could be initialized once and shared. Same for Kafka and RabbitMQ.
Creating the source and sinks at the same time would make it possible for them to share resources.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
At the moment the creation of the source and the sinks are independent and as a consequence they can't share resources (e.g. clients).
For instance for Kinesis a client is initialized for each sink, whereas it could be initialized once and shared. Same for Kafka and RabbitMQ.
Creating the source and sinks at the same time would make it possible for them to share resources.
The text was updated successfully, but these errors were encountered: