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
Is your feature request related to a problem? Please describe:
Describe the feature you'd like:
Batch writes to sinks in Kafka consumer. Otherwise the efficiency is low.
Describe alternatives you've considered:
Teachability, Documentation, Adoption, Migration Strategy:
The text was updated successfully, but these errors were encountered:
[close #395] Batch writes in Kafka consumer (#396)
50e26d5
* collect pprof heap Signed-off-by: Ping Yu <[email protected]> * unlimit retry for pd connection Signed-off-by: Ping Yu <[email protected]> * reduce record size Signed-off-by: Ping Yu <[email protected]> * log level: info Signed-off-by: Ping Yu <[email protected]> * reduce data size; add grafana panel Signed-off-by: Ping Yu <[email protected]> * batch Signed-off-by: Ping Yu <[email protected]> * fix Signed-off-by: Ping Yu <[email protected]> * try debug Signed-off-by: Ping Yu <[email protected]> * fix encoder size Signed-off-by: Ping Yu <[email protected]> * fix Signed-off-by: Ping Yu <[email protected]> * MQMessage pool Signed-off-by: Ping Yu <[email protected]> * fix release Signed-off-by: Ping Yu <[email protected]> * wip Signed-off-by: Ping Yu <[email protected]> * fix flaky ut Signed-off-by: Ping Yu <[email protected]> * logging Signed-off-by: Ping Yu <[email protected]> * fix ut Signed-off-by: Ping Yu <[email protected]> * wip Signed-off-by: Ping Yu <[email protected]> * adjust memory release parameter Signed-off-by: Ping Yu <[email protected]> * polish Signed-off-by: Ping Yu <[email protected]> * polish Signed-off-by: Ping Yu <[email protected]> * polish Signed-off-by: Ping Yu <[email protected]> * polish Signed-off-by: Ping Yu <[email protected]> * fix ut Signed-off-by: Ping Yu <[email protected]> * polish Signed-off-by: Ping Yu <[email protected]> --------- Signed-off-by: Ping Yu <[email protected]>
Successfully merging a pull request may close this issue.
Feature Request
Is your feature request related to a problem? Please describe:
Describe the feature you'd like:
Batch writes to sinks in Kafka consumer. Otherwise the efficiency is low.
Describe alternatives you've considered:
Teachability, Documentation, Adoption, Migration Strategy:
The text was updated successfully, but these errors were encountered: