-
Notifications
You must be signed in to change notification settings - Fork 0
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
bump to v1.9.1 #1
base: master
Are you sure you want to change the base?
Commits on Sep 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7182357 - Browse repository at this point
Copy the full SHA 7182357View commit details
Commits on Oct 28, 2021
-
Added convenience method StoreMessage that calls StoreOffsets (@finnc…
…olman, confluentinc#676) * Added convenience method StoreMessage that calls StoreOffsets * Added '.' at the end of the comment * Added Offset less than 0 check * Moved the check to the correct method Co-authored-by: Finn Colman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 194896a - Browse repository at this point
Copy the full SHA 194896aView commit details
Commits on Dec 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f27b67d - Browse repository at this point
Copy the full SHA f27b67dView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf3f642 - Browse repository at this point
Copy the full SHA bf3f642View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0475aec - Browse repository at this point
Copy the full SHA 0475aecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f3e610 - Browse repository at this point
Copy the full SHA 4f3e610View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d5067b - Browse repository at this point
Copy the full SHA 1d5067bView commit details
Commits on Mar 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 25808dd - Browse repository at this point
Copy the full SHA 25808ddView commit details
Commits on Apr 8, 2022
-
Create a MockCluster within Go for testing (@SourceFellows, @kkoehler, …
…confluentinc#729) * Added MockCluster implementation which can be used for testing * adjust documentation for mock cluster * Added example for MockCluster * Fixed naming Co-authored-by: Magnus Edenhill <[email protected]> * fixed typo Co-authored-by: Magnus Edenhill <[email protected]> * removed Co-authored-by: Magnus Edenhill <[email protected]> * fixed comment Co-authored-by: Magnus Edenhill <[email protected]> * adjust documentation Co-authored-by: Magnus Edenhill <[email protected]> * adjustments regarding comments from Magnus * fixed cleanup code for kafka configuration * fixed destroy for C references * fixed spaces * removed call to `C.rd_kafka_conf_destroy(mc.cConf)` in close * added docu for MockCluster type * moved package statement into first line * adjustments according to @edenhill comments * Update kafka/mockcluster.go Co-authored-by: Magnus Edenhill <[email protected]> * removed duplicate import * removed the remark as suggested from @edelhill * changed typedef from struct_rd_kafka_mock_cluster_s to rd_kafka_mock_cluster_t Co-authored-by: Kristian Köhler <[email protected]> Co-authored-by: Magnus Edenhill <[email protected]> Co-authored-by: Kristian Köhler <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f9fce7a - Browse repository at this point
Copy the full SHA f9fce7aView commit details
Commits on Apr 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b97c440 - Browse repository at this point
Copy the full SHA b97c440View commit details
Commits on Apr 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5ef2925 - Browse repository at this point
Copy the full SHA 5ef2925View commit details
Commits on Apr 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8a2fdf0 - Browse repository at this point
Copy the full SHA 8a2fdf0View commit details -
librdkafka import: -framework .. must also be added to build_darwin.go
.. and remove Require: check from pc, will not work and is not needed.
Configuration menu - View commit details
-
Copy full SHA for b499044 - Browse repository at this point
Copy the full SHA b499044View commit details -
kafka.go: revert partial f9fce7a to reinstate package docs
The "package .." stanza needs to follow the package docs comment, but a previous commit moved the stanza to the top of the file which caused the package docs to be ignored by 'godoc'.
Configuration menu - View commit details
-
Copy full SHA for 47eb9cf - Browse repository at this point
Copy the full SHA 47eb9cfView commit details
Commits on May 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e01dd29 - Browse repository at this point
Copy the full SHA e01dd29View commit details
Commits on Jun 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f35b29a - Browse repository at this point
Copy the full SHA f35b29aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f5a8fd9 - Browse repository at this point
Copy the full SHA f5a8fd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5dce6d0 - Browse repository at this point
Copy the full SHA 5dce6d0View commit details
Commits on Jun 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a3f1fcd - Browse repository at this point
Copy the full SHA a3f1fcdView commit details -
Configuration menu - View commit details
-
Copy full SHA for f195ac6 - Browse repository at this point
Copy the full SHA f195ac6View commit details
Commits on Jun 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e50cdaf - Browse repository at this point
Copy the full SHA e50cdafView commit details
Commits on Jun 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c1ad021 - Browse repository at this point
Copy the full SHA c1ad021View commit details
Commits on Jun 21, 2022
-
Update the consumer close function with the latest rd_kafka_consumer_…
…close_queue API (confluentinc#800) authored-by: Jing Liu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e34bc9a - Browse repository at this point
Copy the full SHA e34bc9aView commit details -
KIP-140: ACL operations (confluentinc#796) (confluentinc#799)
Bindings for ACL operations: CreateAcls DescribeAcls DeleteAcls
Configuration menu - View commit details
-
Copy full SHA for e1fd1c9 - Browse repository at this point
Copy the full SHA e1fd1c9View commit details -
fixes confluentinc#723 (confluentinc#787)
changed references to the new go.dev site or to github.com
Configuration menu - View commit details
-
Copy full SHA for 9c586e3 - Browse repository at this point
Copy the full SHA 9c586e3View commit details -
Improvements to Go client examples (confluentinc#801)
improvements to client examples: - Changed the producer example to use the Events delivery channel. - Added another producer example using a custom delivery channel - Moved channel producer and consumer examples to the examples/legacy folder - Added missing descriptions for other examples - Consumer example with at-least-once guarantee by disabling enable.auto.offset.store and using StoreMessage - Custom channel example with a channel for each Produce call
Configuration menu - View commit details
-
Copy full SHA for b89b9e4 - Browse repository at this point
Copy the full SHA b89b9e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for d38dbd4 - Browse repository at this point
Copy the full SHA d38dbd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6c4e03 - Browse repository at this point
Copy the full SHA c6c4e03View commit details
Commits on Mar 26, 2024
-
kafka/consumer: return RevokePartition/AssignPartition events from Po…
…ll method Details: confluentinc#610
Configuration menu - View commit details
-
Copy full SHA for e7384e7 - Browse repository at this point
Copy the full SHA e7384e7View commit details -
Merge remote-tracking branch 'origin/master'
Deniz Surmeli committedMar 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 440d0d5 - Browse repository at this point
Copy the full SHA 440d0d5View commit details