This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/main by this push:
     new a345530a895 [create-pull-request] automated change (#1841)
a345530a895 is described below

commit a345530a895a73fceaefd80546fb8aa71e3153fd
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 10 08:03:01 2026 +0200

    [create-pull-request] automated change (#1841)
    
    Co-authored-by: oscerd <[email protected]>
---
 .../springboot/catalog/components/weaviate.json    | 24 ++++-----
 components-starter/camel-asterisk-starter/pom.xml  |  8 +++
 .../src/main/docs/weaviate.json                    | 34 ++++++------
 .../WeaviateVectorDbComponentConfiguration.java    | 62 +++++++++-------------
 .../modules/ROOT/pages/starters/weaviate.adoc      |  9 ++--
 5 files changed, 63 insertions(+), 74 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/weaviate.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/weaviate.json
index 388a2abbf46..8c336a57050 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/weaviate.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/weaviate.json
@@ -26,13 +26,12 @@
   "componentProperties": {
     "apiKey": { "index": 0, "kind": "property", "displayName": "Api Key", 
"group": "producer", "label": "producer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": true, "security": "secret", "configurationClass": 
"org.apache.camel.component.weaviate.WeaviateVectorDbConfiguration", 
"configurationField": "configuration", "description": "API Key to authenticate 
to weaviate with" },
     "configuration": { "index": 1, "kind": "property", "displayName": 
"Configuration", "group": "producer", "label": "", "required": false, "type": 
"object", "javaType": 
"org.apache.camel.component.weaviate.WeaviateVectorDbConfiguration", 
"deprecated": false, "autowired": false, "secret": false, "description": "The 
configuration;" },
-    "host": { "index": 2, "kind": "property", "displayName": "Host", "group": 
"producer", "label": "producer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.weaviate.WeaviateVectorDbConfiguration", 
"configurationField": "configuration", "description": "Weaviate server host to 
connect to" },
-    "lazyStartProducer": { "index": 3, "kind": "property", "displayName": 
"Lazy Start Producer", "group": "producer", "label": "producer", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, "description": 
"Whether the producer should be started lazy (on the first message). By 
starting lazy you can use this to allow CamelContext and routes to startup in 
situations where a producer may otherwise fail [...]
-    "proxyHost": { "index": 4, "kind": "property", "displayName": "Proxy 
Host", "group": "producer", "label": "producer", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.weaviate.WeaviateVectorDbConfiguration", 
"configurationField": "configuration", "description": "Proxy host to connect to 
weaviate through" },
-    "proxyPort": { "index": 5, "kind": "property", "displayName": "Proxy 
Port", "group": "producer", "label": "producer", "required": false, "type": 
"integer", "javaType": "java.lang.Integer", "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.weaviate.WeaviateVectorDbConfiguration", 
"configurationField": "configuration", "description": "Proxy port to connect to 
weaviate through" },
-    "proxyScheme": { "index": 6, "kind": "property", "displayName": "Proxy 
Scheme", "group": "producer", "label": "producer", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.weaviate.WeaviateVectorDbConfiguration", 
"configurationField": "configuration", "description": "Proxy scheme to connect 
to weaviate through" },
-    "scheme": { "index": 7, "kind": "property", "displayName": "Scheme", 
"group": "producer", "label": "producer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.weaviate.WeaviateVectorDbConfiguration", 
"configurationField": "configuration", "description": "Scheme used to connect 
to weaviate" },
-    "autowiredEnabled": { "index": 8, "kind": "property", "displayName": 
"Autowired Enabled", "group": "advanced", "label": "advanced", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": true, "description": 
"Whether autowiring is enabled. This is used for automatic autowiring options 
(the option must be marked as autowired) by looking up in the registry to find 
if there is a single instance of matching t [...]
+    "grpcHost": { "index": 2, "kind": "property", "displayName": "Grpc Host", 
"group": "producer", "label": "producer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.weaviate.WeaviateVectorDbConfiguration", 
"configurationField": "configuration", "description": "gRPC host for Weaviate 
server connection" },
+    "grpcPort": { "index": 3, "kind": "property", "displayName": "Grpc Port", 
"group": "producer", "label": "producer", "required": false, "type": "integer", 
"javaType": "java.lang.Integer", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "defaultValue": 50051, 
"configurationClass": 
"org.apache.camel.component.weaviate.WeaviateVectorDbConfiguration", 
"configurationField": "configuration", "description": "gRPC port for Weaviate 
server connection" },
+    "host": { "index": 4, "kind": "property", "displayName": "Host", "group": 
"producer", "label": "producer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.weaviate.WeaviateVectorDbConfiguration", 
"configurationField": "configuration", "description": "Weaviate server host to 
connect to" },
+    "lazyStartProducer": { "index": 5, "kind": "property", "displayName": 
"Lazy Start Producer", "group": "producer", "label": "producer", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, "description": 
"Whether the producer should be started lazy (on the first message). By 
starting lazy you can use this to allow CamelContext and routes to startup in 
situations where a producer may otherwise fail [...]
+    "scheme": { "index": 6, "kind": "property", "displayName": "Scheme", 
"group": "producer", "label": "producer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "defaultValue": "http", 
"configurationClass": 
"org.apache.camel.component.weaviate.WeaviateVectorDbConfiguration", 
"configurationField": "configuration", "description": "Scheme used to connect 
to weaviate" },
+    "autowiredEnabled": { "index": 7, "kind": "property", "displayName": 
"Autowired Enabled", "group": "advanced", "label": "advanced", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": true, "description": 
"Whether autowiring is enabled. This is used for automatic autowiring options 
(the option must be marked as autowired) by looking up in the registry to find 
if there is a single instance of matching t [...]
   },
   "headers": {
     "CamelWeaviateAction": { "index": 0, "kind": "header", "displayName": "", 
"group": "producer", "label": "", "required": false, "javaType": "String", 
"enum": [ "CREATE_COLLECTION", "CREATE", "DELETE_BY_ID", "DELETE_COLLECTION", 
"QUERY", "QUERY_BY_ID", "UPDATE_BY_ID" ], "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, "description": "The 
action to be performed.", "constantName": 
"org.apache.camel.component.weaviate.WeaviateVectorDbHeaders#ACTION" },
@@ -50,11 +49,10 @@
   "properties": {
     "collection": { "index": 0, "kind": "path", "displayName": "Collection", 
"group": "producer", "label": "", "required": true, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "The collection Name" },
     "apiKey": { "index": 1, "kind": "parameter", "displayName": "Api Key", 
"group": "producer", "label": "producer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": true, "security": "secret", "configurationClass": 
"org.apache.camel.component.weaviate.WeaviateVectorDbConfiguration", 
"configurationField": "configuration", "description": "API Key to authenticate 
to weaviate with" },
-    "host": { "index": 2, "kind": "parameter", "displayName": "Host", "group": 
"producer", "label": "producer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.weaviate.WeaviateVectorDbConfiguration", 
"configurationField": "configuration", "description": "Weaviate server host to 
connect to" },
-    "proxyHost": { "index": 3, "kind": "parameter", "displayName": "Proxy 
Host", "group": "producer", "label": "producer", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.weaviate.WeaviateVectorDbConfiguration", 
"configurationField": "configuration", "description": "Proxy host to connect to 
weaviate through" },
-    "proxyPort": { "index": 4, "kind": "parameter", "displayName": "Proxy 
Port", "group": "producer", "label": "producer", "required": false, "type": 
"integer", "javaType": "java.lang.Integer", "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.weaviate.WeaviateVectorDbConfiguration", 
"configurationField": "configuration", "description": "Proxy port to connect to 
weaviate through" },
-    "proxyScheme": { "index": 5, "kind": "parameter", "displayName": "Proxy 
Scheme", "group": "producer", "label": "producer", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.weaviate.WeaviateVectorDbConfiguration", 
"configurationField": "configuration", "description": "Proxy scheme to connect 
to weaviate through" },
-    "scheme": { "index": 6, "kind": "parameter", "displayName": "Scheme", 
"group": "producer", "label": "producer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.weaviate.WeaviateVectorDbConfiguration", 
"configurationField": "configuration", "description": "Scheme used to connect 
to weaviate" },
-    "lazyStartProducer": { "index": 7, "kind": "parameter", "displayName": 
"Lazy Start Producer", "group": "producer (advanced)", "label": 
"producer,advanced", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "Whether the producer should be started 
lazy (on the first message). By starting lazy you can use this to allow 
CamelContext and routes to startup in situations where a produc [...]
+    "grpcHost": { "index": 2, "kind": "parameter", "displayName": "Grpc Host", 
"group": "producer", "label": "producer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.weaviate.WeaviateVectorDbConfiguration", 
"configurationField": "configuration", "description": "gRPC host for Weaviate 
server connection" },
+    "grpcPort": { "index": 3, "kind": "parameter", "displayName": "Grpc Port", 
"group": "producer", "label": "producer", "required": false, "type": "integer", 
"javaType": "java.lang.Integer", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "defaultValue": 50051, 
"configurationClass": 
"org.apache.camel.component.weaviate.WeaviateVectorDbConfiguration", 
"configurationField": "configuration", "description": "gRPC port for Weaviate 
server connection" },
+    "host": { "index": 4, "kind": "parameter", "displayName": "Host", "group": 
"producer", "label": "producer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.weaviate.WeaviateVectorDbConfiguration", 
"configurationField": "configuration", "description": "Weaviate server host to 
connect to" },
+    "scheme": { "index": 5, "kind": "parameter", "displayName": "Scheme", 
"group": "producer", "label": "producer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "defaultValue": "http", 
"configurationClass": 
"org.apache.camel.component.weaviate.WeaviateVectorDbConfiguration", 
"configurationField": "configuration", "description": "Scheme used to connect 
to weaviate" },
+    "lazyStartProducer": { "index": 6, "kind": "parameter", "displayName": 
"Lazy Start Producer", "group": "producer (advanced)", "label": 
"producer,advanced", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "Whether the producer should be started 
lazy (on the first message). By starting lazy you can use this to allow 
CamelContext and routes to startup in situations where a produc [...]
   }
 }
diff --git a/components-starter/camel-asterisk-starter/pom.xml 
b/components-starter/camel-asterisk-starter/pom.xml
index cd151224d3a..729306192fa 100644
--- a/components-starter/camel-asterisk-starter/pom.xml
+++ b/components-starter/camel-asterisk-starter/pom.xml
@@ -38,6 +38,14 @@
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-asterisk</artifactId>
       <version>${camel-version}</version>
+      <!--START OF GENERATED CODE-->
+      <exclusions>
+        <exclusion>
+          <groupId>org.apache.logging.log4j</groupId>
+          <artifactId>log4j-core</artifactId>
+        </exclusion>
+      </exclusions>
+      <!--END OF GENERATED CODE-->
     </dependency>
     <!--START OF GENERATED CODE-->
     <dependency>
diff --git 
a/components-starter/camel-weaviate-starter/src/main/docs/weaviate.json 
b/components-starter/camel-weaviate-starter/src/main/docs/weaviate.json
index a99a877c4b5..cef14b33678 100644
--- a/components-starter/camel-weaviate-starter/src/main/docs/weaviate.json
+++ b/components-starter/camel-weaviate-starter/src/main/docs/weaviate.json
@@ -44,41 +44,37 @@
       "sourceType": 
"org.apache.camel.component.weaviate.springboot.WeaviateVectorDbComponentConfiguration"
     },
     {
-      "name": "camel.component.weaviate.host",
+      "name": "camel.component.weaviate.grpc-host",
       "type": "java.lang.String",
-      "description": "Weaviate server host to connect to",
+      "description": "gRPC host for Weaviate server connection",
       "sourceType": 
"org.apache.camel.component.weaviate.springboot.WeaviateVectorDbComponentConfiguration"
     },
     {
-      "name": "camel.component.weaviate.lazy-start-producer",
-      "type": "java.lang.Boolean",
-      "description": "Whether the producer should be started lazy (on the 
first message). By starting lazy you can use this to allow CamelContext and 
routes to startup in situations where a producer may otherwise fail during 
starting and cause the route to fail being started. By deferring this startup 
to be lazy then the startup failure can be handled during routing messages via 
Camel's routing error handlers. Beware that when the first message is processed 
then creating and starting the [...]
+      "name": "camel.component.weaviate.grpc-port",
+      "type": "java.lang.Integer",
+      "description": "gRPC port for Weaviate server connection",
       "sourceType": 
"org.apache.camel.component.weaviate.springboot.WeaviateVectorDbComponentConfiguration",
-      "defaultValue": false
+      "defaultValue": 50051
     },
     {
-      "name": "camel.component.weaviate.proxy-host",
+      "name": "camel.component.weaviate.host",
       "type": "java.lang.String",
-      "description": "Proxy host to connect to weaviate through",
-      "sourceType": 
"org.apache.camel.component.weaviate.springboot.WeaviateVectorDbComponentConfiguration"
-    },
-    {
-      "name": "camel.component.weaviate.proxy-port",
-      "type": "java.lang.Integer",
-      "description": "Proxy port to connect to weaviate through",
+      "description": "Weaviate server host to connect to",
       "sourceType": 
"org.apache.camel.component.weaviate.springboot.WeaviateVectorDbComponentConfiguration"
     },
     {
-      "name": "camel.component.weaviate.proxy-scheme",
-      "type": "java.lang.String",
-      "description": "Proxy scheme to connect to weaviate through",
-      "sourceType": 
"org.apache.camel.component.weaviate.springboot.WeaviateVectorDbComponentConfiguration"
+      "name": "camel.component.weaviate.lazy-start-producer",
+      "type": "java.lang.Boolean",
+      "description": "Whether the producer should be started lazy (on the 
first message). By starting lazy you can use this to allow CamelContext and 
routes to startup in situations where a producer may otherwise fail during 
starting and cause the route to fail being started. By deferring this startup 
to be lazy then the startup failure can be handled during routing messages via 
Camel's routing error handlers. Beware that when the first message is processed 
then creating and starting the [...]
+      "sourceType": 
"org.apache.camel.component.weaviate.springboot.WeaviateVectorDbComponentConfiguration",
+      "defaultValue": false
     },
     {
       "name": "camel.component.weaviate.scheme",
       "type": "java.lang.String",
       "description": "Scheme used to connect to weaviate",
-      "sourceType": 
"org.apache.camel.component.weaviate.springboot.WeaviateVectorDbComponentConfiguration"
+      "sourceType": 
"org.apache.camel.component.weaviate.springboot.WeaviateVectorDbComponentConfiguration",
+      "defaultValue": "http"
     }
   ],
   "hints": [],
diff --git 
a/components-starter/camel-weaviate-starter/src/main/java/org/apache/camel/component/weaviate/springboot/WeaviateVectorDbComponentConfiguration.java
 
b/components-starter/camel-weaviate-starter/src/main/java/org/apache/camel/component/weaviate/springboot/WeaviateVectorDbComponentConfiguration.java
index 9b6da0cfc13..53cb41a27ad 100644
--- 
a/components-starter/camel-weaviate-starter/src/main/java/org/apache/camel/component/weaviate/springboot/WeaviateVectorDbComponentConfiguration.java
+++ 
b/components-starter/camel-weaviate-starter/src/main/java/org/apache/camel/component/weaviate/springboot/WeaviateVectorDbComponentConfiguration.java
@@ -44,6 +44,14 @@ public class WeaviateVectorDbComponentConfiguration
      * org.apache.camel.component.weaviate.WeaviateVectorDbConfiguration type.
      */
     private WeaviateVectorDbConfiguration configuration;
+    /**
+     * gRPC host for Weaviate server connection
+     */
+    private String grpcHost;
+    /**
+     * gRPC port for Weaviate server connection
+     */
+    private Integer grpcPort = 50051;
     /**
      * Weaviate server host to connect to
      */
@@ -59,22 +67,10 @@ public class WeaviateVectorDbComponentConfiguration
      * and prolong the total processing time of the processing.
      */
     private Boolean lazyStartProducer = false;
-    /**
-     * Proxy host to connect to weaviate through
-     */
-    private String proxyHost;
-    /**
-     * Proxy port to connect to weaviate through
-     */
-    private Integer proxyPort;
-    /**
-     * Proxy scheme to connect to weaviate through
-     */
-    private String proxyScheme;
     /**
      * Scheme used to connect to weaviate
      */
-    private String scheme;
+    private String scheme = "http";
     /**
      * Whether autowiring is enabled. This is used for automatic autowiring
      * options (the option must be marked as autowired) by looking up in the
@@ -101,44 +97,36 @@ public class WeaviateVectorDbComponentConfiguration
         this.configuration = configuration;
     }
 
-    public String getHost() {
-        return host;
-    }
-
-    public void setHost(String host) {
-        this.host = host;
-    }
-
-    public Boolean getLazyStartProducer() {
-        return lazyStartProducer;
+    public String getGrpcHost() {
+        return grpcHost;
     }
 
-    public void setLazyStartProducer(Boolean lazyStartProducer) {
-        this.lazyStartProducer = lazyStartProducer;
+    public void setGrpcHost(String grpcHost) {
+        this.grpcHost = grpcHost;
     }
 
-    public String getProxyHost() {
-        return proxyHost;
+    public Integer getGrpcPort() {
+        return grpcPort;
     }
 
-    public void setProxyHost(String proxyHost) {
-        this.proxyHost = proxyHost;
+    public void setGrpcPort(Integer grpcPort) {
+        this.grpcPort = grpcPort;
     }
 
-    public Integer getProxyPort() {
-        return proxyPort;
+    public String getHost() {
+        return host;
     }
 
-    public void setProxyPort(Integer proxyPort) {
-        this.proxyPort = proxyPort;
+    public void setHost(String host) {
+        this.host = host;
     }
 
-    public String getProxyScheme() {
-        return proxyScheme;
+    public Boolean getLazyStartProducer() {
+        return lazyStartProducer;
     }
 
-    public void setProxyScheme(String proxyScheme) {
-        this.proxyScheme = proxyScheme;
+    public void setLazyStartProducer(Boolean lazyStartProducer) {
+        this.lazyStartProducer = lazyStartProducer;
     }
 
     public String getScheme() {
diff --git a/docs/spring-boot/modules/ROOT/pages/starters/weaviate.adoc 
b/docs/spring-boot/modules/ROOT/pages/starters/weaviate.adoc
index 175a7f93aba..34551200005 100644
--- a/docs/spring-boot/modules/ROOT/pages/starters/weaviate.adoc
+++ b/docs/spring-boot/modules/ROOT/pages/starters/weaviate.adoc
@@ -23,7 +23,7 @@ Please refer to the above links for usage and configuration 
details.
 
 == Spring Boot Auto-Configuration
 
-The starter supports 10 options, which are listed below.
+The starter supports 9 options, which are listed below.
 
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
@@ -32,10 +32,9 @@ The starter supports 10 options, which are listed below.
 | camel.component.weaviate.autowired-enabled | Whether autowiring is enabled. 
This is used for automatic autowiring options (the option must be marked as 
autowired) by looking up in the registry to find if there is a single instance 
of matching type, which then gets configured on the component. This can be used 
for automatic configuring JDBC data sources, JMS connection factories, AWS 
Clients, etc. | true | Boolean
 | camel.component.weaviate.configuration | The configuration;. The option is a 
org.apache.camel.component.weaviate.WeaviateVectorDbConfiguration type. |  | 
WeaviateVectorDbConfiguration
 | camel.component.weaviate.enabled | Whether to enable auto configuration of 
the weaviate component. This is enabled by default. |  | Boolean
+| camel.component.weaviate.grpc-host | gRPC host for Weaviate server 
connection |  | String
+| camel.component.weaviate.grpc-port | gRPC port for Weaviate server 
connection | 50051 | Integer
 | camel.component.weaviate.host | Weaviate server host to connect to |  | 
String
 | camel.component.weaviate.lazy-start-producer | Whether the producer should 
be started lazy (on the first message). By starting lazy you can use this to 
allow CamelContext and routes to startup in situations where a producer may 
otherwise fail during starting and cause the route to fail being started. By 
deferring this startup to be lazy then the startup failure can be handled 
during routing messages via Camel's routing error handlers. Beware that when 
the first message is processed the [...]
-| camel.component.weaviate.proxy-host | Proxy host to connect to weaviate 
through |  | String
-| camel.component.weaviate.proxy-port | Proxy port to connect to weaviate 
through |  | Integer
-| camel.component.weaviate.proxy-scheme | Proxy scheme to connect to weaviate 
through |  | String
-| camel.component.weaviate.scheme | Scheme used to connect to weaviate |  | 
String
+| camel.component.weaviate.scheme | Scheme used to connect to weaviate | http 
| String
 |===

Reply via email to