apache / apache/pulsar-client-cpp

Incorrect configuration of PartititionsUpdateInterval

Open
#191 0 comments 0 reactions 1 assignee Claimed by @RobertIndie View on GitHub
Dominant language
C++
Stars
71
Forks
90
Avg merge
2h 33m
Merged PRs (30d)
3

Description

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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.