-
Notifications
You must be signed in to change notification settings - Fork 659
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid deprecation warning for produce.offset.report with newer librdk…
…afka versions
- Loading branch information
Showing
1 changed file
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
460e8e4
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.
@edenhill Is
rd_kafka_version()
computed at build-time or run-time? I'm noticing this deprecation warning even though I'm using confluent-kafka-go 0.11.6 and librdkafka 1.2.0 (with LD_PRELOAD), and I don't setproduce.offset.report
.460e8e4
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.
rd_kafka_version() is the runtime, not build (RD_KAFKA_VERSION), version.