Nasdaq / NasdaqCloudDataService-SDK-Python

Nasdaq Data Link provides a modern and efficient method of delivery for real-time exchange data and other financial information. This repository provides a Python SDK for developing applications using Nasdaq Data Link's real-time data.
https://www.nasdaq.com/solutions/data-link-api
Apache License 2.0
56 stars 25 forks source link

The Python kafka consumer parameter -> retry.backoff.ms #47

Open andersc opened 1 year ago

andersc commented 1 year ago

When I set that parameter in librdkafka in a consumer ->

%4|1697636541.722|CONFWARN|rdkafka#consumer-1| [thrd:app]: Configuration property retry.backoff.ms is a producer property and will be ignored by this consumer instance

Not a bug as it's ignored, just wanted to let you know.