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

Bump pulsar from 5.1.1 to 6.3 #5584

Merged
merged 1 commit into from
Dec 10, 2024
Merged

Bump pulsar from 5.1.1 to 6.3 #5584

merged 1 commit into from
Dec 10, 2024

Conversation

guilload
Copy link
Member

Description

This PR fixes the broken test test_partitioned_topic_multi_consumer_ingestion_with_failover, which was broken since we started closing the consumer in the Pulsar source actor's finalize method, by picking up this fix.

We don't want to add a call to unsubscribe() after upgrading the pulsar crate because it has the following weird semantic in the Pulsar world:

Unsubscribing will force the subscription to be deleted and all the data retained can potentially be deleted as well.

How was this PR tested?

cargo test --manifest-path quickwit/Cargo.toml -p quickwit-indexing --all-features -- test_partitioned_topic_multi_consumer_ingestion_with_failover

@guilload guilload merged commit fba56b8 into main Dec 10, 2024
4 of 5 checks passed
@guilload guilload deleted the guilload/bump-pulsar branch December 10, 2024 22:08
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.

1 participant