Commit c198d47
committed
CAMEL-23300: add connectionString option to couchbase-sink kamelet
The camel-couchbase component now supports a connectionString endpoint
option (added in CAMEL-23300) that takes precedence over hostname
extraction for the KV service port. This is required when Testcontainers
maps ports randomly, as the SDK defaults the KV port to 11210 which is
unreachable on the host side.
Expose the new option as an optional kamelet property so that
camel-kafka-connector and other kamelet consumers can pass the full
SDK connection string (e.g. couchbase://host:mappedKvPort).1 parent abf54ff commit c198d47
2 files changed
Lines changed: 10 additions & 0 deletions
File tree
- kamelets
- library/camel-kamelets/src/main/resources/kamelets
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
75 | 79 | | |
76 | 80 | | |
77 | 81 | | |
| |||
92 | 96 | | |
93 | 97 | | |
94 | 98 | | |
| 99 | + | |
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
75 | 79 | | |
76 | 80 | | |
77 | 81 | | |
| |||
92 | 96 | | |
93 | 97 | | |
94 | 98 | | |
| 99 | + | |
0 commit comments