diff --git a/kamelets/couchbase-sink.kamelet.yaml b/kamelets/couchbase-sink.kamelet.yaml index 5058d1c4f..7ad067464 100644 --- a/kamelets/couchbase-sink.kamelet.yaml +++ b/kamelets/couchbase-sink.kamelet.yaml @@ -72,6 +72,10 @@ spec: description: The starting id type: integer default: 1 + connectionString: + title: Connection String + description: The full Couchbase SDK connection string (e.g. couchbase://host:port). When set, it takes precedence over hostname extraction for the KV service port. + type: string autoStartId: title: Auto Start Id description: Auto Start Id or not @@ -92,3 +96,4 @@ spec: startingIdForInsertsFrom: "{{startingId}}" username: "{{username}}" password: "{{password}}" + connectionString: "{{?connectionString}}" diff --git a/library/camel-kamelets/src/main/resources/kamelets/couchbase-sink.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/couchbase-sink.kamelet.yaml index 5058d1c4f..7ad067464 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/couchbase-sink.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/couchbase-sink.kamelet.yaml @@ -72,6 +72,10 @@ spec: description: The starting id type: integer default: 1 + connectionString: + title: Connection String + description: The full Couchbase SDK connection string (e.g. couchbase://host:port). When set, it takes precedence over hostname extraction for the KV service port. + type: string autoStartId: title: Auto Start Id description: Auto Start Id or not @@ -92,3 +96,4 @@ spec: startingIdForInsertsFrom: "{{startingId}}" username: "{{username}}" password: "{{password}}" + connectionString: "{{?connectionString}}"