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

Replicated subscriptions - Configuration and client changes #4299

Merged
merged 4 commits into from
May 20, 2019

Conversation

merlimat
Copy link
Contributor

Motivation

This is the first part of the implementation for PIP-36. It includes:

  • Added flag on ConsumerBuilder to enable the feature
  • On broker side, mark the subscription as "replicated" persistently
  • Replication subscription state in stats.

@merlimat merlimat added the type/feature The PR added a new feature or issue requested a new feature label May 17, 2019
@merlimat merlimat added this to the 2.4.0 milestone May 17, 2019
@merlimat merlimat self-assigned this May 17, 2019
@@ -95,6 +95,9 @@
@Parameter(names = { "-q", "--receiver-queue-size" }, description = "Size of the receiver queue")
public int receiverQueueSize = 1000;

@Parameter(names = { "--replicated" }, description = "Wether the subscription status should be replicated")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Wether" - > "Whether"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed. I think I'll never learn the correct spelling...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/feature The PR added a new feature or issue requested a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants