apache / apache/pulsar-client-cpp
Incorrect configuration of PartititionsUpdateInterval
Offen
- Vorherrschende Sprache
- C++
- Sterne
- 71
- Forks
- 90
- Ø Merge
- 2 Std. 33 Min.
- Gemergte PRs (30 T.)
- 3
Beschreibung
In https://github.com/apache/pulsar/pull/6732, we have implemented the auto update partitions feature for the c++ client. But the configuration of PartititionsUpdateInterval should be added to the ProducerConfiguration instead of the ClientConfiguration. This result users cannot set the PartititionsUpdateInterval for the specific producer.
Maybe we should deprecate the PartititionsUpdateInterval in the ClientConfiguration and add it to the ProducerConfiguration.
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.