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

Make configuration properties for Pulsar failover more concise #40077

Closed
wilkinsona opened this issue Mar 22, 2024 · 0 comments
Closed

Make configuration properties for Pulsar failover more concise #40077

wilkinsona opened this issue Mar 22, 2024 · 0 comments
Assignees
Labels
type: enhancement A general enhancement
Milestone

Comments

@wilkinsona
Copy link
Member

#38559 introduced some new properties for configuring Pulsar failover. They were then polished in #39931. As things stand, the failover-related properties are:

  • spring.pulsar.client.failover.backup-clusters
  • spring.pulsar.client.failover.check-interval
  • spring.pulsar.client.failover.failover-delay
  • spring.pulsar.client.failover.failover-policy
  • spring.pulsar.client.failover.switch-back-delay

A couple of these properties are more verbose than they need to be due to the repetition of the word failover. I think we could use these names instead:

  • spring.pulsar.client.failover.backup-clusters
  • spring.pulsar.client.failover.check-interval
  • spring.pulsar.client.failover.delay
  • spring.pulsar.client.failover.policy
  • spring.pulsar.client.failover.switch-back-delay
@wilkinsona wilkinsona added the type: enhancement A general enhancement label Mar 22, 2024
@wilkinsona wilkinsona added this to the 3.3.x milestone Mar 22, 2024
@mhalbritter mhalbritter self-assigned this Mar 22, 2024
@mhalbritter mhalbritter modified the milestones: 3.3.x, 3.3.0-RC1 Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

2 participants