chore: upgrade Pulsar client to 4.2.0 and fix V1 topic names in tests#22553
Open
Croway wants to merge 1 commit intoapache:mainfrom
Open
chore: upgrade Pulsar client to 4.2.0 and fix V1 topic names in tests#22553Croway wants to merge 1 commit intoapache:mainfrom
Croway wants to merge 1 commit intoapache:mainfrom
Conversation
Pulsar 4.2.0 (PIP-457) removed V1 topic name support. Fix test topic URIs that used slashes in the topic name portion, and document the change in the migration guide. Pulsar 4.2.0 standalone no longer defaults advertisedAddress to localhost, causing the broker to advertise the container hostname. Set PULSAR_PREFIX_advertisedAddress=localhost in the test container.
Contributor
|
🌟 Thank you for your contribution to the Apache Camel project! 🌟 🐫 Apache Camel Committers, please review the following items:
|
Croway
commented
Apr 12, 2026
| * The `local-kafka3-container` mapping has been renamed to `local-kafka-container`. If you were using `-Dkafka.instance.type=local-kafka3-container`, update to `-Dkafka.instance.type=local-kafka-container`. | ||
| * The Strimzi test service now runs in KRaft mode (no ZooKeeper). The `ZookeeperContainer` class has been removed. | ||
|
|
||
| === camel-pulsar |
Contributor
Author
There was a problem hiding this comment.
@davsclaus is this section ok here, or should it be in the 4_20 upgrade guide?
oscerd
approved these changes
Apr 12, 2026
Contributor
|
🧪 CI tested the following changed modules:
✅ POM dependency changes: targeted tests included Changed properties: pulsar-version Modules affected by dependency changes (3)
All tested modules (10 modules)
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pulsar 4.2.0 (PIP-457) removed V1 topic name support. Fix test topic URIs that used slashes in the topic name portion, and document the change in the migration guide.
Pulsar 4.2.0 standalone no longer defaults advertisedAddress to localhost, causing the broker to advertise the container hostname. Set PULSAR_PREFIX_advertisedAddress=localhost in the test container.