Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fix][misc] Correct the description of patternAutoDiscoveryPeriod #22615

Merged
merged 2 commits into from May 13, 2024

Conversation

jitokim
Copy link
Contributor

@jitokim jitokim commented Apr 29, 2024

Motivation

fix comment of patternAutoDiscoveryPeriod in ConsumerConfigurationData class.

Modifications

The default and minimum value is 1 minute. -> The default value is 1 minute, with a minimum of 1 second.

Documentation

  • doc
  • doc-required
  • doc-not-needed
  • doc-complete

Matching PR in forked repository

PR in forked repository:

Signed-off-by: jitokim <pigberger70@gmail.com>
@github-actions github-actions bot added the doc-not-needed Your PR changes do not impact docs label Apr 29, 2024
@lhotari
Copy link
Member

lhotari commented May 2, 2024

Thanks for the contribution @jitokim . Please also document the minimum of 1 second to the Javadoc of org.apache.pulsar.client.api.ConsumerBuilder#patternAutoDiscoveryPeriod(int, java.util.concurrent.TimeUnit)

Signed-off-by: jitokim <pigberger70@gmail.com>
@Technoboy- Technoboy- changed the title [fix] description of patternAutoDiscoveryPeriod [fix] Correct the description of patternAutoDiscoveryPeriod May 13, 2024
@Technoboy- Technoboy- added this to the 3.4.0 milestone May 13, 2024
@Technoboy- Technoboy- changed the title [fix] Correct the description of patternAutoDiscoveryPeriod [fix][misc] Correct the description of patternAutoDiscoveryPeriod May 13, 2024
@Technoboy- Technoboy- merged commit 3b24b6e into apache:master May 13, 2024
53 of 54 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc-not-needed Your PR changes do not impact docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants