You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately producer is a kind of KingConf which only allows simple values and not logger which was stated in #71 and #72 .
Is there a correct way to set the Rdkafka::Config.logger such that it is reliably set each time one is initialized?
The text was updated successfully, but these errors were encountered:
The Racecar config passes the
producer
variable throughracecar/lib/racecar/config.rb
Line 275 in 097eb35
to Rdkafka::Config.new
racecar/lib/racecar/producer.rb
Line 45 in 097eb35
and that is where the Rdkafka logger is set.
Unfortunately
producer
is a kind of KingConf which only allows simple values and not logger which was stated in #71 and #72 .Is there a correct way to set the Rdkafka::Config.logger such that it is reliably set each time one is initialized?
The text was updated successfully, but these errors were encountered: