Croway opened a new pull request, #22494: URL: https://github.com/apache/camel/pull/22494
## Summary - Add `connectionString` endpoint option to `camel-couchbase` so users can pass a full Couchbase SDK connection string (e.g., `couchbase://host:port`), enabling connections when the KV port is not the default 11210 - Switch test-infra Couchbase container from hardcoded fixed ports to `isFixedPort()`, so tests use random ports by default (fixed ports only when `camel.infra.fixedPort=true` for Camel JBang) - Update integration tests to pass `connectionString` from the test service ## Test plan - [x] `camel-couchbase` compiles successfully - [x] 3/3 producer integration tests pass with random ports (`-Dcouchbase-7`) - [x] Backwards compatible: when `connectionString` is not set, behavior is unchanged -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
