This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 1d7a14387bcc08549dc13111cfa389d43b4a0f3e Author: Andrea Cosentino <[email protected]> AuthorDate: Tue Nov 23 13:49:29 2021 +0100 Infinispan Source Kamelet: Add better description for Event Types and default value --- docs/modules/ROOT/pages/infinispan-source.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/infinispan-source.adoc b/docs/modules/ROOT/pages/infinispan-source.adoc index b0f64b5..abc25dd 100644 --- a/docs/modules/ROOT/pages/infinispan-source.adoc +++ b/docs/modules/ROOT/pages/infinispan-source.adoc @@ -18,7 +18,7 @@ The following table summarizes the configuration options available for the `infi | *hosts {empty}* *| Hosts| Specifies the host of the cache on Infinispan instance| String| | | *password {empty}* *| Password| Password to connect to Infinispan.| string| | | *username {empty}* *| Username| Username to connect to Infinispan.| string| | -| eventTypes| Infinispan Cluster Name| Specifies the set of event types to register by the consumer.Multiple event can be separated by comma. The possible event types are CLIENT_CACHE_ENTRY_CREATED, CLIENT_CACHE_ENTRY_MODIFIED, CLIENT_CACHE_ENTRY_REMOVED, CLIENT_CACHE_ENTRY_EXPIRED, CLIENT_CACHE_FAILOVER| string| | +| eventTypes| Infinispan Cluster Name| Specifies the set of event types to register by the consumer. Multiple event can be separated by comma without spaces. The possible event types are CLIENT_CACHE_ENTRY_CREATED, CLIENT_CACHE_ENTRY_MODIFIED, CLIENT_CACHE_ENTRY_REMOVED, CLIENT_CACHE_ENTRY_EXPIRED, CLIENT_CACHE_FAILOVER| string| `"CLIENT_CACHE_ENTRY_CREATED,CLIENT_CACHE_ENTRY_MODIFIED,CLIENT_CACHE_ENTRY_REMOVED,CLIENT_CACHE_ENTRY_EXPIRED,CLIENT_CACHE_FAILOVER"`| `"CLIENT_CACHE_ENTRY_CREA [...] | saslMechanism| SASL Mechanism| The SASL Mechanism to use| String| `"DIGEST-MD5"`| | secure| Secure| If the Infinispan instance is secured or not| boolean| `true`| | securityRealm| Security Realm| Define the security realm to access the infinispan instance| string| `"default"`|
