You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/11/23 12:50:42 UTC

[camel-kamelets] 03/03: Infinispan Source Kamelet: Add better description for Event Types and default value

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

acosentino pushed a commit to branch infinispan-source-fixes
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit d57ba8275de2f1b84cb18d684c02d766c316c996
Author: Andrea Cosentino <an...@gmail.com>
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"`|