Skip to content

[fix][doc] Correct default idle timeout in ClientBuilder and PulsarAdminBuilder docs#25771

Merged
merlimat merged 1 commit into
apache:masterfrom
Dream95:fix_client_doc
May 15, 2026
Merged

[fix][doc] Correct default idle timeout in ClientBuilder and PulsarAdminBuilder docs#25771
merlimat merged 1 commit into
apache:masterfrom
Dream95:fix_client_doc

Conversation

@Dream95
Copy link
Copy Markdown
Contributor

@Dream95 Dream95 commented May 14, 2026

[fix][doc] Correct default idle timeout in ClientBuilder and PulsarAdminBuilder docs

Motivation

ClientBuilder and PulsarAdminBuilder document connectionMaxIdleSeconds as defaulting to 25 seconds, but ClientConfigurationData sets the default to 60 seconds.

Modifications

Update the JavaDoc for connectionMaxIdleSeconds on ClientBuilder and PulsarAdminBuilder so the documented default matches ClientConfigurationData (60 seconds).

Verifying this change

  • Make sure that the change passes the CI checks.

(Please pick either of the following options)

This change is a trivial rework / code cleanup without any test coverage.

(or)

This change is already covered by existing tests, such as (please describe tests).

(or)

This change added tests and can be verified as follows:

(example:)

  • Added integration tests for end-to-end deployment with large payloads (10MB)
  • Extended integration test for recovery after broker failure

Does this pull request potentially affect one of the following parts:

If the box was checked, please highlight the changes

  • Dependencies (add or upgrade a dependency)
  • The public API
  • The schema
  • The default values of configurations
  • The threading model
  • The binary protocol
  • The REST endpoints
  • The admin CLI options
  • The metrics
  • Anything that affects deployment

…minBuilder docs

Signed-off-by: Dream95 <zhou_8621@163.com>
@Dream95 Dream95 changed the title [fix][doc] Correct default idle timeout in ClientBuilder and PulsarAd… [fix][doc] Correct default idle timeout in ClientBuilder and PulsarAdminBuilder docs May 14, 2026
@merlimat merlimat merged commit 8355298 into apache:master May 15, 2026
44 of 45 checks passed
@Dream95 Dream95 deleted the fix_client_doc branch May 25, 2026 03:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants