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.git
commit 2b700adcc8b05e69162bb9e11c3f44f71175868c Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Fri Sep 24 09:52:48 2021 +0200 Polished EIPs and make their categorization simpler for tooling. --- .../resources/org/apache/camel/catalog/models/batch-config.json | 2 +- .../resources/org/apache/camel/catalog/models/circuitBreaker.json | 2 +- .../resources/org/apache/camel/catalog/models/customLoadBalancer.json | 4 ++-- .../resources/org/apache/camel/catalog/models/dynamicRouter.json | 2 +- .../generated/resources/org/apache/camel/catalog/models/failover.json | 4 ++-- .../org/apache/camel/catalog/models/faultToleranceConfiguration.json | 2 +- .../src/generated/resources/org/apache/camel/catalog/models/from.json | 2 +- .../org/apache/camel/catalog/models/hystrixConfiguration.json | 2 +- .../generated/resources/org/apache/camel/catalog/models/inOnly.json | 2 +- .../generated/resources/org/apache/camel/catalog/models/inOut.json | 2 +- .../generated/resources/org/apache/camel/catalog/models/kamelet.json | 2 +- .../src/generated/resources/org/apache/camel/catalog/models/log.json | 2 +- .../resources/org/apache/camel/catalog/models/onFallback.json | 2 +- .../resources/org/apache/camel/catalog/models/pollEnrich.json | 2 +- .../generated/resources/org/apache/camel/catalog/models/random.json | 4 ++-- .../resources/org/apache/camel/catalog/models/recipientList.json | 2 +- .../resources/org/apache/camel/catalog/models/resequence.json | 2 +- .../org/apache/camel/catalog/models/resilience4jConfiguration.json | 2 +- .../resources/org/apache/camel/catalog/models/roundRobin.json | 4 ++-- .../resources/org/apache/camel/catalog/models/routingSlip.json | 2 +- .../src/generated/resources/org/apache/camel/catalog/models/saga.json | 2 +- .../generated/resources/org/apache/camel/catalog/models/sticky.json | 4 ++-- .../resources/org/apache/camel/catalog/models/stream-config.json | 2 +- .../src/generated/resources/org/apache/camel/catalog/models/to.json | 2 +- .../src/generated/resources/org/apache/camel/catalog/models/toD.json | 4 ++-- .../generated/resources/org/apache/camel/catalog/models/topic.json | 4 ++-- .../generated/resources/org/apache/camel/catalog/models/weighted.json | 4 ++-- .../generated/resources/org/apache/camel/catalog/models/wireTap.json | 2 +- 28 files changed, 36 insertions(+), 36 deletions(-) diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/batch-config.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/batch-config.json index c3d8929..0b58308 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/batch-config.json +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/batch-config.json @@ -5,7 +5,7 @@ "title": "Batch-config", "description": "Configures batch-processing resequence eip.", "deprecated": false, - "label": "eip,routing,resequence", + "label": "configuration", "javaType": "org.apache.camel.model.config.BatchResequencerConfig", "input": false, "output": false diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/circuitBreaker.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/circuitBreaker.json index 70b2673..6ed0b97 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/circuitBreaker.json +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/circuitBreaker.json @@ -5,7 +5,7 @@ "title": "Circuit Breaker", "description": "Route messages in a fault tolerance way using Circuit Breaker", "deprecated": false, - "label": "eip,routing,circuitbreaker", + "label": "eip,routing", "javaType": "org.apache.camel.model.CircuitBreakerDefinition", "input": true, "output": false diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/customLoadBalancer.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/customLoadBalancer.json index 1cb2aeb..da5dc76 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/customLoadBalancer.json +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/customLoadBalancer.json @@ -3,9 +3,9 @@ "kind": "model", "name": "customLoadBalancer", "title": "Custom Load Balancer", - "description": "Custom load balancer", + "description": "To use a custom load balancer implementation.", "deprecated": false, - "label": "eip,routing,loadbalance", + "label": "eip,routing", "javaType": "org.apache.camel.model.loadbalancer.CustomLoadBalancerDefinition", "input": false, "output": false diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/dynamicRouter.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/dynamicRouter.json index 3025197..7335aac 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/dynamicRouter.json +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/dynamicRouter.json @@ -5,7 +5,7 @@ "title": "Dynamic Router", "description": "Route messages based on dynamic rules", "deprecated": false, - "label": "eip,endpoint,routing", + "label": "eip,routing", "javaType": "org.apache.camel.model.DynamicRouterDefinition", "input": true, "output": false diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/failover.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/failover.json index 31c811d..808cb219 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/failover.json +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/failover.json @@ -3,9 +3,9 @@ "kind": "model", "name": "failover", "title": "Failover", - "description": "Failover load balancer The failover load balancer is capable of trying the next processor in case an Exchange failed with an exception during processing. You can constrain the failover to activate only when one exception of a list you specify occurs. If you do not specify a list any exception will cause fail over to occur. This balancer uses the same strategy for matching exceptions as the Exception Clause does for the onException.", + "description": "In case of failures the exchange will be tried on the next endpoint.", "deprecated": false, - "label": "eip,routing,loadbalance", + "label": "eip,routing", "javaType": "org.apache.camel.model.loadbalancer.FailoverLoadBalancerDefinition", "input": false, "output": false diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/faultToleranceConfiguration.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/faultToleranceConfiguration.json index 5099ebb..83dd77c 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/faultToleranceConfiguration.json +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/faultToleranceConfiguration.json @@ -5,7 +5,7 @@ "title": "Fault Tolerance Configuration", "description": "MicroProfile Fault Tolerance Circuit Breaker EIP configuration", "deprecated": false, - "label": "eip,routing,circuitbreaker", + "label": "configuration", "javaType": "org.apache.camel.model.FaultToleranceConfigurationDefinition", "input": false, "output": false diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/from.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/from.json index 7ecbc80..26d84d7 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/from.json +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/from.json @@ -5,7 +5,7 @@ "title": "From", "description": "Act as a message source as input to a route", "deprecated": false, - "label": "eip,endpoint,routing", + "label": "eip,routing", "javaType": "org.apache.camel.model.FromDefinition", "input": false, "output": false diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/hystrixConfiguration.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/hystrixConfiguration.json index 6c33f6b..58ef3032 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/hystrixConfiguration.json +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/hystrixConfiguration.json @@ -5,7 +5,7 @@ "title": "Hystrix Configuration", "description": "Hystrix Circuit Breaker EIP configuration", "deprecated": true, - "label": "eip,routing,circuitbreaker", + "label": "configuration", "javaType": "org.apache.camel.model.HystrixConfigurationDefinition", "input": false, "output": false diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/inOnly.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/inOnly.json index a8a6eee..21ea917 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/inOnly.json +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/inOnly.json @@ -5,7 +5,7 @@ "title": "In Only", "description": "Marks the exchange pattern for the route to one way", "deprecated": true, - "label": "eip,endpoint,routing", + "label": "eip,routing", "javaType": "org.apache.camel.model.InOnlyDefinition", "input": true, "output": false diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/inOut.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/inOut.json index a005b50..601c318 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/inOut.json +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/inOut.json @@ -5,7 +5,7 @@ "title": "In Out", "description": "Marks the exchange pattern for the route to request\/reply", "deprecated": true, - "label": "eip,endpoint,routing", + "label": "eip,routing", "javaType": "org.apache.camel.model.InOutDefinition", "input": true, "output": false diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/kamelet.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/kamelet.json index 6b5e06e..4805e77 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/kamelet.json +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/kamelet.json @@ -5,7 +5,7 @@ "title": "Kamelet", "description": "To call Kamelets", "deprecated": false, - "label": "eip,routing,kamelet", + "label": "eip,routing", "javaType": "org.apache.camel.model.KameletDefinition", "input": true, "output": false diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/log.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/log.json index fcae253..45e0b5f 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/log.json +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/log.json @@ -5,7 +5,7 @@ "title": "Log", "description": "Logs the defined message to the logger", "deprecated": false, - "label": "eip,configuration", + "label": "eip,routing", "javaType": "org.apache.camel.model.LogDefinition", "input": true, "output": false diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/onFallback.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/onFallback.json index 9bb08a9..2e5ae9d 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/onFallback.json +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/onFallback.json @@ -5,7 +5,7 @@ "title": "On Fallback", "description": "Route to be executed when Hystrix EIP executes fallback", "deprecated": false, - "label": "eip,routing,circuitbreaker", + "label": "eip,routing", "javaType": "org.apache.camel.model.OnFallbackDefinition", "input": true, "output": false diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/pollEnrich.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/pollEnrich.json index c56f351..f691b34 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/pollEnrich.json +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/pollEnrich.json @@ -5,7 +5,7 @@ "title": "Poll Enrich", "description": "Enriches messages with data polled from a secondary resource", "deprecated": false, - "label": "eip,transformation", + "label": "eip,routing", "javaType": "org.apache.camel.model.PollEnrichDefinition", "input": true, "output": false diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/random.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/random.json index 00be038..9dda75d 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/random.json +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/random.json @@ -3,9 +3,9 @@ "kind": "model", "name": "random", "title": "Random", - "description": "Random load balancer The random load balancer selects a random endpoint for each exchange.", + "description": "A random endpoint is selected for each exchange.", "deprecated": false, - "label": "eip,routing,loadbalance", + "label": "eip,routing", "javaType": "org.apache.camel.model.loadbalancer.RandomLoadBalancerDefinition", "input": false, "output": false diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/recipientList.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/recipientList.json index c95e42d..16b38be 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/recipientList.json +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/recipientList.json @@ -5,7 +5,7 @@ "title": "Recipient List", "description": "Route messages to a number of dynamically specified recipients (dynamic to)", "deprecated": false, - "label": "eip,endpoint,routing", + "label": "eip,routing", "javaType": "org.apache.camel.model.RecipientListDefinition", "input": true, "output": false diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/resequence.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/resequence.json index 8dad199..2b4dab7 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/resequence.json +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/resequence.json @@ -12,7 +12,7 @@ }, "properties": { "expression": { "kind": "expression", "displayName": "Expression", "required": true, "type": "object", "javaType": "org.apache.camel.model.language.ExpressionDefinition", "oneOf": [ "constant", "csimple", "datasonnet", "exchangeProperty", "groovy", "header", "hl7terser", "joor", "jsonpath", "language", "method", "mvel", "ognl", "ref", "simple", "spel", "tokenize", "xpath", "xquery", "xtokenize" ], "deprecated": false, "autowired": false, "secret": false, "description": "Expression to [...] - "resequencerConfig": { "kind": "element", "displayName": "Resequencer Config", "required": false, "type": "object", "javaType": "org.apache.camel.model.config.ResequencerConfig", "oneOf": [ "batch-config", "stream-config" ], "deprecated": false, "autowired": false, "secret": false, "description": "To configure the resequencer in using either batch or stream configuration. Will by default use batch configuration." }, + "resequencerConfig": { "kind": "element", "displayName": "Resequencer Config", "required": true, "type": "object", "javaType": "org.apache.camel.model.config.ResequencerConfig", "oneOf": [ "batch-config", "stream-config" ], "deprecated": false, "autowired": false, "secret": false, "description": "To configure the resequencer in using either batch or stream configuration. Will by default use batch configuration." }, "id": { "kind": "attribute", "displayName": "Id", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Sets the id of this node" }, "description": { "kind": "element", "displayName": "Description", "required": false, "type": "object", "javaType": "org.apache.camel.model.DescriptionDefinition", "deprecated": false, "autowired": false, "secret": false, "description": "Sets the description of this node" } } diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/resilience4jConfiguration.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/resilience4jConfiguration.json index ece4c9be..26cb45d 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/resilience4jConfiguration.json +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/resilience4jConfiguration.json @@ -5,7 +5,7 @@ "title": "Resilience4j Configuration", "description": "Resilience4j Circuit Breaker EIP configuration", "deprecated": false, - "label": "eip,routing,circuitbreaker", + "label": "configuration", "javaType": "org.apache.camel.model.Resilience4jConfigurationDefinition", "input": false, "output": false diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/roundRobin.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/roundRobin.json index 4d67833..52b5cd9 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/roundRobin.json +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/roundRobin.json @@ -3,9 +3,9 @@ "kind": "model", "name": "roundRobin", "title": "Round Robin", - "description": "Round robin load balancer The round robin load balancer will use the next endpoint for each message. This load balancer is not meant to work with failover, for that you should use the dedicated failover load balancer.", + "description": "The exchanges are selected in a round robin fashion. This is a well known and classic policy, which spreads the load evenly.", "deprecated": false, - "label": "eip,routing,loadbalance", + "label": "eip,routing", "javaType": "org.apache.camel.model.loadbalancer.RoundRobinLoadBalancerDefinition", "input": false, "output": false diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/routingSlip.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/routingSlip.json index c961041..fa4c5bf 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/routingSlip.json +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/routingSlip.json @@ -5,7 +5,7 @@ "title": "Routing Slip", "description": "Routes a message through a series of steps that are pre-determined (the slip)", "deprecated": false, - "label": "eip,endpoint,routing", + "label": "eip,routing", "javaType": "org.apache.camel.model.RoutingSlipDefinition", "input": true, "output": false diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/saga.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/saga.json index 42b0242..4830bde 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/saga.json +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/saga.json @@ -3,7 +3,7 @@ "kind": "model", "name": "saga", "title": "Saga", - "description": "Enables sagas on the route", + "description": "Enables Sagas on the route", "deprecated": false, "label": "eip,routing", "javaType": "org.apache.camel.model.SagaDefinition", diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/sticky.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/sticky.json index baf2751..1557642 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/sticky.json +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/sticky.json @@ -3,9 +3,9 @@ "kind": "model", "name": "sticky", "title": "Sticky", - "description": "Sticky load balancer Sticky load balancing using an Expression to calculate a correlation key to perform the sticky load balancing; rather like jsessionid in the web or JMSXGroupID in JMS.", + "description": "Sticky load balancing using an expression to calculate a correlation key to perform the sticky load balancing.", "deprecated": false, - "label": "eip,routing,loadbalance", + "label": "eip,routing", "javaType": "org.apache.camel.model.loadbalancer.StickyLoadBalancerDefinition", "input": false, "output": false diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/stream-config.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/stream-config.json index 83586fc..e6a7653 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/stream-config.json +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/stream-config.json @@ -5,7 +5,7 @@ "title": "Stream-config", "description": "Configures stream-processing resequence eip.", "deprecated": false, - "label": "eip,routing,resequence", + "label": "configuration", "javaType": "org.apache.camel.model.config.StreamResequencerConfig", "input": false, "output": false diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/to.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/to.json index 7400bb9..0df861d 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/to.json +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/to.json @@ -5,7 +5,7 @@ "title": "To", "description": "Sends the message to a static endpoint", "deprecated": false, - "label": "eip,endpoint,routing", + "label": "eip,routing", "javaType": "org.apache.camel.model.ToDefinition", "input": true, "output": false diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/toD.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/toD.json index 3a5b648..1cac1f2 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/toD.json +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/toD.json @@ -3,9 +3,9 @@ "kind": "model", "name": "toD", "title": "To D", - "description": "Sends the message to a dynamic endpoint You can specify multiple languages in the uri separated by the plus sign, such as mock:language:xpath:\/order\/uri where mock: would be a prefix to a xpath expression. For more dynamic behavior use Recipient List or Dynamic Router EIP instead.", + "description": "Sends the message to a dynamic endpoint", "deprecated": false, - "label": "eip,endpoint,routing", + "label": "eip,routing", "javaType": "org.apache.camel.model.ToDynamicDefinition", "input": true, "output": false diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/topic.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/topic.json index 14713e8..e33710e 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/topic.json +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/topic.json @@ -3,9 +3,9 @@ "kind": "model", "name": "topic", "title": "Topic", - "description": "Topic load balancer The topic load balancer sends to all destinations (rather like JMS Topics)", + "description": "Topic which sends to all destinations.", "deprecated": false, - "label": "eip,routing,loadbalance", + "label": "eip,routing", "javaType": "org.apache.camel.model.loadbalancer.TopicLoadBalancerDefinition", "input": false, "output": false diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/weighted.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/weighted.json index aa3ec08..ab8c76b 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/weighted.json +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/weighted.json @@ -3,9 +3,9 @@ "kind": "model", "name": "weighted", "title": "Weighted", - "description": "Weighted load balancer The weighted load balancing policy allows you to specify a processing load distribution ratio for each server with respect to others. In addition to the weight, endpoint selection is then further refined using random distribution based on weight.", + "description": "Uses a weighted load distribution ratio for each server with respect to others.", "deprecated": false, - "label": "eip,routing,loadbalance", + "label": "eip,routing", "javaType": "org.apache.camel.model.loadbalancer.WeightedLoadBalancerDefinition", "input": false, "output": false diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/wireTap.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/wireTap.json index ec8d585..7904bfa 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/wireTap.json +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/wireTap.json @@ -5,7 +5,7 @@ "title": "Wire Tap", "description": "Routes a copy of a message (or creates a new message) to a secondary destination while continue routing the original message.", "deprecated": false, - "label": "eip,endpoint,routing", + "label": "eip,routing", "javaType": "org.apache.camel.model.WireTapDefinition", "input": true, "output": false