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

Forcefully disconnect from old brokers, if not present in new metadata #11

Open
bosky101 opened this issue Feb 19, 2015 · 0 comments
Open
Assignees
Labels

Comments

@bosky101
Copy link
Collaborator

When doing something like a migration of kafka clusters - ekaf does not need to be restarted.

doing a dns change of ekaf_bootstrap_broker will suffice and ekaf picks this up automatically and starts sending to new brokers without any downtime. however if the older brokers are still up - it continues sending to them.

eg:
suppose metadata1 comprises of broker1,broker2
and metadata2 comprises of broker2, broker3

ekaf currently does not stop workers of broker1 which it should broker1 is not in metadata2 although the connection is still up.

on the other hand this is interesting because, ekaf is able to send to 2 kafka clusters. but still marking this as a bug that should be fixed.

~B

@bosky101 bosky101 added the bug label Feb 19, 2015
@bosky101 bosky101 self-assigned this Feb 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant