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

[rdkafka] Backport changes to topic subscription #575

Merged
merged 1 commit into from
Oct 22, 2018

Conversation

Steveb-p
Copy link
Contributor

Allow either to use assign or subscribe

With assign it is not possible to use the rebalancing from Kafka. So if no offset is set we use subscribe and rebalancing is possible and otherwise if a offset is set we are using assign.

@see commit d2fa178
@see #570

Allow either to use assign or subscribe

With `assign` it is not possible to use the rebalancing from Kafka. So if no offset is set we use `subscribe` and rebalancing is possible and otherwise if a offset is set we are using assign.

@see commit d2fa178
@see php-enqueue#570
@makasim makasim changed the title Backport changes to topic subscription [rdkafka] Backport changes to topic subscription Oct 22, 2018
@makasim makasim merged commit f7afb37 into php-enqueue:0.8 Oct 22, 2018
@Steveb-p Steveb-p deleted the Steveb-p-patch-1 branch October 22, 2018 22:24
ASKozienko pushed a commit that referenced this pull request Nov 2, 2018
[rdkafka] Backport changes to topic subscription
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