-
Notifications
You must be signed in to change notification settings - Fork 8
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
kafka: update sarama dependence #21
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #21 +/- ##
==========================================
+ Coverage 83.66% 90.42% +6.75%
==========================================
Files 62 10 -52
Lines 5707 1190 -4517
==========================================
- Hits 4775 1076 -3699
+ Misses 749 86 -663
+ Partials 183 28 -155
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
is there any progress ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…fka-v1.1.0 (#24) * clickhouse: fix go reference API doc (#18) https://pkg.go.dev/trpc.group/trpc-go/trpc-database/clickhouse * kafka: update sarama dependence (#21) * kafka: update sarama dependence * fix unit test --------- Co-authored-by: Leo <[email protected]>
Merged, and a new tag kafka/1.1.0 has been released. https://github.com/trpc-ecosystem/go-database/releases/tag/kafka%2F1.1.0
|
* clickhouse: fix go reference API doc (#18) https://pkg.go.dev/trpc.group/trpc-go/trpc-database/clickhouse * kafka: update sarama dependence (#21) * kafka: update sarama dependence * fix unit test * kafka: release v1.1.0 (#22) * workflows: add cla.yaml (#26) * add localcache (#25) * feat: add localcache plugin * chore: update LICENSE * test: add localcache workflow * chore: yaml version * test: flaky test --------- Co-authored-by: Leo <[email protected]> Co-authored-by: Flash-LHR <[email protected]>
Update github.com/Shopify/sarama v1.29.1 to github.com/IBM/sarama v1.40.1
Fixes #20