We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
BaseProducer::poll
1 parent 840c098 commit ad3e065Copy full SHA for ad3e065
changelog.md
@@ -8,6 +8,8 @@ See also the [rdkafka-sys changelog](rdkafka-sys/changelog.md).
8
* Remove testing for old Kafka versions (before 3.0). Add tests for 3.7.
9
* Fix test dependency on docker compose.
10
* Address wakeup races introduced by pivoting to the event API.
11
+* Update `BaseProducer::poll` to not return early, and instead continue
12
+ looping until the passed timeout is reached.
13
14
## 0.36.2 (2024-01-16)
15
0 commit comments