diff --git a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components.properties b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components.properties
index a80b4ddb742..1ba367d628a 100644
--- a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components.properties
+++ b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components.properties
@@ -156,6 +156,7 @@ hwcloud-smn
ibm-secrets-manager
iec60870-client
iec60870-server
+iggy
ignite-cache
ignite-compute
ignite-events
diff --git a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/iggy.json b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/iggy.json
new file mode 100644
index 00000000000..7105be18f4d
--- /dev/null
+++ b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/iggy.json
@@ -0,0 +1,85 @@
+{
+ "component": {
+ "kind": "component",
+ "name": "iggy",
+ "title": "Iggy",
+ "description": "Camel Iggy component",
+ "deprecated": false,
+ "firstVersion": "4.14.0",
+ "label": "messaging",
+ "javaType": "org.apache.camel.component.iggy.IggyComponent",
+ "supportLevel": "Preview",
+ "groupId": "org.apache.camel.springboot",
+ "artifactId": "camel-iggy-starter",
+ "version": "4.14.0-SNAPSHOT",
+ "scheme": "iggy",
+ "extendsScheme": "",
+ "syntax": "iggy:topicName",
+ "async": false,
+ "api": false,
+ "consumerOnly": false,
+ "producerOnly": false,
+ "lenientProperties": false,
+ "browsable": false,
+ "remote": true
+ },
+ "componentProperties": {
+ "autoCreateStream": { "index": 0, "kind": "property", "displayName": "Auto Create Stream", "group": "common", "label": "", "required": false, "type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": true, "configurationClass": "org.apache.camel.component.iggy.IggyConfiguration", "configurationField": "configuration", "description": "Whether to automatically create stream if it does not exist" },
+ "autoCreateTopic": { "index": 1, "kind": "property", "displayName": "Auto Create Topic", "group": "common", "label": "", "required": false, "type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": true, "configurationClass": "org.apache.camel.component.iggy.IggyConfiguration", "configurationField": "configuration", "description": "Whether to automatically create topic if it does not exist" },
+ "clientTransport": { "index": 2, "kind": "property", "displayName": "Client Transport", "group": "common", "label": "", "required": false, "type": "string", "javaType": "java.lang.String", "enum": [ "TCP", "HTTP" ], "deprecated": false, "autowired": false, "secret": false, "defaultValue": "TCP", "configurationClass": "org.apache.camel.component.iggy.IggyConfiguration", "configurationField": "configuration", "description": "Polling strategy" },
+ "compressionAlgorithm": { "index": 3, "kind": "property", "displayName": "Compression Algorithm", "group": "common", "label": "", "required": false, "type": "object", "javaType": "org.apache.iggy.topic.CompressionAlgorithm", "enum": [ "None", "Gzip" ], "deprecated": false, "autowired": false, "secret": false, "defaultValue": "None", "configurationClass": "org.apache.camel.component.iggy.IggyConfiguration", "configurationField": "configuration", "description": "Compression algorithm for message payload" },
+ "configuration": { "index": 4, "kind": "property", "displayName": "Configuration", "group": "common", "label": "", "required": false, "type": "object", "javaType": "org.apache.camel.component.iggy.IggyConfiguration", "deprecated": false, "autowired": false, "secret": false, "description": "Allows to pre-configure the Iggy component with common options that the endpoints will reuse." },
+ "host": { "index": 5, "kind": "property", "displayName": "Host", "group": "common", "label": "", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "defaultValue": "localhost", "configurationClass": "org.apache.camel.component.iggy.IggyConfiguration", "configurationField": "configuration", "description": "Iggy server hostname or IP address" },
+ "maxTopicSize": { "index": 6, "kind": "property", "displayName": "Max Topic Size", "group": "common", "label": "", "required": false, "type": "integer", "javaType": "java.lang.Long", "deprecated": false, "autowired": false, "secret": false, "defaultValue": "0", "configurationClass": "org.apache.camel.component.iggy.IggyConfiguration", "configurationField": "configuration", "description": "Maximum topic size in bytes (0 means unlimited)" },
+ "messageExpiry": { "index": 7, "kind": "property", "displayName": "Message Expiry", "group": "common", "label": "", "required": false, "type": "integer", "javaType": "java.lang.Long", "deprecated": false, "autowired": false, "secret": false, "defaultValue": "0", "configurationClass": "org.apache.camel.component.iggy.IggyConfiguration", "configurationField": "configuration", "description": "Message expiry time in seconds (0 means no expiry)" },
+ "partitionsCount": { "index": 8, "kind": "property", "displayName": "Partitions Count", "group": "common", "label": "", "required": false, "type": "integer", "javaType": "java.lang.Long", "deprecated": false, "autowired": false, "secret": false, "defaultValue": "1", "configurationClass": "org.apache.camel.component.iggy.IggyConfiguration", "configurationField": "configuration", "description": "Number of partitions for the topic" },
+ "password": { "index": 9, "kind": "property", "displayName": "Password", "group": "common", "label": "", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": true, "configurationClass": "org.apache.camel.component.iggy.IggyConfiguration", "configurationField": "configuration", "description": "Iggy password" },
+ "port": { "index": 10, "kind": "property", "displayName": "Port", "group": "common", "label": "", "required": false, "type": "integer", "javaType": "int", "deprecated": false, "autowired": false, "secret": false, "defaultValue": 8090, "configurationClass": "org.apache.camel.component.iggy.IggyConfiguration", "configurationField": "configuration", "description": "Iggy server port number" },
+ "replicationFactor": { "index": 11, "kind": "property", "displayName": "Replication Factor", "group": "common", "label": "", "required": false, "type": "integer", "javaType": "java.lang.Short", "deprecated": false, "autowired": false, "secret": false, "configurationClass": "org.apache.camel.component.iggy.IggyConfiguration", "configurationField": "configuration", "description": "Replication factor for the topic" },
+ "streamId": { "index": 12, "kind": "property", "displayName": "Stream Id", "group": "common", "label": "", "required": false, "type": "integer", "javaType": "java.lang.Long", "deprecated": false, "autowired": false, "secret": false, "configurationClass": "org.apache.camel.component.iggy.IggyConfiguration", "configurationField": "configuration", "description": "Stream identifier" },
+ "streamName": { "index": 13, "kind": "property", "displayName": "Stream Name", "group": "common", "label": "", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "configurationClass": "org.apache.camel.component.iggy.IggyConfiguration", "configurationField": "configuration", "description": "Stream name" },
+ "autoCommit": { "index": 14, "kind": "property", "displayName": "Auto Commit", "group": "consumer", "label": "consumer", "required": false, "type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": true, "configurationClass": "org.apache.camel.component.iggy.IggyConfiguration", "configurationField": "configuration", "description": "Controls message acknowledgment behavior. When true, messages are automatically marked as processed after consumption. When false, enables manual offset management and allows setting a custom starting offset position" },
+ "bridgeErrorHandler": { "index": 15, "kind": "property", "displayName": "Bridge Error Handler", "group": "consumer", "label": "consumer", "required": false, "type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": false, "description": "Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions (if possible) occurred while the Camel consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. Important: This is only possible if the 3rd party component allows Camel to be alerted if an exception was thrown. Some components handle this internally only, and therefore bridgeErrorHandler is not possible. In other situations we may improve the Camel component to hook into the 3rd party component and make this possible for future releases. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored." },
+ "consumerGroupName": { "index": 16, "kind": "property", "displayName": "Consumer Group Name", "group": "consumer", "label": "consumer", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "configurationClass": "org.apache.camel.component.iggy.IggyConfiguration", "configurationField": "configuration", "description": "The name of the consumer group" },
+ "consumersCount": { "index": 17, "kind": "property", "displayName": "Consumers Count", "group": "consumer", "label": "consumer", "required": false, "type": "integer", "javaType": "int", "deprecated": false, "autowired": false, "secret": false, "defaultValue": 1, "configurationClass": "org.apache.camel.component.iggy.IggyConfiguration", "configurationField": "configuration", "description": "Camel Iggy consumers count" },
+ "partitionId": { "index": 18, "kind": "property", "displayName": "Partition Id", "group": "consumer", "label": "consumer", "required": false, "type": "integer", "javaType": "java.lang.Long", "deprecated": false, "autowired": false, "secret": false, "configurationClass": "org.apache.camel.component.iggy.IggyConfiguration", "configurationField": "configuration", "description": "The consumer partition id" },
+ "pollBatchSize": { "index": 19, "kind": "property", "displayName": "Poll Batch Size", "group": "consumer", "label": "consumer", "required": false, "type": "integer", "javaType": "java.lang.Long", "deprecated": false, "autowired": false, "secret": false, "defaultValue": "10", "configurationClass": "org.apache.camel.component.iggy.IggyConfiguration", "configurationField": "configuration", "description": "The consumer poll batch size" },
+ "pollingStrategy": { "index": 20, "kind": "property", "displayName": "Polling Strategy", "group": "consumer", "label": "consumer", "required": false, "type": "string", "javaType": "java.lang.String", "enum": [ "next", "first", "last" ], "deprecated": false, "autowired": false, "secret": false, "defaultValue": "next", "configurationClass": "org.apache.camel.component.iggy.IggyConfiguration", "configurationField": "configuration", "description": "Polling strategy" },
+ "shutdownTimeout": { "index": 21, "kind": "property", "displayName": "Shutdown Timeout", "group": "consumer", "label": "common,consumer", "required": false, "type": "integer", "javaType": "int", "deprecated": false, "autowired": false, "secret": false, "defaultValue": 30000, "configurationClass": "org.apache.camel.component.iggy.IggyConfiguration", "configurationField": "configuration", "description": "Camel Iggy shutdown timeout" },
+ "startingOffset": { "index": 22, "kind": "property", "displayName": "Starting Offset", "group": "consumer", "label": "consumer", "required": false, "type": "integer", "javaType": "java.lang.Long", "deprecated": false, "autowired": false, "secret": false, "defaultValue": "0", "configurationClass": "org.apache.camel.component.iggy.IggyConfiguration", "configurationField": "configuration", "description": "Defines the initial message offset position when autoCommit is disabled. Use 0 to start from the beginning of the stream, or specify a custom offset to resume from a particular point" },
+ "lazyStartProducer": { "index": 23, "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 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 producer may take a little time and prolong the total processing time of the processing." },
+ "partitioning": { "index": 24, "kind": "property", "displayName": "Partitioning", "group": "producer", "label": "producer", "required": false, "type": "object", "javaType": "org.apache.iggy.message.Partitioning", "deprecated": false, "autowired": false, "secret": false, "defaultValue": "balanced", "configurationClass": "org.apache.camel.component.iggy.IggyConfiguration", "configurationField": "configuration", "description": "Partitioning strategy for message distribution" },
+ "autowiredEnabled": { "index": 25, "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 type, which then gets configured on the component. This can be used for automatic configuring JDBC data sources, JMS connection factories, AWS Clients, etc." },
+ "username": { "index": 26, "kind": "property", "displayName": "Username", "group": "security", "label": "security", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": true, "configurationClass": "org.apache.camel.component.iggy.IggyConfiguration", "configurationField": "configuration", "description": "Iggy username" }
+ },
+ "properties": {
+ "topicName": { "index": 0, "kind": "path", "displayName": "Topic Name", "group": "common", "label": "", "required": true, "type": "string", "javaType": "java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "description": "Name of the topic" },
+ "autoCreateStream": { "index": 1, "kind": "parameter", "displayName": "Auto Create Stream", "group": "common", "label": "", "required": false, "type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": true, "configurationClass": "org.apache.camel.component.iggy.IggyConfiguration", "configurationField": "configuration", "description": "Whether to automatically create stream if it does not exist" },
+ "autoCreateTopic": { "index": 2, "kind": "parameter", "displayName": "Auto Create Topic", "group": "common", "label": "", "required": false, "type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": true, "configurationClass": "org.apache.camel.component.iggy.IggyConfiguration", "configurationField": "configuration", "description": "Whether to automatically create topic if it does not exist" },
+ "clientTransport": { "index": 3, "kind": "parameter", "displayName": "Client Transport", "group": "common", "label": "", "required": false, "type": "string", "javaType": "java.lang.String", "enum": [ "TCP", "HTTP" ], "deprecated": false, "autowired": false, "secret": false, "defaultValue": "TCP", "configurationClass": "org.apache.camel.component.iggy.IggyConfiguration", "configurationField": "configuration", "description": "Polling strategy" },
+ "compressionAlgorithm": { "index": 4, "kind": "parameter", "displayName": "Compression Algorithm", "group": "common", "label": "", "required": false, "type": "object", "javaType": "org.apache.iggy.topic.CompressionAlgorithm", "enum": [ "None", "Gzip" ], "deprecated": false, "autowired": false, "secret": false, "defaultValue": "None", "configurationClass": "org.apache.camel.component.iggy.IggyConfiguration", "configurationField": "configuration", "description": "Compression algorithm for message payload" },
+ "host": { "index": 5, "kind": "parameter", "displayName": "Host", "group": "common", "label": "", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "defaultValue": "localhost", "configurationClass": "org.apache.camel.component.iggy.IggyConfiguration", "configurationField": "configuration", "description": "Iggy server hostname or IP address" },
+ "maxTopicSize": { "index": 6, "kind": "parameter", "displayName": "Max Topic Size", "group": "common", "label": "", "required": false, "type": "integer", "javaType": "java.lang.Long", "deprecated": false, "autowired": false, "secret": false, "defaultValue": "0", "configurationClass": "org.apache.camel.component.iggy.IggyConfiguration", "configurationField": "configuration", "description": "Maximum topic size in bytes (0 means unlimited)" },
+ "messageExpiry": { "index": 7, "kind": "parameter", "displayName": "Message Expiry", "group": "common", "label": "", "required": false, "type": "integer", "javaType": "java.lang.Long", "deprecated": false, "autowired": false, "secret": false, "defaultValue": "0", "configurationClass": "org.apache.camel.component.iggy.IggyConfiguration", "configurationField": "configuration", "description": "Message expiry time in seconds (0 means no expiry)" },
+ "partitionsCount": { "index": 8, "kind": "parameter", "displayName": "Partitions Count", "group": "common", "label": "", "required": false, "type": "integer", "javaType": "java.lang.Long", "deprecated": false, "autowired": false, "secret": false, "defaultValue": "1", "configurationClass": "org.apache.camel.component.iggy.IggyConfiguration", "configurationField": "configuration", "description": "Number of partitions for the topic" },
+ "password": { "index": 9, "kind": "parameter", "displayName": "Password", "group": "common", "label": "", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": true, "configurationClass": "org.apache.camel.component.iggy.IggyConfiguration", "configurationField": "configuration", "description": "Iggy password" },
+ "port": { "index": 10, "kind": "parameter", "displayName": "Port", "group": "common", "label": "", "required": false, "type": "integer", "javaType": "int", "deprecated": false, "autowired": false, "secret": false, "defaultValue": 8090, "configurationClass": "org.apache.camel.component.iggy.IggyConfiguration", "configurationField": "configuration", "description": "Iggy server port number" },
+ "replicationFactor": { "index": 11, "kind": "parameter", "displayName": "Replication Factor", "group": "common", "label": "", "required": false, "type": "integer", "javaType": "java.lang.Short", "deprecated": false, "autowired": false, "secret": false, "configurationClass": "org.apache.camel.component.iggy.IggyConfiguration", "configurationField": "configuration", "description": "Replication factor for the topic" },
+ "streamId": { "index": 12, "kind": "parameter", "displayName": "Stream Id", "group": "common", "label": "", "required": false, "type": "integer", "javaType": "java.lang.Long", "deprecated": false, "autowired": false, "secret": false, "configurationClass": "org.apache.camel.component.iggy.IggyConfiguration", "configurationField": "configuration", "description": "Stream identifier" },
+ "streamName": { "index": 13, "kind": "parameter", "displayName": "Stream Name", "group": "common", "label": "", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "configurationClass": "org.apache.camel.component.iggy.IggyConfiguration", "configurationField": "configuration", "description": "Stream name" },
+ "autoCommit": { "index": 14, "kind": "parameter", "displayName": "Auto Commit", "group": "consumer", "label": "consumer", "required": false, "type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": true, "configurationClass": "org.apache.camel.component.iggy.IggyConfiguration", "configurationField": "configuration", "description": "Controls message acknowledgment behavior. When true, messages are automatically marked as processed after consumption. When false, enables manual offset management and allows setting a custom starting offset position" },
+ "consumerGroupName": { "index": 15, "kind": "parameter", "displayName": "Consumer Group Name", "group": "consumer", "label": "consumer", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "configurationClass": "org.apache.camel.component.iggy.IggyConfiguration", "configurationField": "configuration", "description": "The name of the consumer group" },
+ "consumersCount": { "index": 16, "kind": "parameter", "displayName": "Consumers Count", "group": "consumer", "label": "consumer", "required": false, "type": "integer", "javaType": "int", "deprecated": false, "autowired": false, "secret": false, "defaultValue": 1, "configurationClass": "org.apache.camel.component.iggy.IggyConfiguration", "configurationField": "configuration", "description": "Camel Iggy consumers count" },
+ "partitionId": { "index": 17, "kind": "parameter", "displayName": "Partition Id", "group": "consumer", "label": "consumer", "required": false, "type": "integer", "javaType": "java.lang.Long", "deprecated": false, "autowired": false, "secret": false, "configurationClass": "org.apache.camel.component.iggy.IggyConfiguration", "configurationField": "configuration", "description": "The consumer partition id" },
+ "pollBatchSize": { "index": 18, "kind": "parameter", "displayName": "Poll Batch Size", "group": "consumer", "label": "consumer", "required": false, "type": "integer", "javaType": "java.lang.Long", "deprecated": false, "autowired": false, "secret": false, "defaultValue": "10", "configurationClass": "org.apache.camel.component.iggy.IggyConfiguration", "configurationField": "configuration", "description": "The consumer poll batch size" },
+ "pollingStrategy": { "index": 19, "kind": "parameter", "displayName": "Polling Strategy", "group": "consumer", "label": "consumer", "required": false, "type": "string", "javaType": "java.lang.String", "enum": [ "next", "first", "last" ], "deprecated": false, "autowired": false, "secret": false, "defaultValue": "next", "configurationClass": "org.apache.camel.component.iggy.IggyConfiguration", "configurationField": "configuration", "description": "Polling strategy" },
+ "shutdownTimeout": { "index": 20, "kind": "parameter", "displayName": "Shutdown Timeout", "group": "consumer", "label": "common,consumer", "required": false, "type": "integer", "javaType": "int", "deprecated": false, "autowired": false, "secret": false, "defaultValue": 30000, "configurationClass": "org.apache.camel.component.iggy.IggyConfiguration", "configurationField": "configuration", "description": "Camel Iggy shutdown timeout" },
+ "startingOffset": { "index": 21, "kind": "parameter", "displayName": "Starting Offset", "group": "consumer", "label": "consumer", "required": false, "type": "integer", "javaType": "java.lang.Long", "deprecated": false, "autowired": false, "secret": false, "defaultValue": "0", "configurationClass": "org.apache.camel.component.iggy.IggyConfiguration", "configurationField": "configuration", "description": "Defines the initial message offset position when autoCommit is disabled. Use 0 to start from the beginning of the stream, or specify a custom offset to resume from a particular point" },
+ "bridgeErrorHandler": { "index": 22, "kind": "parameter", "displayName": "Bridge Error Handler", "group": "consumer (advanced)", "label": "consumer,advanced", "required": false, "type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": false, "description": "Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions (if possible) occurred while the Camel consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. Important: This is only possible if the 3rd party component allows Camel to be alerted if an exception was thrown. Some components handle this internally only, and therefore bridgeErrorHandler is not possible. In other situations we may improve the Camel component to hook into the 3rd party component and make this possible for future releases. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored." },
+ "exceptionHandler": { "index": 23, "kind": "parameter", "displayName": "Exception Handler", "group": "consumer (advanced)", "label": "consumer,advanced", "required": false, "type": "object", "javaType": "org.apache.camel.spi.ExceptionHandler", "optionalPrefix": "consumer.", "deprecated": false, "autowired": false, "secret": false, "description": "To let the consumer use a custom ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this option is not in use. By default the consumer will deal with exceptions, that will be logged at WARN or ERROR level and ignored." },
+ "exchangePattern": { "index": 24, "kind": "parameter", "displayName": "Exchange Pattern", "group": "consumer (advanced)", "label": "consumer,advanced", "required": false, "type": "object", "javaType": "org.apache.camel.ExchangePattern", "enum": [ "InOnly", "InOut" ], "deprecated": false, "autowired": false, "secret": false, "description": "Sets the exchange pattern when the consumer creates an exchange." },
+ "partitioning": { "index": 25, "kind": "parameter", "displayName": "Partitioning", "group": "producer", "label": "producer", "required": false, "type": "object", "javaType": "org.apache.iggy.message.Partitioning", "deprecated": false, "autowired": false, "secret": false, "defaultValue": "balanced", "configurationClass": "org.apache.camel.component.iggy.IggyConfiguration", "configurationField": "configuration", "description": "Partitioning strategy for message distribution" },
+ "lazyStartProducer": { "index": 26, "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 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 producer may take a little time and prolong the total processing time of the processing." },
+ "username": { "index": 27, "kind": "parameter", "displayName": "Username", "group": "security", "label": "security", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": true, "configurationClass": "org.apache.camel.component.iggy.IggyConfiguration", "configurationField": "configuration", "description": "Iggy username" }
+ }
+}
diff --git a/components-starter/camel-iggy-starter/pom.xml b/components-starter/camel-iggy-starter/pom.xml
new file mode 100644
index 00000000000..607bf28aa9a
--- /dev/null
+++ b/components-starter/camel-iggy-starter/pom.xml
@@ -0,0 +1,48 @@
+
+
+
+ 4.0.0
+
+ org.apache.camel.springboot
+ components-starter
+ 4.14.0-SNAPSHOT
+
+ camel-iggy-starter
+ jar
+ Camel SB Starters :: iggy
+
+
+ org.springframework.boot
+ spring-boot-starter
+ ${spring-boot-version}
+
+
+ org.apache.camel
+ camel-iggy
+ ${camel-version}
+
+
+
+ org.apache.camel.springboot
+ camel-core-starter
+
+
+
+
diff --git a/components-starter/camel-iggy-starter/src/main/docs/iggy.json b/components-starter/camel-iggy-starter/src/main/docs/iggy.json
new file mode 100644
index 00000000000..28c4564fe07
--- /dev/null
+++ b/components-starter/camel-iggy-starter/src/main/docs/iggy.json
@@ -0,0 +1,212 @@
+{
+ "groups": [
+ {
+ "name": "camel.component.iggy",
+ "type": "org.apache.camel.component.iggy.springboot.IggyComponentConfiguration",
+ "sourceType": "org.apache.camel.component.iggy.springboot.IggyComponentConfiguration"
+ },
+ {
+ "name": "camel.component.iggy.customizer",
+ "type": "org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon$CustomizerProperties",
+ "sourceType": "org.apache.camel.component.iggy.springboot.IggyComponentConfiguration",
+ "sourceMethod": "getCustomizer()"
+ }
+ ],
+ "properties": [
+ {
+ "name": "camel.component.iggy.auto-commit",
+ "type": "java.lang.Boolean",
+ "description": "Controls message acknowledgment behavior. When true, messages are automatically marked as processed after consumption. When false, enables manual offset management and allows setting a custom starting offset position",
+ "sourceType": "org.apache.camel.component.iggy.springboot.IggyComponentConfiguration",
+ "defaultValue": true
+ },
+ {
+ "name": "camel.component.iggy.auto-create-stream",
+ "type": "java.lang.Boolean",
+ "description": "Whether to automatically create stream if it does not exist",
+ "sourceType": "org.apache.camel.component.iggy.springboot.IggyComponentConfiguration",
+ "defaultValue": true
+ },
+ {
+ "name": "camel.component.iggy.auto-create-topic",
+ "type": "java.lang.Boolean",
+ "description": "Whether to automatically create topic if it does not exist",
+ "sourceType": "org.apache.camel.component.iggy.springboot.IggyComponentConfiguration",
+ "defaultValue": true
+ },
+ {
+ "name": "camel.component.iggy.autowired-enabled",
+ "type": "java.lang.Boolean",
+ "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 type, which then gets configured on the component. This can be used for automatic configuring JDBC data sources, JMS connection factories, AWS Clients, etc.",
+ "sourceType": "org.apache.camel.component.iggy.springboot.IggyComponentConfiguration",
+ "defaultValue": true
+ },
+ {
+ "name": "camel.component.iggy.bridge-error-handler",
+ "type": "java.lang.Boolean",
+ "description": "Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions (if possible) occurred while the Camel consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. Important: This is only possible if the 3rd party component allows Camel to be alerted if an exception was thrown. Some components handle this internally only, and therefore bridgeErrorHandler is not possible. In other situations we may improve the Camel component to hook into the 3rd party component and make this possible for future releases. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored.",
+ "sourceType": "org.apache.camel.component.iggy.springboot.IggyComponentConfiguration",
+ "defaultValue": false
+ },
+ {
+ "name": "camel.component.iggy.client-transport",
+ "type": "java.lang.String",
+ "description": "Polling strategy",
+ "sourceType": "org.apache.camel.component.iggy.springboot.IggyComponentConfiguration",
+ "defaultValue": "TCP"
+ },
+ {
+ "name": "camel.component.iggy.compression-algorithm",
+ "type": "org.apache.iggy.topic.CompressionAlgorithm",
+ "description": "Compression algorithm for message payload",
+ "sourceType": "org.apache.camel.component.iggy.springboot.IggyComponentConfiguration",
+ "defaultValue": "none"
+ },
+ {
+ "name": "camel.component.iggy.configuration",
+ "type": "org.apache.camel.component.iggy.IggyConfiguration",
+ "description": "Allows to pre-configure the Iggy component with common options that the endpoints will reuse. The option is a org.apache.camel.component.iggy.IggyConfiguration type.",
+ "sourceType": "org.apache.camel.component.iggy.springboot.IggyComponentConfiguration"
+ },
+ {
+ "name": "camel.component.iggy.consumer-group-name",
+ "type": "java.lang.String",
+ "description": "The name of the consumer group",
+ "sourceType": "org.apache.camel.component.iggy.springboot.IggyComponentConfiguration"
+ },
+ {
+ "name": "camel.component.iggy.consumers-count",
+ "type": "java.lang.Integer",
+ "description": "Camel Iggy consumers count",
+ "sourceType": "org.apache.camel.component.iggy.springboot.IggyComponentConfiguration",
+ "defaultValue": 1
+ },
+ {
+ "name": "camel.component.iggy.customizer.enabled",
+ "type": "java.lang.Boolean",
+ "sourceType": "org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon$CustomizerProperties"
+ },
+ {
+ "name": "camel.component.iggy.enabled",
+ "type": "java.lang.Boolean",
+ "description": "Whether to enable auto configuration of the iggy component. This is enabled by default.",
+ "sourceType": "org.apache.camel.component.iggy.springboot.IggyComponentConfiguration"
+ },
+ {
+ "name": "camel.component.iggy.host",
+ "type": "java.lang.String",
+ "description": "Iggy server hostname or IP address",
+ "sourceType": "org.apache.camel.component.iggy.springboot.IggyComponentConfiguration",
+ "defaultValue": "localhost"
+ },
+ {
+ "name": "camel.component.iggy.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 producer may take a little time and prolong the total processing time of the processing.",
+ "sourceType": "org.apache.camel.component.iggy.springboot.IggyComponentConfiguration",
+ "defaultValue": false
+ },
+ {
+ "name": "camel.component.iggy.max-topic-size",
+ "type": "java.lang.Long",
+ "description": "Maximum topic size in bytes (0 means unlimited)",
+ "sourceType": "org.apache.camel.component.iggy.springboot.IggyComponentConfiguration",
+ "defaultValue": 0
+ },
+ {
+ "name": "camel.component.iggy.message-expiry",
+ "type": "java.lang.Long",
+ "description": "Message expiry time in seconds (0 means no expiry)",
+ "sourceType": "org.apache.camel.component.iggy.springboot.IggyComponentConfiguration",
+ "defaultValue": 0
+ },
+ {
+ "name": "camel.component.iggy.partition-id",
+ "type": "java.lang.Long",
+ "description": "The consumer partition id",
+ "sourceType": "org.apache.camel.component.iggy.springboot.IggyComponentConfiguration"
+ },
+ {
+ "name": "camel.component.iggy.partitioning",
+ "type": "org.apache.iggy.message.Partitioning",
+ "description": "Partitioning strategy for message distribution. The option is a org.apache.iggy.message.Partitioning type.",
+ "sourceType": "org.apache.camel.component.iggy.springboot.IggyComponentConfiguration"
+ },
+ {
+ "name": "camel.component.iggy.partitions-count",
+ "type": "java.lang.Long",
+ "description": "Number of partitions for the topic",
+ "sourceType": "org.apache.camel.component.iggy.springboot.IggyComponentConfiguration",
+ "defaultValue": 1
+ },
+ {
+ "name": "camel.component.iggy.password",
+ "type": "java.lang.String",
+ "description": "Iggy password",
+ "sourceType": "org.apache.camel.component.iggy.springboot.IggyComponentConfiguration"
+ },
+ {
+ "name": "camel.component.iggy.poll-batch-size",
+ "type": "java.lang.Long",
+ "description": "The consumer poll batch size",
+ "sourceType": "org.apache.camel.component.iggy.springboot.IggyComponentConfiguration",
+ "defaultValue": 10
+ },
+ {
+ "name": "camel.component.iggy.polling-strategy",
+ "type": "java.lang.String",
+ "description": "Polling strategy",
+ "sourceType": "org.apache.camel.component.iggy.springboot.IggyComponentConfiguration",
+ "defaultValue": "next"
+ },
+ {
+ "name": "camel.component.iggy.port",
+ "type": "java.lang.Integer",
+ "description": "Iggy server port number",
+ "sourceType": "org.apache.camel.component.iggy.springboot.IggyComponentConfiguration",
+ "defaultValue": 8090
+ },
+ {
+ "name": "camel.component.iggy.replication-factor",
+ "type": "java.lang.Short",
+ "description": "Replication factor for the topic",
+ "sourceType": "org.apache.camel.component.iggy.springboot.IggyComponentConfiguration"
+ },
+ {
+ "name": "camel.component.iggy.shutdown-timeout",
+ "type": "java.lang.Integer",
+ "description": "Camel Iggy shutdown timeout",
+ "sourceType": "org.apache.camel.component.iggy.springboot.IggyComponentConfiguration",
+ "defaultValue": 30000
+ },
+ {
+ "name": "camel.component.iggy.starting-offset",
+ "type": "java.lang.Long",
+ "description": "Defines the initial message offset position when autoCommit is disabled. Use 0 to start from the beginning of the stream, or specify a custom offset to resume from a particular point",
+ "sourceType": "org.apache.camel.component.iggy.springboot.IggyComponentConfiguration",
+ "defaultValue": 0
+ },
+ {
+ "name": "camel.component.iggy.stream-id",
+ "type": "java.lang.Long",
+ "description": "Stream identifier",
+ "sourceType": "org.apache.camel.component.iggy.springboot.IggyComponentConfiguration"
+ },
+ {
+ "name": "camel.component.iggy.stream-name",
+ "type": "java.lang.String",
+ "description": "Stream name",
+ "sourceType": "org.apache.camel.component.iggy.springboot.IggyComponentConfiguration"
+ },
+ {
+ "name": "camel.component.iggy.username",
+ "type": "java.lang.String",
+ "description": "Iggy username",
+ "sourceType": "org.apache.camel.component.iggy.springboot.IggyComponentConfiguration"
+ }
+ ],
+ "hints": [],
+ "ignored": {
+ "properties": []
+ }
+}
\ No newline at end of file
diff --git a/components-starter/camel-iggy-starter/src/main/java/org/apache/camel/component/iggy/springboot/IggyComponentAutoConfiguration.java b/components-starter/camel-iggy-starter/src/main/java/org/apache/camel/component/iggy/springboot/IggyComponentAutoConfiguration.java
new file mode 100644
index 00000000000..cb328d79f14
--- /dev/null
+++ b/components-starter/camel-iggy-starter/src/main/java/org/apache/camel/component/iggy/springboot/IggyComponentAutoConfiguration.java
@@ -0,0 +1,77 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package org.apache.camel.component.iggy.springboot;
+
+import org.apache.camel.CamelContext;
+import org.apache.camel.Component;
+import org.apache.camel.component.iggy.IggyComponent;
+import org.apache.camel.spi.ComponentCustomizer;
+import org.apache.camel.spring.boot.CamelAutoConfiguration;
+import org.apache.camel.spring.boot.ComponentConfigurationProperties;
+import org.apache.camel.spring.boot.util.CamelPropertiesHelper;
+import org.apache.camel.spring.boot.util.ConditionalOnCamelContextAndAutoConfigurationBeans;
+import org.apache.camel.spring.boot.util.ConditionalOnHierarchicalProperties;
+import org.apache.camel.spring.boot.util.HierarchicalPropertiesEvaluator;
+import org.springframework.beans.factory.annotation.Autowired;
+import org.springframework.boot.autoconfigure.AutoConfigureAfter;
+import org.springframework.boot.context.properties.EnableConfigurationProperties;
+import org.springframework.context.ApplicationContext;
+import org.springframework.context.annotation.Bean;
+import org.springframework.context.annotation.Conditional;
+import org.springframework.context.annotation.Configuration;
+import org.springframework.context.annotation.Lazy;
+
+/**
+ * Generated by camel-package-maven-plugin - do not edit this file!
+ */
+@Configuration(proxyBeanMethods = false)
+@Conditional(ConditionalOnCamelContextAndAutoConfigurationBeans.class)
+@EnableConfigurationProperties({ComponentConfigurationProperties.class,IggyComponentConfiguration.class})
+@ConditionalOnHierarchicalProperties({"camel.component", "camel.component.iggy"})
+@AutoConfigureAfter({CamelAutoConfiguration.class, IggyComponentConverter.class})
+public class IggyComponentAutoConfiguration {
+
+ @Autowired
+ private ApplicationContext applicationContext;
+ private final CamelContext camelContext;
+ @Autowired
+ private IggyComponentConfiguration configuration;
+
+ public IggyComponentAutoConfiguration(
+ org.apache.camel.CamelContext camelContext) {
+ this.camelContext = camelContext;
+ }
+
+ @Lazy
+ @Bean
+ public ComponentCustomizer configureIggyComponent() {
+ return new ComponentCustomizer() {
+ @Override
+ public void configure(String name, Component target) {
+ CamelPropertiesHelper.copyProperties(camelContext, configuration, target);
+ }
+ @Override
+ public boolean isEnabled(String name, Component target) {
+ return HierarchicalPropertiesEvaluator.evaluate(
+ applicationContext,
+ "camel.component.customizer",
+ "camel.component.iggy.customizer")
+ && target instanceof IggyComponent;
+ }
+ };
+ }
+}
\ No newline at end of file
diff --git a/components-starter/camel-iggy-starter/src/main/java/org/apache/camel/component/iggy/springboot/IggyComponentConfiguration.java b/components-starter/camel-iggy-starter/src/main/java/org/apache/camel/component/iggy/springboot/IggyComponentConfiguration.java
new file mode 100644
index 00000000000..5929853d681
--- /dev/null
+++ b/components-starter/camel-iggy-starter/src/main/java/org/apache/camel/component/iggy/springboot/IggyComponentConfiguration.java
@@ -0,0 +1,396 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package org.apache.camel.component.iggy.springboot;
+
+import org.apache.camel.component.iggy.IggyComponent;
+import org.apache.camel.component.iggy.IggyConfiguration;
+import org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon;
+import org.apache.iggy.message.Partitioning;
+import org.apache.iggy.topic.CompressionAlgorithm;
+import org.springframework.boot.context.properties.ConfigurationProperties;
+
+/**
+ * Camel Iggy component
+ *
+ * Generated by camel-package-maven-plugin - do not edit this file!
+ */
+@ConfigurationProperties(prefix = "camel.component.iggy")
+public class IggyComponentConfiguration
+ extends
+ ComponentConfigurationPropertiesCommon {
+
+ /**
+ * Whether to enable auto configuration of the iggy component. This is
+ * enabled by default.
+ */
+ private Boolean enabled;
+ /**
+ * Whether to automatically create stream if it does not exist
+ */
+ private Boolean autoCreateStream = true;
+ /**
+ * Whether to automatically create topic if it does not exist
+ */
+ private Boolean autoCreateTopic = true;
+ /**
+ * Polling strategy
+ */
+ private String clientTransport = "TCP";
+ /**
+ * Compression algorithm for message payload
+ */
+ private CompressionAlgorithm compressionAlgorithm = CompressionAlgorithm.None;
+ /**
+ * Allows to pre-configure the Iggy component with common options that the
+ * endpoints will reuse. The option is a
+ * org.apache.camel.component.iggy.IggyConfiguration type.
+ */
+ private IggyConfiguration configuration;
+ /**
+ * Iggy server hostname or IP address
+ */
+ private String host = "localhost";
+ /**
+ * Maximum topic size in bytes (0 means unlimited)
+ */
+ private Long maxTopicSize = 0L;
+ /**
+ * Message expiry time in seconds (0 means no expiry)
+ */
+ private Long messageExpiry = 0L;
+ /**
+ * Number of partitions for the topic
+ */
+ private Long partitionsCount = 1L;
+ /**
+ * Iggy password
+ */
+ private String password;
+ /**
+ * Iggy server port number
+ */
+ private Integer port = 8090;
+ /**
+ * Replication factor for the topic
+ */
+ private Short replicationFactor;
+ /**
+ * Stream identifier
+ */
+ private Long streamId;
+ /**
+ * Stream name
+ */
+ private String streamName;
+ /**
+ * Controls message acknowledgment behavior. When true, messages are
+ * automatically marked as processed after consumption. When false, enables
+ * manual offset management and allows setting a custom starting offset
+ * position
+ */
+ private Boolean autoCommit = true;
+ /**
+ * Allows for bridging the consumer to the Camel routing Error Handler,
+ * which mean any exceptions (if possible) occurred while the Camel consumer
+ * is trying to pickup incoming messages, or the likes, will now be
+ * processed as a message and handled by the routing Error Handler.
+ * Important: This is only possible if the 3rd party component allows Camel
+ * to be alerted if an exception was thrown. Some components handle this
+ * internally only, and therefore bridgeErrorHandler is not possible. In
+ * other situations we may improve the Camel component to hook into the 3rd
+ * party component and make this possible for future releases. By default
+ * the consumer will use the org.apache.camel.spi.ExceptionHandler to deal
+ * with exceptions, that will be logged at WARN or ERROR level and ignored.
+ */
+ private Boolean bridgeErrorHandler = false;
+ /**
+ * The name of the consumer group
+ */
+ private String consumerGroupName;
+ /**
+ * Camel Iggy consumers count
+ */
+ private Integer consumersCount = 1;
+ /**
+ * The consumer partition id
+ */
+ private Long partitionId;
+ /**
+ * The consumer poll batch size
+ */
+ private Long pollBatchSize = 10L;
+ /**
+ * Polling strategy
+ */
+ private String pollingStrategy = "next";
+ /**
+ * Camel Iggy shutdown timeout
+ */
+ private Integer shutdownTimeout = 30000;
+ /**
+ * Defines the initial message offset position when autoCommit is disabled.
+ * Use 0 to start from the beginning of the stream, or specify a custom
+ * offset to resume from a particular point
+ */
+ private Long startingOffset = 0L;
+ /**
+ * 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 producer may take a little time
+ * and prolong the total processing time of the processing.
+ */
+ private Boolean lazyStartProducer = false;
+ /**
+ * Partitioning strategy for message distribution. The option is a
+ * org.apache.iggy.message.Partitioning type.
+ */
+ private Partitioning partitioning;
+ /**
+ * 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.
+ */
+ private Boolean autowiredEnabled = true;
+ /**
+ * Iggy username
+ */
+ private String username;
+
+ public Boolean getAutoCreateStream() {
+ return autoCreateStream;
+ }
+
+ public void setAutoCreateStream(Boolean autoCreateStream) {
+ this.autoCreateStream = autoCreateStream;
+ }
+
+ public Boolean getAutoCreateTopic() {
+ return autoCreateTopic;
+ }
+
+ public void setAutoCreateTopic(Boolean autoCreateTopic) {
+ this.autoCreateTopic = autoCreateTopic;
+ }
+
+ public String getClientTransport() {
+ return clientTransport;
+ }
+
+ public void setClientTransport(String clientTransport) {
+ this.clientTransport = clientTransport;
+ }
+
+ public CompressionAlgorithm getCompressionAlgorithm() {
+ return compressionAlgorithm;
+ }
+
+ public void setCompressionAlgorithm(
+ CompressionAlgorithm compressionAlgorithm) {
+ this.compressionAlgorithm = compressionAlgorithm;
+ }
+
+ public IggyConfiguration getConfiguration() {
+ return configuration;
+ }
+
+ public void setConfiguration(IggyConfiguration configuration) {
+ this.configuration = configuration;
+ }
+
+ public String getHost() {
+ return host;
+ }
+
+ public void setHost(String host) {
+ this.host = host;
+ }
+
+ public Long getMaxTopicSize() {
+ return maxTopicSize;
+ }
+
+ public void setMaxTopicSize(Long maxTopicSize) {
+ this.maxTopicSize = maxTopicSize;
+ }
+
+ public Long getMessageExpiry() {
+ return messageExpiry;
+ }
+
+ public void setMessageExpiry(Long messageExpiry) {
+ this.messageExpiry = messageExpiry;
+ }
+
+ public Long getPartitionsCount() {
+ return partitionsCount;
+ }
+
+ public void setPartitionsCount(Long partitionsCount) {
+ this.partitionsCount = partitionsCount;
+ }
+
+ public String getPassword() {
+ return password;
+ }
+
+ public void setPassword(String password) {
+ this.password = password;
+ }
+
+ public Integer getPort() {
+ return port;
+ }
+
+ public void setPort(Integer port) {
+ this.port = port;
+ }
+
+ public Short getReplicationFactor() {
+ return replicationFactor;
+ }
+
+ public void setReplicationFactor(Short replicationFactor) {
+ this.replicationFactor = replicationFactor;
+ }
+
+ public Long getStreamId() {
+ return streamId;
+ }
+
+ public void setStreamId(Long streamId) {
+ this.streamId = streamId;
+ }
+
+ public String getStreamName() {
+ return streamName;
+ }
+
+ public void setStreamName(String streamName) {
+ this.streamName = streamName;
+ }
+
+ public Boolean getAutoCommit() {
+ return autoCommit;
+ }
+
+ public void setAutoCommit(Boolean autoCommit) {
+ this.autoCommit = autoCommit;
+ }
+
+ public Boolean getBridgeErrorHandler() {
+ return bridgeErrorHandler;
+ }
+
+ public void setBridgeErrorHandler(Boolean bridgeErrorHandler) {
+ this.bridgeErrorHandler = bridgeErrorHandler;
+ }
+
+ public String getConsumerGroupName() {
+ return consumerGroupName;
+ }
+
+ public void setConsumerGroupName(String consumerGroupName) {
+ this.consumerGroupName = consumerGroupName;
+ }
+
+ public Integer getConsumersCount() {
+ return consumersCount;
+ }
+
+ public void setConsumersCount(Integer consumersCount) {
+ this.consumersCount = consumersCount;
+ }
+
+ public Long getPartitionId() {
+ return partitionId;
+ }
+
+ public void setPartitionId(Long partitionId) {
+ this.partitionId = partitionId;
+ }
+
+ public Long getPollBatchSize() {
+ return pollBatchSize;
+ }
+
+ public void setPollBatchSize(Long pollBatchSize) {
+ this.pollBatchSize = pollBatchSize;
+ }
+
+ public String getPollingStrategy() {
+ return pollingStrategy;
+ }
+
+ public void setPollingStrategy(String pollingStrategy) {
+ this.pollingStrategy = pollingStrategy;
+ }
+
+ public Integer getShutdownTimeout() {
+ return shutdownTimeout;
+ }
+
+ public void setShutdownTimeout(Integer shutdownTimeout) {
+ this.shutdownTimeout = shutdownTimeout;
+ }
+
+ public Long getStartingOffset() {
+ return startingOffset;
+ }
+
+ public void setStartingOffset(Long startingOffset) {
+ this.startingOffset = startingOffset;
+ }
+
+ public Boolean getLazyStartProducer() {
+ return lazyStartProducer;
+ }
+
+ public void setLazyStartProducer(Boolean lazyStartProducer) {
+ this.lazyStartProducer = lazyStartProducer;
+ }
+
+ public Partitioning getPartitioning() {
+ return partitioning;
+ }
+
+ public void setPartitioning(Partitioning partitioning) {
+ this.partitioning = partitioning;
+ }
+
+ public Boolean getAutowiredEnabled() {
+ return autowiredEnabled;
+ }
+
+ public void setAutowiredEnabled(Boolean autowiredEnabled) {
+ this.autowiredEnabled = autowiredEnabled;
+ }
+
+ public String getUsername() {
+ return username;
+ }
+
+ public void setUsername(String username) {
+ this.username = username;
+ }
+}
\ No newline at end of file
diff --git a/components-starter/camel-iggy-starter/src/main/java/org/apache/camel/component/iggy/springboot/IggyComponentConverter.java b/components-starter/camel-iggy-starter/src/main/java/org/apache/camel/component/iggy/springboot/IggyComponentConverter.java
new file mode 100644
index 00000000000..57122316726
--- /dev/null
+++ b/components-starter/camel-iggy-starter/src/main/java/org/apache/camel/component/iggy/springboot/IggyComponentConverter.java
@@ -0,0 +1,65 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package org.apache.camel.component.iggy.springboot;
+
+import java.util.LinkedHashSet;
+import java.util.Set;
+import org.springframework.beans.factory.annotation.Autowired;
+import org.springframework.boot.context.properties.ConfigurationPropertiesBinding;
+import org.springframework.context.ApplicationContext;
+import org.springframework.context.annotation.Configuration;
+import org.springframework.core.convert.TypeDescriptor;
+import org.springframework.core.convert.converter.GenericConverter;
+import org.springframework.stereotype.Component;
+
+/**
+ * Generated by camel-package-maven-plugin - do not edit this file!
+ */
+@Configuration(proxyBeanMethods = false)
+@ConfigurationPropertiesBinding
+@Component
+public class IggyComponentConverter implements GenericConverter {
+
+ @Autowired
+ private ApplicationContext applicationContext;
+
+ public Set getConvertibleTypes() {
+ Set answer = new LinkedHashSet<>();
+ answer.add(new ConvertiblePair(String.class, org.apache.camel.component.iggy.IggyConfiguration.class));
+ answer.add(new ConvertiblePair(String.class, org.apache.iggy.message.Partitioning.class));
+ return answer;
+ }
+
+ public Object convert(
+ Object source,
+ TypeDescriptor sourceType,
+ TypeDescriptor targetType) {
+ if (source == null) {
+ return null;
+ }
+ String ref = source.toString();
+ if (!ref.startsWith("#")) {
+ return null;
+ }
+ ref = ref.startsWith("#bean:") ? ref.substring(6) : ref.substring(1);
+ switch (targetType.getName()) {
+ case "org.apache.camel.component.iggy.IggyConfiguration": return applicationContext.getBean(ref, org.apache.camel.component.iggy.IggyConfiguration.class);
+ case "org.apache.iggy.message.Partitioning": return applicationContext.getBean(ref, org.apache.iggy.message.Partitioning.class);
+ }
+ return null;
+ }
+}
\ No newline at end of file
diff --git a/components-starter/camel-iggy-starter/src/main/resources/META-INF/LICENSE.txt b/components-starter/camel-iggy-starter/src/main/resources/META-INF/LICENSE.txt
new file mode 100644
index 00000000000..6b0b1270ff0
--- /dev/null
+++ b/components-starter/camel-iggy-starter/src/main/resources/META-INF/LICENSE.txt
@@ -0,0 +1,203 @@
+
+ Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ "Licensor" shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ "Legal Entity" shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ "control" means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ "You" (or "Your") shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ "Source" form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ "Object" form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ "Work" shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ "Derivative Works" shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ "Contribution" shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, "submitted"
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as "Not a Contribution."
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and
+ may provide additional or different license terms and conditions
+ for use, reproduction, or distribution of Your modifications, or
+ for any such Derivative Works as a whole, provided Your use,
+ reproduction, and distribution of the Work otherwise complies with
+ the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
+ any Contribution intentionally submitted for inclusion in the Work
+ by You to the Licensor shall be under the terms and conditions of
+ this License, without any additional terms or conditions.
+ Notwithstanding the above, nothing herein shall supersede or modify
+ the terms of any separate license agreement you may have executed
+ with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade
+ names, trademarks, service marks, or product names of the Licensor,
+ except as required for reasonable and customary use in describing the
+ origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or
+ agreed to in writing, Licensor provides the Work (and each
+ Contributor provides its Contributions) on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied, including, without limitation, any warranties or conditions
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ PARTICULAR PURPOSE. You are solely responsible for determining the
+ appropriateness of using or redistributing the Work and assume any
+ risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory,
+ whether in tort (including negligence), contract, or otherwise,
+ unless required by applicable law (such as deliberate and grossly
+ negligent acts) or agreed to in writing, shall any Contributor be
+ liable to You for damages, including any direct, indirect, special,
+ incidental, or consequential damages of any character arising as a
+ result of this License or out of the use or inability to use the
+ Work (including but not limited to damages for loss of goodwill,
+ work stoppage, computer failure or malfunction, or any and all
+ other commercial damages or losses), even if such Contributor
+ has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing
+ the Work or Derivative Works thereof, You may choose to offer,
+ and charge a fee for, acceptance of support, warranty, indemnity,
+ or other liability obligations and/or rights consistent with this
+ License. However, in accepting such obligations, You may act only
+ on Your own behalf and on Your sole responsibility, not on behalf
+ of any other Contributor, and only if You agree to indemnify,
+ defend, and hold each Contributor harmless for any liability
+ incurred by, or claims asserted against, such Contributor by reason
+ of your accepting any such warranty or additional liability.
+
+ END OF TERMS AND CONDITIONS
+
+ APPENDIX: How to apply the Apache License to your work.
+
+ To apply the Apache License to your work, attach the following
+ boilerplate notice, with the fields enclosed by brackets "[]"
+ replaced with your own identifying information. (Don't include
+ the brackets!) The text should be enclosed in the appropriate
+ comment syntax for the file format. We also recommend that a
+ file or class name and description of purpose be included on the
+ same "printed page" as the copyright notice for easier
+ identification within third-party archives.
+
+ Copyright [yyyy] [name of copyright owner]
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
diff --git a/components-starter/camel-iggy-starter/src/main/resources/META-INF/NOTICE.txt b/components-starter/camel-iggy-starter/src/main/resources/META-INF/NOTICE.txt
new file mode 100644
index 00000000000..2e215bf2e6b
--- /dev/null
+++ b/components-starter/camel-iggy-starter/src/main/resources/META-INF/NOTICE.txt
@@ -0,0 +1,11 @@
+ =========================================================================
+ == NOTICE file corresponding to the section 4 d of ==
+ == the Apache License, Version 2.0, ==
+ == in this case for the Apache Camel distribution. ==
+ =========================================================================
+
+ This product includes software developed by
+ The Apache Software Foundation (http://www.apache.org/).
+
+ Please read the different LICENSE files present in the licenses directory of
+ this distribution.
diff --git a/components-starter/camel-iggy-starter/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports b/components-starter/camel-iggy-starter/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
new file mode 100644
index 00000000000..90acf9fbe4a
--- /dev/null
+++ b/components-starter/camel-iggy-starter/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
@@ -0,0 +1,19 @@
+## ---------------------------------------------------------------------------
+## Licensed to the Apache Software Foundation (ASF) under one or more
+## contributor license agreements. See the NOTICE file distributed with
+## this work for additional information regarding copyright ownership.
+## The ASF licenses this file to You under the Apache License, Version 2.0
+## (the "License"); you may not use this file except in compliance with
+## the License. You may obtain a copy of the License at
+##
+## http://www.apache.org/licenses/LICENSE-2.0
+##
+## Unless required by applicable law or agreed to in writing, software
+## distributed under the License is distributed on an "AS IS" BASIS,
+## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+## See the License for the specific language governing permissions and
+## limitations under the License.
+## ---------------------------------------------------------------------------
+
+org.apache.camel.component.iggy.springboot.IggyComponentConverter
+org.apache.camel.component.iggy.springboot.IggyComponentAutoConfiguration
diff --git a/components-starter/pom.xml b/components-starter/pom.xml
index 9cf43a3400a..96a24d18561 100644
--- a/components-starter/pom.xml
+++ b/components-starter/pom.xml
@@ -257,6 +257,7 @@
camel-ibm-secrets-manager-starter
camel-ical-starter
camel-iec60870-starter
+ camel-iggy-starter
camel-ignite-starter
camel-infinispan-cluster-service-starter
camel-infinispan-embedded-starter
diff --git a/tooling/camel-spring-boot-bom/pom.xml b/tooling/camel-spring-boot-bom/pom.xml
index f13a8837111..00465e04da0 100644
--- a/tooling/camel-spring-boot-bom/pom.xml
+++ b/tooling/camel-spring-boot-bom/pom.xml
@@ -818,6 +818,11 @@
camel-iec60870-starter
4.14.0-SNAPSHOT
+
+ org.apache.camel.springboot
+ camel-iggy-starter
+ 4.14.0-SNAPSHOT
+
org.apache.camel.springboot
camel-ignite-starter
diff --git a/tooling/camel-spring-boot-dependencies/pom.xml b/tooling/camel-spring-boot-dependencies/pom.xml
index ed1c9a8dc33..1935d75e969 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -1072,6 +1072,11 @@
camel-iec60870-starter
${project.version}
+
+ org.apache.camel.springboot
+ camel-iggy-starter
+ ${project.version}
+
org.apache.camel.springboot
camel-ignite-starter
@@ -3169,6 +3174,11 @@
camel-iec60870
4.14.0-SNAPSHOT
+
+ org.apache.camel
+ camel-iggy
+ 4.14.0-SNAPSHOT
+
org.apache.camel
camel-ignite