index
int64
0
0
repo_id
stringlengths
9
205
file_path
stringlengths
31
246
content
stringlengths
1
12.2M
__index_level_0__
int64
0
10k
0
Create_ds/camel-kafka-connector/connectors/camel-kafka-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-kafka-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/kafkasource/CamelKafkasourceSourceTask.java
/* * 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.kafkaconnector.kafkasource; import java.util.HashMap; import java.util.Map; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSourceConnectorConfig; import org.apache.camel.kafkaconnector.CamelSourceTask; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelKafkasourceSourceTask extends CamelSourceTask { @Override protected CamelSourceConnectorConfig getCamelSourceConnectorConfig( Map<String, String> props) { return new CamelKafkasourceSourceConnectorConfig(props); } @Override protected String getSourceKamelet() { return "kamelet:kafka-source"; } }
8,800
0
Create_ds/camel-kafka-connector/connectors/camel-azure-storage-datalake-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-azure-storage-datalake-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/azurestoragedatalakesource/CamelAzurestoragedatalakesourceSourceConnector.java
/* * 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.kafkaconnector.azurestoragedatalakesource; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSourceConnector; import org.apache.kafka.common.config.ConfigDef; import org.apache.kafka.connect.connector.Task; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelAzurestoragedatalakesourceSourceConnector extends CamelSourceConnector { @Override public ConfigDef config() { return CamelAzurestoragedatalakesourceSourceConnectorConfig.conf(); } @Override public Class<? extends Task> taskClass() { return CamelAzurestoragedatalakesourceSourceTask.class; } }
8,801
0
Create_ds/camel-kafka-connector/connectors/camel-azure-storage-datalake-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-azure-storage-datalake-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/azurestoragedatalakesource/CamelAzurestoragedatalakesourceSourceConnectorConfig.java
/* * 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.kafkaconnector.azurestoragedatalakesource; import java.util.Map; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSourceConnectorConfig; import org.apache.kafka.common.config.ConfigDef; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelAzurestoragedatalakesourceSourceConnectorConfig extends CamelSourceConnectorConfig { public static final String CAMEL_SOURCE_AZURESTORAGEDATALAKESOURCE_KAMELET_ACCOUNT_NAME_CONF = "camel.kamelet.azure-storage-datalake-source.accountName"; public static final String CAMEL_SOURCE_AZURESTORAGEDATALAKESOURCE_KAMELET_ACCOUNT_NAME_DOC = "The Azure Storage Blob Data lake account name."; public static final String CAMEL_SOURCE_AZURESTORAGEDATALAKESOURCE_KAMELET_ACCOUNT_NAME_DEFAULT = null; public static final String CAMEL_SOURCE_AZURESTORAGEDATALAKESOURCE_KAMELET_CLIENT_ID_CONF = "camel.kamelet.azure-storage-datalake-source.clientId"; public static final String CAMEL_SOURCE_AZURESTORAGEDATALAKESOURCE_KAMELET_CLIENT_ID_DOC = "The Azure Storage Blob Data lake client Id."; public static final String CAMEL_SOURCE_AZURESTORAGEDATALAKESOURCE_KAMELET_CLIENT_ID_DEFAULT = null; public static final String CAMEL_SOURCE_AZURESTORAGEDATALAKESOURCE_KAMELET_CLIENT_SECRET_CONF = "camel.kamelet.azure-storage-datalake-source.clientSecret"; public static final String CAMEL_SOURCE_AZURESTORAGEDATALAKESOURCE_KAMELET_CLIENT_SECRET_DOC = "The Azure Storage Blob Data lake client secret."; public static final String CAMEL_SOURCE_AZURESTORAGEDATALAKESOURCE_KAMELET_CLIENT_SECRET_DEFAULT = null; public static final String CAMEL_SOURCE_AZURESTORAGEDATALAKESOURCE_KAMELET_TENANT_ID_CONF = "camel.kamelet.azure-storage-datalake-source.tenantId"; public static final String CAMEL_SOURCE_AZURESTORAGEDATALAKESOURCE_KAMELET_TENANT_ID_DOC = "The Azure Storage Blob Data lake tenant id."; public static final String CAMEL_SOURCE_AZURESTORAGEDATALAKESOURCE_KAMELET_TENANT_ID_DEFAULT = null; public static final String CAMEL_SOURCE_AZURESTORAGEDATALAKESOURCE_KAMELET_FILE_SYSTEM_NAME_CONF = "camel.kamelet.azure-storage-datalake-source.fileSystemName"; public static final String CAMEL_SOURCE_AZURESTORAGEDATALAKESOURCE_KAMELET_FILE_SYSTEM_NAME_DOC = "The Azure Storage Blob Data lake File system name."; public static final String CAMEL_SOURCE_AZURESTORAGEDATALAKESOURCE_KAMELET_FILE_SYSTEM_NAME_DEFAULT = null; public static final String CAMEL_SOURCE_AZURESTORAGEDATALAKESOURCE_KAMELET_DELAY_CONF = "camel.kamelet.azure-storage-datalake-source.delay"; public static final String CAMEL_SOURCE_AZURESTORAGEDATALAKESOURCE_KAMELET_DELAY_DOC = "The number of milliseconds before the next poll of the selected blob."; public static final Integer CAMEL_SOURCE_AZURESTORAGEDATALAKESOURCE_KAMELET_DELAY_DEFAULT = 500; public CamelAzurestoragedatalakesourceSourceConnectorConfig( ConfigDef config, Map<String, String> parsedConfig) { super(config, parsedConfig); } public CamelAzurestoragedatalakesourceSourceConnectorConfig( Map<String, String> parsedConfig) { this(conf(), parsedConfig); } public static ConfigDef conf() { ConfigDef conf = new ConfigDef(CamelSourceConnectorConfig.conf()); conf.define(CAMEL_SOURCE_AZURESTORAGEDATALAKESOURCE_KAMELET_ACCOUNT_NAME_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AZURESTORAGEDATALAKESOURCE_KAMELET_ACCOUNT_NAME_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SOURCE_AZURESTORAGEDATALAKESOURCE_KAMELET_ACCOUNT_NAME_DOC); conf.define(CAMEL_SOURCE_AZURESTORAGEDATALAKESOURCE_KAMELET_CLIENT_ID_CONF, ConfigDef.Type.PASSWORD, CAMEL_SOURCE_AZURESTORAGEDATALAKESOURCE_KAMELET_CLIENT_ID_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SOURCE_AZURESTORAGEDATALAKESOURCE_KAMELET_CLIENT_ID_DOC); conf.define(CAMEL_SOURCE_AZURESTORAGEDATALAKESOURCE_KAMELET_CLIENT_SECRET_CONF, ConfigDef.Type.PASSWORD, CAMEL_SOURCE_AZURESTORAGEDATALAKESOURCE_KAMELET_CLIENT_SECRET_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SOURCE_AZURESTORAGEDATALAKESOURCE_KAMELET_CLIENT_SECRET_DOC); conf.define(CAMEL_SOURCE_AZURESTORAGEDATALAKESOURCE_KAMELET_TENANT_ID_CONF, ConfigDef.Type.PASSWORD, CAMEL_SOURCE_AZURESTORAGEDATALAKESOURCE_KAMELET_TENANT_ID_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SOURCE_AZURESTORAGEDATALAKESOURCE_KAMELET_TENANT_ID_DOC); conf.define(CAMEL_SOURCE_AZURESTORAGEDATALAKESOURCE_KAMELET_FILE_SYSTEM_NAME_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AZURESTORAGEDATALAKESOURCE_KAMELET_FILE_SYSTEM_NAME_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SOURCE_AZURESTORAGEDATALAKESOURCE_KAMELET_FILE_SYSTEM_NAME_DOC); conf.define(CAMEL_SOURCE_AZURESTORAGEDATALAKESOURCE_KAMELET_DELAY_CONF, ConfigDef.Type.INT, CAMEL_SOURCE_AZURESTORAGEDATALAKESOURCE_KAMELET_DELAY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AZURESTORAGEDATALAKESOURCE_KAMELET_DELAY_DOC); return conf; } }
8,802
0
Create_ds/camel-kafka-connector/connectors/camel-azure-storage-datalake-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-azure-storage-datalake-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/azurestoragedatalakesource/CamelAzurestoragedatalakesourceSourceTask.java
/* * 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.kafkaconnector.azurestoragedatalakesource; import java.util.HashMap; import java.util.Map; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSourceConnectorConfig; import org.apache.camel.kafkaconnector.CamelSourceTask; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelAzurestoragedatalakesourceSourceTask extends CamelSourceTask { @Override protected CamelSourceConnectorConfig getCamelSourceConnectorConfig( Map<String, String> props) { return new CamelAzurestoragedatalakesourceSourceConnectorConfig(props); } @Override protected String getSourceKamelet() { return "kamelet:azure-storage-datalake-source"; } }
8,803
0
Create_ds/camel-kafka-connector/connectors/camel-jira-transition-issue-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-jira-transition-issue-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jiratransitionissuesink/CamelJiratransitionissuesinkSinkTask.java
/* * 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.kafkaconnector.jiratransitionissuesink; import java.util.HashMap; import java.util.Map; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSinkConnectorConfig; import org.apache.camel.kafkaconnector.CamelSinkTask; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelJiratransitionissuesinkSinkTask extends CamelSinkTask { @Override protected CamelSinkConnectorConfig getCamelSinkConnectorConfig( Map<String, String> props) { return new CamelJiratransitionissuesinkSinkConnectorConfig(props); } @Override protected String getSinkKamelet() { return "kamelet:jira-transition-issue-sink"; } }
8,804
0
Create_ds/camel-kafka-connector/connectors/camel-jira-transition-issue-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-jira-transition-issue-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jiratransitionissuesink/CamelJiratransitionissuesinkSinkConnectorConfig.java
/* * 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.kafkaconnector.jiratransitionissuesink; import java.util.Map; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSinkConnectorConfig; import org.apache.kafka.common.config.ConfigDef; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelJiratransitionissuesinkSinkConnectorConfig extends CamelSinkConnectorConfig { public static final String CAMEL_SINK_JIRATRANSITIONISSUESINK_KAMELET_JIRA_URL_CONF = "camel.kamelet.jira-transition-issue-sink.jiraUrl"; public static final String CAMEL_SINK_JIRATRANSITIONISSUESINK_KAMELET_JIRA_URL_DOC = "The URL of your instance of Jira Example: http://my_jira.com:8081"; public static final String CAMEL_SINK_JIRATRANSITIONISSUESINK_KAMELET_JIRA_URL_DEFAULT = null; public static final String CAMEL_SINK_JIRATRANSITIONISSUESINK_KAMELET_USERNAME_CONF = "camel.kamelet.jira-transition-issue-sink.username"; public static final String CAMEL_SINK_JIRATRANSITIONISSUESINK_KAMELET_USERNAME_DOC = "The username to access Jira"; public static final String CAMEL_SINK_JIRATRANSITIONISSUESINK_KAMELET_USERNAME_DEFAULT = null; public static final String CAMEL_SINK_JIRATRANSITIONISSUESINK_KAMELET_PASSWORD_CONF = "camel.kamelet.jira-transition-issue-sink.password"; public static final String CAMEL_SINK_JIRATRANSITIONISSUESINK_KAMELET_PASSWORD_DOC = "The password to access Jira"; public static final String CAMEL_SINK_JIRATRANSITIONISSUESINK_KAMELET_PASSWORD_DEFAULT = null; public static final String CAMEL_SINK_JIRATRANSITIONISSUESINK_KAMELET_PERSONALTOKEN_CONF = "camel.kamelet.jira-transition-issue-sink.personal-token"; public static final String CAMEL_SINK_JIRATRANSITIONISSUESINK_KAMELET_PERSONALTOKEN_DOC = "Personal Token"; public static final String CAMEL_SINK_JIRATRANSITIONISSUESINK_KAMELET_PERSONALTOKEN_DEFAULT = null; public CamelJiratransitionissuesinkSinkConnectorConfig( ConfigDef config, Map<String, String> parsedConfig) { super(config, parsedConfig); } public CamelJiratransitionissuesinkSinkConnectorConfig( Map<String, String> parsedConfig) { this(conf(), parsedConfig); } public static ConfigDef conf() { ConfigDef conf = new ConfigDef(CamelSinkConnectorConfig.conf()); conf.define(CAMEL_SINK_JIRATRANSITIONISSUESINK_KAMELET_JIRA_URL_CONF, ConfigDef.Type.STRING, CAMEL_SINK_JIRATRANSITIONISSUESINK_KAMELET_JIRA_URL_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SINK_JIRATRANSITIONISSUESINK_KAMELET_JIRA_URL_DOC); conf.define(CAMEL_SINK_JIRATRANSITIONISSUESINK_KAMELET_USERNAME_CONF, ConfigDef.Type.STRING, CAMEL_SINK_JIRATRANSITIONISSUESINK_KAMELET_USERNAME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JIRATRANSITIONISSUESINK_KAMELET_USERNAME_DOC); conf.define(CAMEL_SINK_JIRATRANSITIONISSUESINK_KAMELET_PASSWORD_CONF, ConfigDef.Type.PASSWORD, CAMEL_SINK_JIRATRANSITIONISSUESINK_KAMELET_PASSWORD_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JIRATRANSITIONISSUESINK_KAMELET_PASSWORD_DOC); conf.define(CAMEL_SINK_JIRATRANSITIONISSUESINK_KAMELET_PERSONALTOKEN_CONF, ConfigDef.Type.STRING, CAMEL_SINK_JIRATRANSITIONISSUESINK_KAMELET_PERSONALTOKEN_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JIRATRANSITIONISSUESINK_KAMELET_PERSONALTOKEN_DOC); return conf; } }
8,805
0
Create_ds/camel-kafka-connector/connectors/camel-jira-transition-issue-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-jira-transition-issue-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jiratransitionissuesink/CamelJiratransitionissuesinkSinkConnector.java
/* * 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.kafkaconnector.jiratransitionissuesink; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSinkConnector; import org.apache.kafka.common.config.ConfigDef; import org.apache.kafka.connect.connector.Task; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelJiratransitionissuesinkSinkConnector extends CamelSinkConnector { @Override public ConfigDef config() { return CamelJiratransitionissuesinkSinkConnectorConfig.conf(); } @Override public Class<? extends Task> taskClass() { return CamelJiratransitionissuesinkSinkTask.class; } }
8,806
0
Create_ds/camel-kafka-connector/connectors/camel-azure-functions-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-azure-functions-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/azurefunctionssink/CamelAzurefunctionssinkSinkConnector.java
/* * 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.kafkaconnector.azurefunctionssink; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSinkConnector; import org.apache.kafka.common.config.ConfigDef; import org.apache.kafka.connect.connector.Task; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelAzurefunctionssinkSinkConnector extends CamelSinkConnector { @Override public ConfigDef config() { return CamelAzurefunctionssinkSinkConnectorConfig.conf(); } @Override public Class<? extends Task> taskClass() { return CamelAzurefunctionssinkSinkTask.class; } }
8,807
0
Create_ds/camel-kafka-connector/connectors/camel-azure-functions-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-azure-functions-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/azurefunctionssink/CamelAzurefunctionssinkSinkConnectorConfig.java
/* * 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.kafkaconnector.azurefunctionssink; import java.util.Map; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSinkConnectorConfig; import org.apache.kafka.common.config.ConfigDef; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelAzurefunctionssinkSinkConnectorConfig extends CamelSinkConnectorConfig { public static final String CAMEL_SINK_AZUREFUNCTIONSSINK_KAMELET_URL_CONF = "camel.kamelet.azure-functions-sink.url"; public static final String CAMEL_SINK_AZUREFUNCTIONSSINK_KAMELET_URL_DOC = "The Azure Functions URL you want to send the data to. Example: https://azure-function-demo-12234.azurewebsites.net/api/httpexample"; public static final String CAMEL_SINK_AZUREFUNCTIONSSINK_KAMELET_URL_DEFAULT = null; public static final String CAMEL_SINK_AZUREFUNCTIONSSINK_KAMELET_METHOD_CONF = "camel.kamelet.azure-functions-sink.method"; public static final String CAMEL_SINK_AZUREFUNCTIONSSINK_KAMELET_METHOD_DOC = "The HTTP method to use."; public static final String CAMEL_SINK_AZUREFUNCTIONSSINK_KAMELET_METHOD_DEFAULT = "POST"; public static final String CAMEL_SINK_AZUREFUNCTIONSSINK_KAMELET_KEY_CONF = "camel.kamelet.azure-functions-sink.key"; public static final String CAMEL_SINK_AZUREFUNCTIONSSINK_KAMELET_KEY_DOC = "A function-specific API key is required, if the authLevel of the function is FUNCTION or master key if the authLevel is ADMIN."; public static final String CAMEL_SINK_AZUREFUNCTIONSSINK_KAMELET_KEY_DEFAULT = null; public CamelAzurefunctionssinkSinkConnectorConfig( ConfigDef config, Map<String, String> parsedConfig) { super(config, parsedConfig); } public CamelAzurefunctionssinkSinkConnectorConfig( Map<String, String> parsedConfig) { this(conf(), parsedConfig); } public static ConfigDef conf() { ConfigDef conf = new ConfigDef(CamelSinkConnectorConfig.conf()); conf.define(CAMEL_SINK_AZUREFUNCTIONSSINK_KAMELET_URL_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AZUREFUNCTIONSSINK_KAMELET_URL_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SINK_AZUREFUNCTIONSSINK_KAMELET_URL_DOC); conf.define(CAMEL_SINK_AZUREFUNCTIONSSINK_KAMELET_METHOD_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AZUREFUNCTIONSSINK_KAMELET_METHOD_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AZUREFUNCTIONSSINK_KAMELET_METHOD_DOC); conf.define(CAMEL_SINK_AZUREFUNCTIONSSINK_KAMELET_KEY_CONF, ConfigDef.Type.PASSWORD, CAMEL_SINK_AZUREFUNCTIONSSINK_KAMELET_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AZUREFUNCTIONSSINK_KAMELET_KEY_DOC); return conf; } }
8,808
0
Create_ds/camel-kafka-connector/connectors/camel-azure-functions-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-azure-functions-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/azurefunctionssink/CamelAzurefunctionssinkSinkTask.java
/* * 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.kafkaconnector.azurefunctionssink; import java.util.HashMap; import java.util.Map; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSinkConnectorConfig; import org.apache.camel.kafkaconnector.CamelSinkTask; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelAzurefunctionssinkSinkTask extends CamelSinkTask { @Override protected CamelSinkConnectorConfig getCamelSinkConnectorConfig( Map<String, String> props) { return new CamelAzurefunctionssinkSinkConnectorConfig(props); } @Override protected String getSinkKamelet() { return "kamelet:azure-functions-sink"; } }
8,809
0
Create_ds/camel-kafka-connector/connectors/camel-google-mail-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-google-mail-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/googlemailsource/CamelGooglemailsourceSourceConnectorConfig.java
/* * 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.kafkaconnector.googlemailsource; import java.util.Map; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSourceConnectorConfig; import org.apache.kafka.common.config.ConfigDef; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelGooglemailsourceSourceConnectorConfig extends CamelSourceConnectorConfig { public static final String CAMEL_SOURCE_GOOGLEMAILSOURCE_KAMELET_INDEX_CONF = "camel.kamelet.google-mail-source.index"; public static final String CAMEL_SOURCE_GOOGLEMAILSOURCE_KAMELET_INDEX_DOC = "An index for the google mail endpoint"; public static final String CAMEL_SOURCE_GOOGLEMAILSOURCE_KAMELET_INDEX_DEFAULT = null; public static final String CAMEL_SOURCE_GOOGLEMAILSOURCE_KAMELET_CLIENT_ID_CONF = "camel.kamelet.google-mail-source.clientId"; public static final String CAMEL_SOURCE_GOOGLEMAILSOURCE_KAMELET_CLIENT_ID_DOC = "Client ID of the gmail application"; public static final String CAMEL_SOURCE_GOOGLEMAILSOURCE_KAMELET_CLIENT_ID_DEFAULT = null; public static final String CAMEL_SOURCE_GOOGLEMAILSOURCE_KAMELET_CLIENT_SECRET_CONF = "camel.kamelet.google-mail-source.clientSecret"; public static final String CAMEL_SOURCE_GOOGLEMAILSOURCE_KAMELET_CLIENT_SECRET_DOC = "Client Secret of the gmail application"; public static final String CAMEL_SOURCE_GOOGLEMAILSOURCE_KAMELET_CLIENT_SECRET_DEFAULT = null; public static final String CAMEL_SOURCE_GOOGLEMAILSOURCE_KAMELET_ACCESS_TOKEN_CONF = "camel.kamelet.google-mail-source.accessToken"; public static final String CAMEL_SOURCE_GOOGLEMAILSOURCE_KAMELET_ACCESS_TOKEN_DOC = "OAuth 2 access token for google mail application. This typically expires after an hour so refreshToken is recommended for long term usage."; public static final String CAMEL_SOURCE_GOOGLEMAILSOURCE_KAMELET_ACCESS_TOKEN_DEFAULT = null; public static final String CAMEL_SOURCE_GOOGLEMAILSOURCE_KAMELET_REFRESH_TOKEN_CONF = "camel.kamelet.google-mail-source.refreshToken"; public static final String CAMEL_SOURCE_GOOGLEMAILSOURCE_KAMELET_REFRESH_TOKEN_DOC = "OAuth 2 refresh token for google mail application. Using this, the Google Calendar component can obtain a new accessToken whenever the current one expires - a necessity if the application is long-lived."; public static final String CAMEL_SOURCE_GOOGLEMAILSOURCE_KAMELET_REFRESH_TOKEN_DEFAULT = null; public static final String CAMEL_SOURCE_GOOGLEMAILSOURCE_KAMELET_DELAY_CONF = "camel.kamelet.google-mail-source.delay"; public static final String CAMEL_SOURCE_GOOGLEMAILSOURCE_KAMELET_DELAY_DOC = "The number of milliseconds before the next poll"; public static final Integer CAMEL_SOURCE_GOOGLEMAILSOURCE_KAMELET_DELAY_DEFAULT = 500; public static final String CAMEL_SOURCE_GOOGLEMAILSOURCE_KAMELET_APPLICATION_NAME_CONF = "camel.kamelet.google-mail-source.applicationName"; public static final String CAMEL_SOURCE_GOOGLEMAILSOURCE_KAMELET_APPLICATION_NAME_DOC = "Google Mail application name"; public static final String CAMEL_SOURCE_GOOGLEMAILSOURCE_KAMELET_APPLICATION_NAME_DEFAULT = null; public static final String CAMEL_SOURCE_GOOGLEMAILSOURCE_KAMELET_MARK_AS_READ_CONF = "camel.kamelet.google-mail-source.markAsRead"; public static final String CAMEL_SOURCE_GOOGLEMAILSOURCE_KAMELET_MARK_AS_READ_DOC = "Mark the message as read once it has been consumed"; public static final Boolean CAMEL_SOURCE_GOOGLEMAILSOURCE_KAMELET_MARK_AS_READ_DEFAULT = true; public static final String CAMEL_SOURCE_GOOGLEMAILSOURCE_KAMELET_LABELS_CONF = "camel.kamelet.google-mail-source.labels"; public static final String CAMEL_SOURCE_GOOGLEMAILSOURCE_KAMELET_LABELS_DOC = "Comma separated list of labels to take into account Example: inbox"; public static final String CAMEL_SOURCE_GOOGLEMAILSOURCE_KAMELET_LABELS_DEFAULT = null; public static final String CAMEL_SOURCE_GOOGLEMAILSOURCE_KAMELET_QUERY_CONF = "camel.kamelet.google-mail-source.query"; public static final String CAMEL_SOURCE_GOOGLEMAILSOURCE_KAMELET_QUERY_DOC = "The query to execute on gmail box Example: is:unread -category:(promotions OR social)"; public static final String CAMEL_SOURCE_GOOGLEMAILSOURCE_KAMELET_QUERY_DEFAULT = "is:unread"; public CamelGooglemailsourceSourceConnectorConfig( ConfigDef config, Map<String, String> parsedConfig) { super(config, parsedConfig); } public CamelGooglemailsourceSourceConnectorConfig( Map<String, String> parsedConfig) { this(conf(), parsedConfig); } public static ConfigDef conf() { ConfigDef conf = new ConfigDef(CamelSourceConnectorConfig.conf()); conf.define(CAMEL_SOURCE_GOOGLEMAILSOURCE_KAMELET_INDEX_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_GOOGLEMAILSOURCE_KAMELET_INDEX_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SOURCE_GOOGLEMAILSOURCE_KAMELET_INDEX_DOC); conf.define(CAMEL_SOURCE_GOOGLEMAILSOURCE_KAMELET_CLIENT_ID_CONF, ConfigDef.Type.PASSWORD, CAMEL_SOURCE_GOOGLEMAILSOURCE_KAMELET_CLIENT_ID_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SOURCE_GOOGLEMAILSOURCE_KAMELET_CLIENT_ID_DOC); conf.define(CAMEL_SOURCE_GOOGLEMAILSOURCE_KAMELET_CLIENT_SECRET_CONF, ConfigDef.Type.PASSWORD, CAMEL_SOURCE_GOOGLEMAILSOURCE_KAMELET_CLIENT_SECRET_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SOURCE_GOOGLEMAILSOURCE_KAMELET_CLIENT_SECRET_DOC); conf.define(CAMEL_SOURCE_GOOGLEMAILSOURCE_KAMELET_ACCESS_TOKEN_CONF, ConfigDef.Type.PASSWORD, CAMEL_SOURCE_GOOGLEMAILSOURCE_KAMELET_ACCESS_TOKEN_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SOURCE_GOOGLEMAILSOURCE_KAMELET_ACCESS_TOKEN_DOC); conf.define(CAMEL_SOURCE_GOOGLEMAILSOURCE_KAMELET_REFRESH_TOKEN_CONF, ConfigDef.Type.PASSWORD, CAMEL_SOURCE_GOOGLEMAILSOURCE_KAMELET_REFRESH_TOKEN_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SOURCE_GOOGLEMAILSOURCE_KAMELET_REFRESH_TOKEN_DOC); conf.define(CAMEL_SOURCE_GOOGLEMAILSOURCE_KAMELET_DELAY_CONF, ConfigDef.Type.INT, CAMEL_SOURCE_GOOGLEMAILSOURCE_KAMELET_DELAY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GOOGLEMAILSOURCE_KAMELET_DELAY_DOC); conf.define(CAMEL_SOURCE_GOOGLEMAILSOURCE_KAMELET_APPLICATION_NAME_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_GOOGLEMAILSOURCE_KAMELET_APPLICATION_NAME_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SOURCE_GOOGLEMAILSOURCE_KAMELET_APPLICATION_NAME_DOC); conf.define(CAMEL_SOURCE_GOOGLEMAILSOURCE_KAMELET_MARK_AS_READ_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_GOOGLEMAILSOURCE_KAMELET_MARK_AS_READ_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GOOGLEMAILSOURCE_KAMELET_MARK_AS_READ_DOC); conf.define(CAMEL_SOURCE_GOOGLEMAILSOURCE_KAMELET_LABELS_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_GOOGLEMAILSOURCE_KAMELET_LABELS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GOOGLEMAILSOURCE_KAMELET_LABELS_DOC); conf.define(CAMEL_SOURCE_GOOGLEMAILSOURCE_KAMELET_QUERY_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_GOOGLEMAILSOURCE_KAMELET_QUERY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GOOGLEMAILSOURCE_KAMELET_QUERY_DOC); return conf; } }
8,810
0
Create_ds/camel-kafka-connector/connectors/camel-google-mail-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-google-mail-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/googlemailsource/CamelGooglemailsourceSourceTask.java
/* * 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.kafkaconnector.googlemailsource; import java.util.HashMap; import java.util.Map; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSourceConnectorConfig; import org.apache.camel.kafkaconnector.CamelSourceTask; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelGooglemailsourceSourceTask extends CamelSourceTask { @Override protected CamelSourceConnectorConfig getCamelSourceConnectorConfig( Map<String, String> props) { return new CamelGooglemailsourceSourceConnectorConfig(props); } @Override protected String getSourceKamelet() { return "kamelet:google-mail-source"; } }
8,811
0
Create_ds/camel-kafka-connector/connectors/camel-google-mail-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-google-mail-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/googlemailsource/CamelGooglemailsourceSourceConnector.java
/* * 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.kafkaconnector.googlemailsource; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSourceConnector; import org.apache.kafka.common.config.ConfigDef; import org.apache.kafka.connect.connector.Task; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelGooglemailsourceSourceConnector extends CamelSourceConnector { @Override public ConfigDef config() { return CamelGooglemailsourceSourceConnectorConfig.conf(); } @Override public Class<? extends Task> taskClass() { return CamelGooglemailsourceSourceTask.class; } }
8,812
0
Create_ds/camel-kafka-connector/connectors/camel-google-storage-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-google-storage-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/googlestoragesource/CamelGooglestoragesourceSourceConnector.java
/* * 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.kafkaconnector.googlestoragesource; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSourceConnector; import org.apache.kafka.common.config.ConfigDef; import org.apache.kafka.connect.connector.Task; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelGooglestoragesourceSourceConnector extends CamelSourceConnector { @Override public ConfigDef config() { return CamelGooglestoragesourceSourceConnectorConfig.conf(); } @Override public Class<? extends Task> taskClass() { return CamelGooglestoragesourceSourceTask.class; } }
8,813
0
Create_ds/camel-kafka-connector/connectors/camel-google-storage-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-google-storage-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/googlestoragesource/CamelGooglestoragesourceSourceConnectorConfig.java
/* * 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.kafkaconnector.googlestoragesource; import java.util.Map; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSourceConnectorConfig; import org.apache.kafka.common.config.ConfigDef; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelGooglestoragesourceSourceConnectorConfig extends CamelSourceConnectorConfig { public static final String CAMEL_SOURCE_GOOGLESTORAGESOURCE_KAMELET_BUCKET_NAME_OR_ARN_CONF = "camel.kamelet.google-storage-source.bucketNameOrArn"; public static final String CAMEL_SOURCE_GOOGLESTORAGESOURCE_KAMELET_BUCKET_NAME_OR_ARN_DOC = "The Google Cloud Storage bucket name or Bucket Amazon Resource Name (ARN)."; public static final String CAMEL_SOURCE_GOOGLESTORAGESOURCE_KAMELET_BUCKET_NAME_OR_ARN_DEFAULT = null; public static final String CAMEL_SOURCE_GOOGLESTORAGESOURCE_KAMELET_SERVICE_ACCOUNT_KEY_CONF = "camel.kamelet.google-storage-source.serviceAccountKey"; public static final String CAMEL_SOURCE_GOOGLESTORAGESOURCE_KAMELET_SERVICE_ACCOUNT_KEY_DOC = "The service account key to use as credentials for Google Cloud Storage access. You must encode this value in base64."; public static final String CAMEL_SOURCE_GOOGLESTORAGESOURCE_KAMELET_SERVICE_ACCOUNT_KEY_DEFAULT = null; public static final String CAMEL_SOURCE_GOOGLESTORAGESOURCE_KAMELET_DELETE_AFTER_READ_CONF = "camel.kamelet.google-storage-source.deleteAfterRead"; public static final String CAMEL_SOURCE_GOOGLESTORAGESOURCE_KAMELET_DELETE_AFTER_READ_DOC = "Specifies to delete objects after consuming them."; public static final Boolean CAMEL_SOURCE_GOOGLESTORAGESOURCE_KAMELET_DELETE_AFTER_READ_DEFAULT = true; public static final String CAMEL_SOURCE_GOOGLESTORAGESOURCE_KAMELET_AUTO_CREATE_BUCKET_CONF = "camel.kamelet.google-storage-source.autoCreateBucket"; public static final String CAMEL_SOURCE_GOOGLESTORAGESOURCE_KAMELET_AUTO_CREATE_BUCKET_DOC = "Specifies to automatically create the Google Cloud Storage bucket."; public static final Boolean CAMEL_SOURCE_GOOGLESTORAGESOURCE_KAMELET_AUTO_CREATE_BUCKET_DEFAULT = false; public CamelGooglestoragesourceSourceConnectorConfig( ConfigDef config, Map<String, String> parsedConfig) { super(config, parsedConfig); } public CamelGooglestoragesourceSourceConnectorConfig( Map<String, String> parsedConfig) { this(conf(), parsedConfig); } public static ConfigDef conf() { ConfigDef conf = new ConfigDef(CamelSourceConnectorConfig.conf()); conf.define(CAMEL_SOURCE_GOOGLESTORAGESOURCE_KAMELET_BUCKET_NAME_OR_ARN_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_GOOGLESTORAGESOURCE_KAMELET_BUCKET_NAME_OR_ARN_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SOURCE_GOOGLESTORAGESOURCE_KAMELET_BUCKET_NAME_OR_ARN_DOC); conf.define(CAMEL_SOURCE_GOOGLESTORAGESOURCE_KAMELET_SERVICE_ACCOUNT_KEY_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_GOOGLESTORAGESOURCE_KAMELET_SERVICE_ACCOUNT_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GOOGLESTORAGESOURCE_KAMELET_SERVICE_ACCOUNT_KEY_DOC); conf.define(CAMEL_SOURCE_GOOGLESTORAGESOURCE_KAMELET_DELETE_AFTER_READ_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_GOOGLESTORAGESOURCE_KAMELET_DELETE_AFTER_READ_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GOOGLESTORAGESOURCE_KAMELET_DELETE_AFTER_READ_DOC); conf.define(CAMEL_SOURCE_GOOGLESTORAGESOURCE_KAMELET_AUTO_CREATE_BUCKET_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_GOOGLESTORAGESOURCE_KAMELET_AUTO_CREATE_BUCKET_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_GOOGLESTORAGESOURCE_KAMELET_AUTO_CREATE_BUCKET_DOC); return conf; } }
8,814
0
Create_ds/camel-kafka-connector/connectors/camel-google-storage-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-google-storage-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/googlestoragesource/CamelGooglestoragesourceSourceTask.java
/* * 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.kafkaconnector.googlestoragesource; import java.util.HashMap; import java.util.Map; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSourceConnectorConfig; import org.apache.camel.kafkaconnector.CamelSourceTask; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelGooglestoragesourceSourceTask extends CamelSourceTask { @Override protected CamelSourceConnectorConfig getCamelSourceConnectorConfig( Map<String, String> props) { return new CamelGooglestoragesourceSourceConnectorConfig(props); } @Override protected String getSourceKamelet() { return "kamelet:google-storage-source"; } }
8,815
0
Create_ds/camel-kafka-connector/connectors/camel-redis-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-redis-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/redissink/CamelRedissinkSinkConnectorConfig.java
/* * 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.kafkaconnector.redissink; import java.util.Map; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSinkConnectorConfig; import org.apache.kafka.common.config.ConfigDef; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelRedissinkSinkConnectorConfig extends CamelSinkConnectorConfig { public static final String CAMEL_SINK_REDISSINK_KAMELET_REDIS_HOST_CONF = "camel.kamelet.redis-sink.redisHost"; public static final String CAMEL_SINK_REDISSINK_KAMELET_REDIS_HOST_DOC = "The host where Redis server is running"; public static final String CAMEL_SINK_REDISSINK_KAMELET_REDIS_HOST_DEFAULT = null; public static final String CAMEL_SINK_REDISSINK_KAMELET_REDIS_PORT_CONF = "camel.kamelet.redis-sink.redisPort"; public static final String CAMEL_SINK_REDISSINK_KAMELET_REDIS_PORT_DOC = "The port where Redis server is running"; public static final Integer CAMEL_SINK_REDISSINK_KAMELET_REDIS_PORT_DEFAULT = null; public static final String CAMEL_SINK_REDISSINK_KAMELET_COMMAND_CONF = "camel.kamelet.redis-sink.command"; public static final String CAMEL_SINK_REDISSINK_KAMELET_COMMAND_DOC = "Redis Command"; public static final String CAMEL_SINK_REDISSINK_KAMELET_COMMAND_DEFAULT = "GET"; public static final String CAMEL_SINK_REDISSINK_KAMELET_CHANNELS_CONF = "camel.kamelet.redis-sink.channels"; public static final String CAMEL_SINK_REDISSINK_KAMELET_CHANNELS_DOC = "Redis Channels"; public static final String CAMEL_SINK_REDISSINK_KAMELET_CHANNELS_DEFAULT = "one"; public static final String CAMEL_SINK_REDISSINK_KAMELET_SERIALIZER_CONF = "camel.kamelet.redis-sink.serializer"; public static final String CAMEL_SINK_REDISSINK_KAMELET_SERIALIZER_DOC = "RedisSerializer fully qualified name implementation"; public static final String CAMEL_SINK_REDISSINK_KAMELET_SERIALIZER_DEFAULT = "org.springframework.data.redis.serializer.StringRedisSerializer"; public CamelRedissinkSinkConnectorConfig( ConfigDef config, Map<String, String> parsedConfig) { super(config, parsedConfig); } public CamelRedissinkSinkConnectorConfig(Map<String, String> parsedConfig) { this(conf(), parsedConfig); } public static ConfigDef conf() { ConfigDef conf = new ConfigDef(CamelSinkConnectorConfig.conf()); conf.define(CAMEL_SINK_REDISSINK_KAMELET_REDIS_HOST_CONF, ConfigDef.Type.STRING, CAMEL_SINK_REDISSINK_KAMELET_REDIS_HOST_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SINK_REDISSINK_KAMELET_REDIS_HOST_DOC); conf.define(CAMEL_SINK_REDISSINK_KAMELET_REDIS_PORT_CONF, ConfigDef.Type.INT, CAMEL_SINK_REDISSINK_KAMELET_REDIS_PORT_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SINK_REDISSINK_KAMELET_REDIS_PORT_DOC); conf.define(CAMEL_SINK_REDISSINK_KAMELET_COMMAND_CONF, ConfigDef.Type.STRING, CAMEL_SINK_REDISSINK_KAMELET_COMMAND_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SINK_REDISSINK_KAMELET_COMMAND_DOC); conf.define(CAMEL_SINK_REDISSINK_KAMELET_CHANNELS_CONF, ConfigDef.Type.STRING, CAMEL_SINK_REDISSINK_KAMELET_CHANNELS_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_REDISSINK_KAMELET_CHANNELS_DOC); conf.define(CAMEL_SINK_REDISSINK_KAMELET_SERIALIZER_CONF, ConfigDef.Type.STRING, CAMEL_SINK_REDISSINK_KAMELET_SERIALIZER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_REDISSINK_KAMELET_SERIALIZER_DOC); return conf; } }
8,816
0
Create_ds/camel-kafka-connector/connectors/camel-redis-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-redis-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/redissink/CamelRedissinkSinkTask.java
/* * 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.kafkaconnector.redissink; import java.util.HashMap; import java.util.Map; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSinkConnectorConfig; import org.apache.camel.kafkaconnector.CamelSinkTask; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelRedissinkSinkTask extends CamelSinkTask { @Override protected CamelSinkConnectorConfig getCamelSinkConnectorConfig( Map<String, String> props) { return new CamelRedissinkSinkConnectorConfig(props); } @Override protected String getSinkKamelet() { return "kamelet:redis-sink"; } }
8,817
0
Create_ds/camel-kafka-connector/connectors/camel-redis-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-redis-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/redissink/CamelRedissinkSinkConnector.java
/* * 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.kafkaconnector.redissink; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSinkConnector; import org.apache.kafka.common.config.ConfigDef; import org.apache.kafka.connect.connector.Task; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelRedissinkSinkConnector extends CamelSinkConnector { @Override public ConfigDef config() { return CamelRedissinkSinkConnectorConfig.conf(); } @Override public Class<? extends Task> taskClass() { return CamelRedissinkSinkTask.class; } }
8,818
0
Create_ds/camel-kafka-connector/connectors/camel-azure-storage-blob-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-azure-storage-blob-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/azurestorageblobsource/CamelAzurestorageblobsourceSourceTask.java
/* * 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.kafkaconnector.azurestorageblobsource; import java.util.HashMap; import java.util.Map; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSourceConnectorConfig; import org.apache.camel.kafkaconnector.CamelSourceTask; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelAzurestorageblobsourceSourceTask extends CamelSourceTask { @Override protected CamelSourceConnectorConfig getCamelSourceConnectorConfig( Map<String, String> props) { return new CamelAzurestorageblobsourceSourceConnectorConfig(props); } @Override protected String getSourceKamelet() { return "kamelet:azure-storage-blob-source"; } }
8,819
0
Create_ds/camel-kafka-connector/connectors/camel-azure-storage-blob-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-azure-storage-blob-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/azurestorageblobsource/CamelAzurestorageblobsourceSourceConnectorConfig.java
/* * 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.kafkaconnector.azurestorageblobsource; import java.util.Map; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSourceConnectorConfig; import org.apache.kafka.common.config.ConfigDef; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelAzurestorageblobsourceSourceConnectorConfig extends CamelSourceConnectorConfig { public static final String CAMEL_SOURCE_AZURESTORAGEBLOBSOURCE_KAMELET_ACCOUNT_NAME_CONF = "camel.kamelet.azure-storage-blob-source.accountName"; public static final String CAMEL_SOURCE_AZURESTORAGEBLOBSOURCE_KAMELET_ACCOUNT_NAME_DOC = "The Azure Storage Blob account name."; public static final String CAMEL_SOURCE_AZURESTORAGEBLOBSOURCE_KAMELET_ACCOUNT_NAME_DEFAULT = null; public static final String CAMEL_SOURCE_AZURESTORAGEBLOBSOURCE_KAMELET_CONTAINER_NAME_CONF = "camel.kamelet.azure-storage-blob-source.containerName"; public static final String CAMEL_SOURCE_AZURESTORAGEBLOBSOURCE_KAMELET_CONTAINER_NAME_DOC = "The Azure Storage Blob container name."; public static final String CAMEL_SOURCE_AZURESTORAGEBLOBSOURCE_KAMELET_CONTAINER_NAME_DEFAULT = null; public static final String CAMEL_SOURCE_AZURESTORAGEBLOBSOURCE_KAMELET_ACCESS_KEY_CONF = "camel.kamelet.azure-storage-blob-source.accessKey"; public static final String CAMEL_SOURCE_AZURESTORAGEBLOBSOURCE_KAMELET_ACCESS_KEY_DOC = "The Azure Storage Blob access key."; public static final String CAMEL_SOURCE_AZURESTORAGEBLOBSOURCE_KAMELET_ACCESS_KEY_DEFAULT = null; public static final String CAMEL_SOURCE_AZURESTORAGEBLOBSOURCE_KAMELET_DELAY_CONF = "camel.kamelet.azure-storage-blob-source.delay"; public static final String CAMEL_SOURCE_AZURESTORAGEBLOBSOURCE_KAMELET_DELAY_DOC = "The number of milliseconds before the next poll of the selected blob."; public static final Integer CAMEL_SOURCE_AZURESTORAGEBLOBSOURCE_KAMELET_DELAY_DEFAULT = 500; public static final String CAMEL_SOURCE_AZURESTORAGEBLOBSOURCE_KAMELET_DELETE_AFTER_READ_CONF = "camel.kamelet.azure-storage-blob-source.deleteAfterRead"; public static final String CAMEL_SOURCE_AZURESTORAGEBLOBSOURCE_KAMELET_DELETE_AFTER_READ_DOC = "Specifies to delete blobs after consuming them"; public static final Boolean CAMEL_SOURCE_AZURESTORAGEBLOBSOURCE_KAMELET_DELETE_AFTER_READ_DEFAULT = false; public static final String CAMEL_SOURCE_AZURESTORAGEBLOBSOURCE_KAMELET_CREDENTIAL_TYPE_CONF = "camel.kamelet.azure-storage-blob-source.credentialType"; public static final String CAMEL_SOURCE_AZURESTORAGEBLOBSOURCE_KAMELET_CREDENTIAL_TYPE_DOC = "Determines the credential strategy to adopt."; public static final String CAMEL_SOURCE_AZURESTORAGEBLOBSOURCE_KAMELET_CREDENTIAL_TYPE_DEFAULT = "SHARED_ACCOUNT_KEY"; public CamelAzurestorageblobsourceSourceConnectorConfig( ConfigDef config, Map<String, String> parsedConfig) { super(config, parsedConfig); } public CamelAzurestorageblobsourceSourceConnectorConfig( Map<String, String> parsedConfig) { this(conf(), parsedConfig); } public static ConfigDef conf() { ConfigDef conf = new ConfigDef(CamelSourceConnectorConfig.conf()); conf.define(CAMEL_SOURCE_AZURESTORAGEBLOBSOURCE_KAMELET_ACCOUNT_NAME_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AZURESTORAGEBLOBSOURCE_KAMELET_ACCOUNT_NAME_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SOURCE_AZURESTORAGEBLOBSOURCE_KAMELET_ACCOUNT_NAME_DOC); conf.define(CAMEL_SOURCE_AZURESTORAGEBLOBSOURCE_KAMELET_CONTAINER_NAME_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AZURESTORAGEBLOBSOURCE_KAMELET_CONTAINER_NAME_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SOURCE_AZURESTORAGEBLOBSOURCE_KAMELET_CONTAINER_NAME_DOC); conf.define(CAMEL_SOURCE_AZURESTORAGEBLOBSOURCE_KAMELET_ACCESS_KEY_CONF, ConfigDef.Type.PASSWORD, CAMEL_SOURCE_AZURESTORAGEBLOBSOURCE_KAMELET_ACCESS_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AZURESTORAGEBLOBSOURCE_KAMELET_ACCESS_KEY_DOC); conf.define(CAMEL_SOURCE_AZURESTORAGEBLOBSOURCE_KAMELET_DELAY_CONF, ConfigDef.Type.INT, CAMEL_SOURCE_AZURESTORAGEBLOBSOURCE_KAMELET_DELAY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AZURESTORAGEBLOBSOURCE_KAMELET_DELAY_DOC); conf.define(CAMEL_SOURCE_AZURESTORAGEBLOBSOURCE_KAMELET_DELETE_AFTER_READ_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AZURESTORAGEBLOBSOURCE_KAMELET_DELETE_AFTER_READ_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AZURESTORAGEBLOBSOURCE_KAMELET_DELETE_AFTER_READ_DOC); conf.define(CAMEL_SOURCE_AZURESTORAGEBLOBSOURCE_KAMELET_CREDENTIAL_TYPE_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AZURESTORAGEBLOBSOURCE_KAMELET_CREDENTIAL_TYPE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AZURESTORAGEBLOBSOURCE_KAMELET_CREDENTIAL_TYPE_DOC); return conf; } }
8,820
0
Create_ds/camel-kafka-connector/connectors/camel-azure-storage-blob-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-azure-storage-blob-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/azurestorageblobsource/CamelAzurestorageblobsourceSourceConnector.java
/* * 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.kafkaconnector.azurestorageblobsource; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSourceConnector; import org.apache.kafka.common.config.ConfigDef; import org.apache.kafka.connect.connector.Task; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelAzurestorageblobsourceSourceConnector extends CamelSourceConnector { @Override public ConfigDef config() { return CamelAzurestorageblobsourceSourceConnectorConfig.conf(); } @Override public Class<? extends Task> taskClass() { return CamelAzurestorageblobsourceSourceTask.class; } }
8,821
0
Create_ds/camel-kafka-connector/connectors/camel-aws-s3-cdc-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-aws-s3-cdc-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awss3cdcsource/CamelAwss3cdcsourceSourceConnector.java
/* * 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.kafkaconnector.awss3cdcsource; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSourceConnector; import org.apache.kafka.common.config.ConfigDef; import org.apache.kafka.connect.connector.Task; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelAwss3cdcsourceSourceConnector extends CamelSourceConnector { @Override public ConfigDef config() { return CamelAwss3cdcsourceSourceConnectorConfig.conf(); } @Override public Class<? extends Task> taskClass() { return CamelAwss3cdcsourceSourceTask.class; } }
8,822
0
Create_ds/camel-kafka-connector/connectors/camel-aws-s3-cdc-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-aws-s3-cdc-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awss3cdcsource/CamelAwss3cdcsourceSourceTask.java
/* * 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.kafkaconnector.awss3cdcsource; import java.util.HashMap; import java.util.Map; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSourceConnectorConfig; import org.apache.camel.kafkaconnector.CamelSourceTask; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelAwss3cdcsourceSourceTask extends CamelSourceTask { @Override protected CamelSourceConnectorConfig getCamelSourceConnectorConfig( Map<String, String> props) { return new CamelAwss3cdcsourceSourceConnectorConfig(props); } @Override protected String getSourceKamelet() { return "kamelet:aws-s3-cdc-source"; } }
8,823
0
Create_ds/camel-kafka-connector/connectors/camel-aws-s3-cdc-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-aws-s3-cdc-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awss3cdcsource/CamelAwss3cdcsourceSourceConnectorConfig.java
/* * 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.kafkaconnector.awss3cdcsource; import java.util.Map; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSourceConnectorConfig; import org.apache.kafka.common.config.ConfigDef; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelAwss3cdcsourceSourceConnectorConfig extends CamelSourceConnectorConfig { public static final String CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_QUEUE_NAME_OR_ARN_CONF = "camel.kamelet.aws-s3-cdc-source.queueNameOrArn"; public static final String CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_QUEUE_NAME_OR_ARN_DOC = "The SQS Queue Name or ARN"; public static final String CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_QUEUE_NAME_OR_ARN_DEFAULT = null; public static final String CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_DELETE_AFTER_READ_CONF = "camel.kamelet.aws-s3-cdc-source.deleteAfterRead"; public static final String CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_DELETE_AFTER_READ_DOC = "Delete messages after consuming them"; public static final Boolean CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_DELETE_AFTER_READ_DEFAULT = true; public static final String CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_ACCESS_KEY_CONF = "camel.kamelet.aws-s3-cdc-source.accessKey"; public static final String CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_ACCESS_KEY_DOC = "The access key obtained from AWS."; public static final String CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_ACCESS_KEY_DEFAULT = null; public static final String CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_SECRET_KEY_CONF = "camel.kamelet.aws-s3-cdc-source.secretKey"; public static final String CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_SECRET_KEY_DOC = "The secret key obtained from AWS."; public static final String CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_SECRET_KEY_DEFAULT = null; public static final String CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_REGION_CONF = "camel.kamelet.aws-s3-cdc-source.region"; public static final String CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_REGION_DOC = "The AWS region to access."; public static final String CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_REGION_DEFAULT = null; public static final String CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_AUTO_CREATE_QUEUE_CONF = "camel.kamelet.aws-s3-cdc-source.autoCreateQueue"; public static final String CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_AUTO_CREATE_QUEUE_DOC = "Setting the autocreation of the SQS queue."; public static final Boolean CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_AUTO_CREATE_QUEUE_DEFAULT = false; public static final String CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_AMAZON_AWSHOST_CONF = "camel.kamelet.aws-s3-cdc-source.amazonAWSHost"; public static final String CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_AMAZON_AWSHOST_DOC = "The hostname of the Amazon AWS cloud."; public static final String CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_AMAZON_AWSHOST_DEFAULT = "amazonaws.com"; public static final String CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_PROTOCOL_CONF = "camel.kamelet.aws-s3-cdc-source.protocol"; public static final String CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_PROTOCOL_DOC = "The underlying protocol used to communicate with SQS Example: http or https"; public static final String CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_PROTOCOL_DEFAULT = "https"; public static final String CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_QUEUE_URLCONF = "camel.kamelet.aws-s3-cdc-source.queueURL"; public static final String CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_QUEUE_URLDOC = "The full SQS Queue URL (required if using KEDA)"; public static final String CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_QUEUE_URLDEFAULT = null; public static final String CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_URI_ENDPOINT_OVERRIDE_CONF = "camel.kamelet.aws-s3-cdc-source.uriEndpointOverride"; public static final String CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_URI_ENDPOINT_OVERRIDE_DOC = "The overriding endpoint URI. To use this option, you must also select the `overrideEndpoint` option."; public static final String CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_URI_ENDPOINT_OVERRIDE_DEFAULT = null; public static final String CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_OVERRIDE_ENDPOINT_CONF = "camel.kamelet.aws-s3-cdc-source.overrideEndpoint"; public static final String CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_OVERRIDE_ENDPOINT_DOC = "Select this option to override the endpoint URI. To use this option, you must also provide a URI for the `uriEndpointOverride` option."; public static final Boolean CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_OVERRIDE_ENDPOINT_DEFAULT = false; public static final String CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_DELAY_CONF = "camel.kamelet.aws-s3-cdc-source.delay"; public static final String CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_DELAY_DOC = "The number of milliseconds before the next poll of the selected stream"; public static final Integer CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_DELAY_DEFAULT = 500; public static final String CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_GREEDY_CONF = "camel.kamelet.aws-s3-cdc-source.greedy"; public static final String CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_GREEDY_DOC = "If greedy is enabled, then the polling will happen immediately again, if the previous run polled 1 or more messages."; public static final Boolean CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_GREEDY_DEFAULT = false; public static final String CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_GET_OBJECT_CONF = "camel.kamelet.aws-s3-cdc-source.getObject"; public static final String CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_GET_OBJECT_DOC = "If getObject is enabled, then the file created in the bucket will be get and returned as body, if not only the event will returned as body."; public static final Boolean CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_GET_OBJECT_DEFAULT = false; public CamelAwss3cdcsourceSourceConnectorConfig( ConfigDef config, Map<String, String> parsedConfig) { super(config, parsedConfig); } public CamelAwss3cdcsourceSourceConnectorConfig( Map<String, String> parsedConfig) { this(conf(), parsedConfig); } public static ConfigDef conf() { ConfigDef conf = new ConfigDef(CamelSourceConnectorConfig.conf()); conf.define(CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_QUEUE_NAME_OR_ARN_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_QUEUE_NAME_OR_ARN_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_QUEUE_NAME_OR_ARN_DOC); conf.define(CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_DELETE_AFTER_READ_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_DELETE_AFTER_READ_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_DELETE_AFTER_READ_DOC); conf.define(CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_ACCESS_KEY_CONF, ConfigDef.Type.PASSWORD, CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_ACCESS_KEY_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_ACCESS_KEY_DOC); conf.define(CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_SECRET_KEY_CONF, ConfigDef.Type.PASSWORD, CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_SECRET_KEY_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_SECRET_KEY_DOC); conf.define(CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_REGION_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_REGION_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_REGION_DOC); conf.define(CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_AUTO_CREATE_QUEUE_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_AUTO_CREATE_QUEUE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_AUTO_CREATE_QUEUE_DOC); conf.define(CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_AMAZON_AWSHOST_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_AMAZON_AWSHOST_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_AMAZON_AWSHOST_DOC); conf.define(CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_PROTOCOL_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_PROTOCOL_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_PROTOCOL_DOC); conf.define(CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_QUEUE_URLCONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_QUEUE_URLDEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_QUEUE_URLDOC); conf.define(CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_URI_ENDPOINT_OVERRIDE_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_URI_ENDPOINT_OVERRIDE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_URI_ENDPOINT_OVERRIDE_DOC); conf.define(CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_OVERRIDE_ENDPOINT_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_OVERRIDE_ENDPOINT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_OVERRIDE_ENDPOINT_DOC); conf.define(CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_DELAY_CONF, ConfigDef.Type.INT, CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_DELAY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_DELAY_DOC); conf.define(CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_GREEDY_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_GREEDY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_GREEDY_DOC); conf.define(CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_GET_OBJECT_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_GET_OBJECT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_AWSS3CDCSOURCE_KAMELET_GET_OBJECT_DOC); return conf; } }
8,824
0
Create_ds/camel-kafka-connector/connectors/camel-aws-kinesis-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-aws-kinesis-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awskinesissink/CamelAwskinesissinkSinkConnector.java
/* * 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.kafkaconnector.awskinesissink; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSinkConnector; import org.apache.kafka.common.config.ConfigDef; import org.apache.kafka.connect.connector.Task; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelAwskinesissinkSinkConnector extends CamelSinkConnector { @Override public ConfigDef config() { return CamelAwskinesissinkSinkConnectorConfig.conf(); } @Override public Class<? extends Task> taskClass() { return CamelAwskinesissinkSinkTask.class; } }
8,825
0
Create_ds/camel-kafka-connector/connectors/camel-aws-kinesis-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-aws-kinesis-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awskinesissink/CamelAwskinesissinkSinkTask.java
/* * 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.kafkaconnector.awskinesissink; import java.util.HashMap; import java.util.Map; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSinkConnectorConfig; import org.apache.camel.kafkaconnector.CamelSinkTask; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelAwskinesissinkSinkTask extends CamelSinkTask { @Override protected CamelSinkConnectorConfig getCamelSinkConnectorConfig( Map<String, String> props) { return new CamelAwskinesissinkSinkConnectorConfig(props); } @Override protected String getSinkKamelet() { return "kamelet:aws-kinesis-sink"; } }
8,826
0
Create_ds/camel-kafka-connector/connectors/camel-aws-kinesis-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-aws-kinesis-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awskinesissink/CamelAwskinesissinkSinkConnectorConfig.java
/* * 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.kafkaconnector.awskinesissink; import java.util.Map; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSinkConnectorConfig; import org.apache.kafka.common.config.ConfigDef; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelAwskinesissinkSinkConnectorConfig extends CamelSinkConnectorConfig { public static final String CAMEL_SINK_AWSKINESISSINK_KAMELET_STREAM_CONF = "camel.kamelet.aws-kinesis-sink.stream"; public static final String CAMEL_SINK_AWSKINESISSINK_KAMELET_STREAM_DOC = "The Kinesis stream that you want to access. The Kinesis stream that you specify must already exist."; public static final String CAMEL_SINK_AWSKINESISSINK_KAMELET_STREAM_DEFAULT = null; public static final String CAMEL_SINK_AWSKINESISSINK_KAMELET_ACCESS_KEY_CONF = "camel.kamelet.aws-kinesis-sink.accessKey"; public static final String CAMEL_SINK_AWSKINESISSINK_KAMELET_ACCESS_KEY_DOC = "The access key obtained from AWS."; public static final String CAMEL_SINK_AWSKINESISSINK_KAMELET_ACCESS_KEY_DEFAULT = null; public static final String CAMEL_SINK_AWSKINESISSINK_KAMELET_SECRET_KEY_CONF = "camel.kamelet.aws-kinesis-sink.secretKey"; public static final String CAMEL_SINK_AWSKINESISSINK_KAMELET_SECRET_KEY_DOC = "The secret key obtained from AWS."; public static final String CAMEL_SINK_AWSKINESISSINK_KAMELET_SECRET_KEY_DEFAULT = null; public static final String CAMEL_SINK_AWSKINESISSINK_KAMELET_REGION_CONF = "camel.kamelet.aws-kinesis-sink.region"; public static final String CAMEL_SINK_AWSKINESISSINK_KAMELET_REGION_DOC = "The AWS region to access."; public static final String CAMEL_SINK_AWSKINESISSINK_KAMELET_REGION_DEFAULT = null; public static final String CAMEL_SINK_AWSKINESISSINK_KAMELET_USE_DEFAULT_CREDENTIALS_PROVIDER_CONF = "camel.kamelet.aws-kinesis-sink.useDefaultCredentialsProvider"; public static final String CAMEL_SINK_AWSKINESISSINK_KAMELET_USE_DEFAULT_CREDENTIALS_PROVIDER_DOC = "If true, the Kinesis client loads credentials through a default credentials provider. If false, it uses the basic authentication method (access key and secret key)."; public static final Boolean CAMEL_SINK_AWSKINESISSINK_KAMELET_USE_DEFAULT_CREDENTIALS_PROVIDER_DEFAULT = false; public static final String CAMEL_SINK_AWSKINESISSINK_KAMELET_URI_ENDPOINT_OVERRIDE_CONF = "camel.kamelet.aws-kinesis-sink.uriEndpointOverride"; public static final String CAMEL_SINK_AWSKINESISSINK_KAMELET_URI_ENDPOINT_OVERRIDE_DOC = "The overriding endpoint URI. To use this option, you must also select the `overrideEndpoint` option."; public static final String CAMEL_SINK_AWSKINESISSINK_KAMELET_URI_ENDPOINT_OVERRIDE_DEFAULT = null; public static final String CAMEL_SINK_AWSKINESISSINK_KAMELET_OVERRIDE_ENDPOINT_CONF = "camel.kamelet.aws-kinesis-sink.overrideEndpoint"; public static final String CAMEL_SINK_AWSKINESISSINK_KAMELET_OVERRIDE_ENDPOINT_DOC = "Select this option to override the endpoint URI. To use this option, you must also provide a URI for the `uriEndpointOverride` option."; public static final Boolean CAMEL_SINK_AWSKINESISSINK_KAMELET_OVERRIDE_ENDPOINT_DEFAULT = false; public CamelAwskinesissinkSinkConnectorConfig( ConfigDef config, Map<String, String> parsedConfig) { super(config, parsedConfig); } public CamelAwskinesissinkSinkConnectorConfig( Map<String, String> parsedConfig) { this(conf(), parsedConfig); } public static ConfigDef conf() { ConfigDef conf = new ConfigDef(CamelSinkConnectorConfig.conf()); conf.define(CAMEL_SINK_AWSKINESISSINK_KAMELET_STREAM_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSKINESISSINK_KAMELET_STREAM_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SINK_AWSKINESISSINK_KAMELET_STREAM_DOC); conf.define(CAMEL_SINK_AWSKINESISSINK_KAMELET_ACCESS_KEY_CONF, ConfigDef.Type.PASSWORD, CAMEL_SINK_AWSKINESISSINK_KAMELET_ACCESS_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSKINESISSINK_KAMELET_ACCESS_KEY_DOC); conf.define(CAMEL_SINK_AWSKINESISSINK_KAMELET_SECRET_KEY_CONF, ConfigDef.Type.PASSWORD, CAMEL_SINK_AWSKINESISSINK_KAMELET_SECRET_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSKINESISSINK_KAMELET_SECRET_KEY_DOC); conf.define(CAMEL_SINK_AWSKINESISSINK_KAMELET_REGION_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSKINESISSINK_KAMELET_REGION_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SINK_AWSKINESISSINK_KAMELET_REGION_DOC); conf.define(CAMEL_SINK_AWSKINESISSINK_KAMELET_USE_DEFAULT_CREDENTIALS_PROVIDER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWSKINESISSINK_KAMELET_USE_DEFAULT_CREDENTIALS_PROVIDER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSKINESISSINK_KAMELET_USE_DEFAULT_CREDENTIALS_PROVIDER_DOC); conf.define(CAMEL_SINK_AWSKINESISSINK_KAMELET_URI_ENDPOINT_OVERRIDE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSKINESISSINK_KAMELET_URI_ENDPOINT_OVERRIDE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSKINESISSINK_KAMELET_URI_ENDPOINT_OVERRIDE_DOC); conf.define(CAMEL_SINK_AWSKINESISSINK_KAMELET_OVERRIDE_ENDPOINT_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWSKINESISSINK_KAMELET_OVERRIDE_ENDPOINT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSKINESISSINK_KAMELET_OVERRIDE_ENDPOINT_DOC); return conf; } }
8,827
0
Create_ds/camel-kafka-connector/connectors/camel-aws-kinesis-firehose-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-aws-kinesis-firehose-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awskinesisfirehosesink/CamelAwskinesisfirehosesinkSinkConnectorConfig.java
/* * 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.kafkaconnector.awskinesisfirehosesink; import java.util.Map; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSinkConnectorConfig; import org.apache.kafka.common.config.ConfigDef; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelAwskinesisfirehosesinkSinkConnectorConfig extends CamelSinkConnectorConfig { public static final String CAMEL_SINK_AWSKINESISFIREHOSESINK_KAMELET_STREAM_NAME_CONF = "camel.kamelet.aws-kinesis-firehose-sink.streamName"; public static final String CAMEL_SINK_AWSKINESISFIREHOSESINK_KAMELET_STREAM_NAME_DOC = "The name of the stream we want to send to data to"; public static final String CAMEL_SINK_AWSKINESISFIREHOSESINK_KAMELET_STREAM_NAME_DEFAULT = null; public static final String CAMEL_SINK_AWSKINESISFIREHOSESINK_KAMELET_ACCESS_KEY_CONF = "camel.kamelet.aws-kinesis-firehose-sink.accessKey"; public static final String CAMEL_SINK_AWSKINESISFIREHOSESINK_KAMELET_ACCESS_KEY_DOC = "The access key obtained from AWS."; public static final String CAMEL_SINK_AWSKINESISFIREHOSESINK_KAMELET_ACCESS_KEY_DEFAULT = null; public static final String CAMEL_SINK_AWSKINESISFIREHOSESINK_KAMELET_SECRET_KEY_CONF = "camel.kamelet.aws-kinesis-firehose-sink.secretKey"; public static final String CAMEL_SINK_AWSKINESISFIREHOSESINK_KAMELET_SECRET_KEY_DOC = "The secret key obtained from AWS."; public static final String CAMEL_SINK_AWSKINESISFIREHOSESINK_KAMELET_SECRET_KEY_DEFAULT = null; public static final String CAMEL_SINK_AWSKINESISFIREHOSESINK_KAMELET_REGION_CONF = "camel.kamelet.aws-kinesis-firehose-sink.region"; public static final String CAMEL_SINK_AWSKINESISFIREHOSESINK_KAMELET_REGION_DOC = "The AWS region to access."; public static final String CAMEL_SINK_AWSKINESISFIREHOSESINK_KAMELET_REGION_DEFAULT = null; public static final String CAMEL_SINK_AWSKINESISFIREHOSESINK_KAMELET_USE_DEFAULT_CREDENTIALS_PROVIDER_CONF = "camel.kamelet.aws-kinesis-firehose-sink.useDefaultCredentialsProvider"; public static final String CAMEL_SINK_AWSKINESISFIREHOSESINK_KAMELET_USE_DEFAULT_CREDENTIALS_PROVIDER_DOC = "Set whether the Kinesis Firehose client should expect to load credentials through a default credentials provider or to expect static credentials to be passed in."; public static final Boolean CAMEL_SINK_AWSKINESISFIREHOSESINK_KAMELET_USE_DEFAULT_CREDENTIALS_PROVIDER_DEFAULT = false; public static final String CAMEL_SINK_AWSKINESISFIREHOSESINK_KAMELET_URI_ENDPOINT_OVERRIDE_CONF = "camel.kamelet.aws-kinesis-firehose-sink.uriEndpointOverride"; public static final String CAMEL_SINK_AWSKINESISFIREHOSESINK_KAMELET_URI_ENDPOINT_OVERRIDE_DOC = "The overriding endpoint URI. To use this option, you must also select the `overrideEndpoint` option."; public static final String CAMEL_SINK_AWSKINESISFIREHOSESINK_KAMELET_URI_ENDPOINT_OVERRIDE_DEFAULT = null; public static final String CAMEL_SINK_AWSKINESISFIREHOSESINK_KAMELET_OVERRIDE_ENDPOINT_CONF = "camel.kamelet.aws-kinesis-firehose-sink.overrideEndpoint"; public static final String CAMEL_SINK_AWSKINESISFIREHOSESINK_KAMELET_OVERRIDE_ENDPOINT_DOC = "Select this option to override the endpoint URI. To use this option, you must also provide a URI for the `uriEndpointOverride` option."; public static final Boolean CAMEL_SINK_AWSKINESISFIREHOSESINK_KAMELET_OVERRIDE_ENDPOINT_DEFAULT = false; public CamelAwskinesisfirehosesinkSinkConnectorConfig( ConfigDef config, Map<String, String> parsedConfig) { super(config, parsedConfig); } public CamelAwskinesisfirehosesinkSinkConnectorConfig( Map<String, String> parsedConfig) { this(conf(), parsedConfig); } public static ConfigDef conf() { ConfigDef conf = new ConfigDef(CamelSinkConnectorConfig.conf()); conf.define(CAMEL_SINK_AWSKINESISFIREHOSESINK_KAMELET_STREAM_NAME_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSKINESISFIREHOSESINK_KAMELET_STREAM_NAME_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SINK_AWSKINESISFIREHOSESINK_KAMELET_STREAM_NAME_DOC); conf.define(CAMEL_SINK_AWSKINESISFIREHOSESINK_KAMELET_ACCESS_KEY_CONF, ConfigDef.Type.PASSWORD, CAMEL_SINK_AWSKINESISFIREHOSESINK_KAMELET_ACCESS_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSKINESISFIREHOSESINK_KAMELET_ACCESS_KEY_DOC); conf.define(CAMEL_SINK_AWSKINESISFIREHOSESINK_KAMELET_SECRET_KEY_CONF, ConfigDef.Type.PASSWORD, CAMEL_SINK_AWSKINESISFIREHOSESINK_KAMELET_SECRET_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSKINESISFIREHOSESINK_KAMELET_SECRET_KEY_DOC); conf.define(CAMEL_SINK_AWSKINESISFIREHOSESINK_KAMELET_REGION_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSKINESISFIREHOSESINK_KAMELET_REGION_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SINK_AWSKINESISFIREHOSESINK_KAMELET_REGION_DOC); conf.define(CAMEL_SINK_AWSKINESISFIREHOSESINK_KAMELET_USE_DEFAULT_CREDENTIALS_PROVIDER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWSKINESISFIREHOSESINK_KAMELET_USE_DEFAULT_CREDENTIALS_PROVIDER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSKINESISFIREHOSESINK_KAMELET_USE_DEFAULT_CREDENTIALS_PROVIDER_DOC); conf.define(CAMEL_SINK_AWSKINESISFIREHOSESINK_KAMELET_URI_ENDPOINT_OVERRIDE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSKINESISFIREHOSESINK_KAMELET_URI_ENDPOINT_OVERRIDE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSKINESISFIREHOSESINK_KAMELET_URI_ENDPOINT_OVERRIDE_DOC); conf.define(CAMEL_SINK_AWSKINESISFIREHOSESINK_KAMELET_OVERRIDE_ENDPOINT_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWSKINESISFIREHOSESINK_KAMELET_OVERRIDE_ENDPOINT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSKINESISFIREHOSESINK_KAMELET_OVERRIDE_ENDPOINT_DOC); return conf; } }
8,828
0
Create_ds/camel-kafka-connector/connectors/camel-aws-kinesis-firehose-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-aws-kinesis-firehose-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awskinesisfirehosesink/CamelAwskinesisfirehosesinkSinkConnector.java
/* * 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.kafkaconnector.awskinesisfirehosesink; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSinkConnector; import org.apache.kafka.common.config.ConfigDef; import org.apache.kafka.connect.connector.Task; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelAwskinesisfirehosesinkSinkConnector extends CamelSinkConnector { @Override public ConfigDef config() { return CamelAwskinesisfirehosesinkSinkConnectorConfig.conf(); } @Override public Class<? extends Task> taskClass() { return CamelAwskinesisfirehosesinkSinkTask.class; } }
8,829
0
Create_ds/camel-kafka-connector/connectors/camel-aws-kinesis-firehose-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-aws-kinesis-firehose-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awskinesisfirehosesink/CamelAwskinesisfirehosesinkSinkTask.java
/* * 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.kafkaconnector.awskinesisfirehosesink; import java.util.HashMap; import java.util.Map; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSinkConnectorConfig; import org.apache.camel.kafkaconnector.CamelSinkTask; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelAwskinesisfirehosesinkSinkTask extends CamelSinkTask { @Override protected CamelSinkConnectorConfig getCamelSinkConnectorConfig( Map<String, String> props) { return new CamelAwskinesisfirehosesinkSinkConnectorConfig(props); } @Override protected String getSinkKamelet() { return "kamelet:aws-kinesis-firehose-sink"; } }
8,830
0
Create_ds/camel-kafka-connector/connectors/camel-oracle-database-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-oracle-database-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/oracledatabasesink/CamelOracledatabasesinkSinkConnector.java
/* * 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.kafkaconnector.oracledatabasesink; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSinkConnector; import org.apache.kafka.common.config.ConfigDef; import org.apache.kafka.connect.connector.Task; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelOracledatabasesinkSinkConnector extends CamelSinkConnector { @Override public ConfigDef config() { return CamelOracledatabasesinkSinkConnectorConfig.conf(); } @Override public Class<? extends Task> taskClass() { return CamelOracledatabasesinkSinkTask.class; } }
8,831
0
Create_ds/camel-kafka-connector/connectors/camel-oracle-database-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-oracle-database-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/oracledatabasesink/CamelOracledatabasesinkSinkConnectorConfig.java
/* * 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.kafkaconnector.oracledatabasesink; import java.util.Map; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSinkConnectorConfig; import org.apache.kafka.common.config.ConfigDef; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelOracledatabasesinkSinkConnectorConfig extends CamelSinkConnectorConfig { public static final String CAMEL_SINK_ORACLEDATABASESINK_KAMELET_SERVER_NAME_CONF = "camel.kamelet.oracle-database-sink.serverName"; public static final String CAMEL_SINK_ORACLEDATABASESINK_KAMELET_SERVER_NAME_DOC = "The server name for the data source. Example: localhost"; public static final String CAMEL_SINK_ORACLEDATABASESINK_KAMELET_SERVER_NAME_DEFAULT = null; public static final String CAMEL_SINK_ORACLEDATABASESINK_KAMELET_SERVER_PORT_CONF = "camel.kamelet.oracle-database-sink.serverPort"; public static final String CAMEL_SINK_ORACLEDATABASESINK_KAMELET_SERVER_PORT_DOC = "The server port for the data source."; public static final String CAMEL_SINK_ORACLEDATABASESINK_KAMELET_SERVER_PORT_DEFAULT = "1521"; public static final String CAMEL_SINK_ORACLEDATABASESINK_KAMELET_USERNAME_CONF = "camel.kamelet.oracle-database-sink.username"; public static final String CAMEL_SINK_ORACLEDATABASESINK_KAMELET_USERNAME_DOC = "The username to access a secured Oracle Database."; public static final String CAMEL_SINK_ORACLEDATABASESINK_KAMELET_USERNAME_DEFAULT = null; public static final String CAMEL_SINK_ORACLEDATABASESINK_KAMELET_PASSWORD_CONF = "camel.kamelet.oracle-database-sink.password"; public static final String CAMEL_SINK_ORACLEDATABASESINK_KAMELET_PASSWORD_DOC = "The password to access a secured Oracle Database."; public static final String CAMEL_SINK_ORACLEDATABASESINK_KAMELET_PASSWORD_DEFAULT = null; public static final String CAMEL_SINK_ORACLEDATABASESINK_KAMELET_QUERY_CONF = "camel.kamelet.oracle-database-sink.query"; public static final String CAMEL_SINK_ORACLEDATABASESINK_KAMELET_QUERY_DOC = "The query to execute against the Oracle Database. Example: INSERT INTO accounts (username,city) VALUES (:#username,:#city)"; public static final String CAMEL_SINK_ORACLEDATABASESINK_KAMELET_QUERY_DEFAULT = null; public static final String CAMEL_SINK_ORACLEDATABASESINK_KAMELET_DATABASE_NAME_CONF = "camel.kamelet.oracle-database-sink.databaseName"; public static final String CAMEL_SINK_ORACLEDATABASESINK_KAMELET_DATABASE_NAME_DOC = "The name of the Oracle Database."; public static final String CAMEL_SINK_ORACLEDATABASESINK_KAMELET_DATABASE_NAME_DEFAULT = null; public CamelOracledatabasesinkSinkConnectorConfig( ConfigDef config, Map<String, String> parsedConfig) { super(config, parsedConfig); } public CamelOracledatabasesinkSinkConnectorConfig( Map<String, String> parsedConfig) { this(conf(), parsedConfig); } public static ConfigDef conf() { ConfigDef conf = new ConfigDef(CamelSinkConnectorConfig.conf()); conf.define(CAMEL_SINK_ORACLEDATABASESINK_KAMELET_SERVER_NAME_CONF, ConfigDef.Type.STRING, CAMEL_SINK_ORACLEDATABASESINK_KAMELET_SERVER_NAME_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SINK_ORACLEDATABASESINK_KAMELET_SERVER_NAME_DOC); conf.define(CAMEL_SINK_ORACLEDATABASESINK_KAMELET_SERVER_PORT_CONF, ConfigDef.Type.STRING, CAMEL_SINK_ORACLEDATABASESINK_KAMELET_SERVER_PORT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_ORACLEDATABASESINK_KAMELET_SERVER_PORT_DOC); conf.define(CAMEL_SINK_ORACLEDATABASESINK_KAMELET_USERNAME_CONF, ConfigDef.Type.STRING, CAMEL_SINK_ORACLEDATABASESINK_KAMELET_USERNAME_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SINK_ORACLEDATABASESINK_KAMELET_USERNAME_DOC); conf.define(CAMEL_SINK_ORACLEDATABASESINK_KAMELET_PASSWORD_CONF, ConfigDef.Type.PASSWORD, CAMEL_SINK_ORACLEDATABASESINK_KAMELET_PASSWORD_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SINK_ORACLEDATABASESINK_KAMELET_PASSWORD_DOC); conf.define(CAMEL_SINK_ORACLEDATABASESINK_KAMELET_QUERY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_ORACLEDATABASESINK_KAMELET_QUERY_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SINK_ORACLEDATABASESINK_KAMELET_QUERY_DOC); conf.define(CAMEL_SINK_ORACLEDATABASESINK_KAMELET_DATABASE_NAME_CONF, ConfigDef.Type.STRING, CAMEL_SINK_ORACLEDATABASESINK_KAMELET_DATABASE_NAME_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SINK_ORACLEDATABASESINK_KAMELET_DATABASE_NAME_DOC); return conf; } }
8,832
0
Create_ds/camel-kafka-connector/connectors/camel-oracle-database-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-oracle-database-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/oracledatabasesink/CamelOracledatabasesinkSinkTask.java
/* * 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.kafkaconnector.oracledatabasesink; import java.util.HashMap; import java.util.Map; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSinkConnectorConfig; import org.apache.camel.kafkaconnector.CamelSinkTask; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelOracledatabasesinkSinkTask extends CamelSinkTask { @Override protected CamelSinkConnectorConfig getCamelSinkConnectorConfig( Map<String, String> props) { return new CamelOracledatabasesinkSinkConnectorConfig(props); } @Override protected String getSinkKamelet() { return "kamelet:oracle-database-sink"; } }
8,833
0
Create_ds/camel-kafka-connector/connectors/camel-azure-cosmosdb-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-azure-cosmosdb-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/azurecosmosdbsink/CamelAzurecosmosdbsinkSinkConnector.java
/* * 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.kafkaconnector.azurecosmosdbsink; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSinkConnector; import org.apache.kafka.common.config.ConfigDef; import org.apache.kafka.connect.connector.Task; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelAzurecosmosdbsinkSinkConnector extends CamelSinkConnector { @Override public ConfigDef config() { return CamelAzurecosmosdbsinkSinkConnectorConfig.conf(); } @Override public Class<? extends Task> taskClass() { return CamelAzurecosmosdbsinkSinkTask.class; } }
8,834
0
Create_ds/camel-kafka-connector/connectors/camel-azure-cosmosdb-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-azure-cosmosdb-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/azurecosmosdbsink/CamelAzurecosmosdbsinkSinkTask.java
/* * 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.kafkaconnector.azurecosmosdbsink; import java.util.HashMap; import java.util.Map; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSinkConnectorConfig; import org.apache.camel.kafkaconnector.CamelSinkTask; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelAzurecosmosdbsinkSinkTask extends CamelSinkTask { @Override protected CamelSinkConnectorConfig getCamelSinkConnectorConfig( Map<String, String> props) { return new CamelAzurecosmosdbsinkSinkConnectorConfig(props); } @Override protected String getSinkKamelet() { return "kamelet:azure-cosmosdb-sink"; } }
8,835
0
Create_ds/camel-kafka-connector/connectors/camel-azure-cosmosdb-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-azure-cosmosdb-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/azurecosmosdbsink/CamelAzurecosmosdbsinkSinkConnectorConfig.java
/* * 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.kafkaconnector.azurecosmosdbsink; import java.util.Map; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSinkConnectorConfig; import org.apache.kafka.common.config.ConfigDef; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelAzurecosmosdbsinkSinkConnectorConfig extends CamelSinkConnectorConfig { public static final String CAMEL_SINK_AZURECOSMOSDBSINK_KAMELET_DATABASE_NAME_CONF = "camel.kamelet.azure-cosmosdb-sink.databaseName"; public static final String CAMEL_SINK_AZURECOSMOSDBSINK_KAMELET_DATABASE_NAME_DOC = "The Azure Cosmos database name."; public static final String CAMEL_SINK_AZURECOSMOSDBSINK_KAMELET_DATABASE_NAME_DEFAULT = null; public static final String CAMEL_SINK_AZURECOSMOSDBSINK_KAMELET_CONTAINER_NAME_CONF = "camel.kamelet.azure-cosmosdb-sink.containerName"; public static final String CAMEL_SINK_AZURECOSMOSDBSINK_KAMELET_CONTAINER_NAME_DOC = "The Azure Cosmos container name."; public static final String CAMEL_SINK_AZURECOSMOSDBSINK_KAMELET_CONTAINER_NAME_DEFAULT = null; public static final String CAMEL_SINK_AZURECOSMOSDBSINK_KAMELET_ACCOUNT_KEY_CONF = "camel.kamelet.azure-cosmosdb-sink.accountKey"; public static final String CAMEL_SINK_AZURECOSMOSDBSINK_KAMELET_ACCOUNT_KEY_DOC = "The Azure Cosmos account Key."; public static final String CAMEL_SINK_AZURECOSMOSDBSINK_KAMELET_ACCOUNT_KEY_DEFAULT = null; public static final String CAMEL_SINK_AZURECOSMOSDBSINK_KAMELET_DATABASE_ENDPOINT_CONF = "camel.kamelet.azure-cosmosdb-sink.databaseEndpoint"; public static final String CAMEL_SINK_AZURECOSMOSDBSINK_KAMELET_DATABASE_ENDPOINT_DOC = "Sets the Azure Cosmos database endpoint the component will connect to."; public static final String CAMEL_SINK_AZURECOSMOSDBSINK_KAMELET_DATABASE_ENDPOINT_DEFAULT = null; public static final String CAMEL_SINK_AZURECOSMOSDBSINK_KAMELET_ITEM_PARTITION_KEY_CONF = "camel.kamelet.azure-cosmosdb-sink.itemPartitionKey"; public static final String CAMEL_SINK_AZURECOSMOSDBSINK_KAMELET_ITEM_PARTITION_KEY_DOC = "Represents a partition key value in the Azure Cosmos DB database service. A partition key identifies the partition where the item is stored in."; public static final String CAMEL_SINK_AZURECOSMOSDBSINK_KAMELET_ITEM_PARTITION_KEY_DEFAULT = null; public CamelAzurecosmosdbsinkSinkConnectorConfig( ConfigDef config, Map<String, String> parsedConfig) { super(config, parsedConfig); } public CamelAzurecosmosdbsinkSinkConnectorConfig( Map<String, String> parsedConfig) { this(conf(), parsedConfig); } public static ConfigDef conf() { ConfigDef conf = new ConfigDef(CamelSinkConnectorConfig.conf()); conf.define(CAMEL_SINK_AZURECOSMOSDBSINK_KAMELET_DATABASE_NAME_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AZURECOSMOSDBSINK_KAMELET_DATABASE_NAME_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SINK_AZURECOSMOSDBSINK_KAMELET_DATABASE_NAME_DOC); conf.define(CAMEL_SINK_AZURECOSMOSDBSINK_KAMELET_CONTAINER_NAME_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AZURECOSMOSDBSINK_KAMELET_CONTAINER_NAME_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SINK_AZURECOSMOSDBSINK_KAMELET_CONTAINER_NAME_DOC); conf.define(CAMEL_SINK_AZURECOSMOSDBSINK_KAMELET_ACCOUNT_KEY_CONF, ConfigDef.Type.PASSWORD, CAMEL_SINK_AZURECOSMOSDBSINK_KAMELET_ACCOUNT_KEY_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SINK_AZURECOSMOSDBSINK_KAMELET_ACCOUNT_KEY_DOC); conf.define(CAMEL_SINK_AZURECOSMOSDBSINK_KAMELET_DATABASE_ENDPOINT_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AZURECOSMOSDBSINK_KAMELET_DATABASE_ENDPOINT_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SINK_AZURECOSMOSDBSINK_KAMELET_DATABASE_ENDPOINT_DOC); conf.define(CAMEL_SINK_AZURECOSMOSDBSINK_KAMELET_ITEM_PARTITION_KEY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AZURECOSMOSDBSINK_KAMELET_ITEM_PARTITION_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AZURECOSMOSDBSINK_KAMELET_ITEM_PARTITION_KEY_DOC); return conf; } }
8,836
0
Create_ds/camel-kafka-connector/connectors/camel-splunk-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-splunk-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/splunksource/CamelSplunksourceSourceConnector.java
/* * 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.kafkaconnector.splunksource; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSourceConnector; import org.apache.kafka.common.config.ConfigDef; import org.apache.kafka.connect.connector.Task; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelSplunksourceSourceConnector extends CamelSourceConnector { @Override public ConfigDef config() { return CamelSplunksourceSourceConnectorConfig.conf(); } @Override public Class<? extends Task> taskClass() { return CamelSplunksourceSourceTask.class; } }
8,837
0
Create_ds/camel-kafka-connector/connectors/camel-splunk-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-splunk-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/splunksource/CamelSplunksourceSourceConnectorConfig.java
/* * 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.kafkaconnector.splunksource; import java.util.Map; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSourceConnectorConfig; import org.apache.kafka.common.config.ConfigDef; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelSplunksourceSourceConnectorConfig extends CamelSourceConnectorConfig { public static final String CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_SERVER_HOSTNAME_CONF = "camel.kamelet.splunk-source.serverHostname"; public static final String CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_SERVER_HOSTNAME_DOC = "The address of your Splunk server. Example: my_server_splunk.com"; public static final String CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_SERVER_HOSTNAME_DEFAULT = null; public static final String CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_SERVER_PORT_CONF = "camel.kamelet.splunk-source.serverPort"; public static final String CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_SERVER_PORT_DOC = "The address of your Splunk server."; public static final Integer CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_SERVER_PORT_DEFAULT = 8089; public static final String CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_USERNAME_CONF = "camel.kamelet.splunk-source.username"; public static final String CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_USERNAME_DOC = "The username to authenticate to Splunk Server."; public static final String CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_USERNAME_DEFAULT = null; public static final String CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_PASSWORD_CONF = "camel.kamelet.splunk-source.password"; public static final String CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_PASSWORD_DOC = "The password to authenticate to Splunk Server."; public static final String CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_PASSWORD_DEFAULT = null; public static final String CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_INDEX_CONF = "camel.kamelet.splunk-source.index"; public static final String CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_INDEX_DOC = "Splunk index to write to."; public static final String CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_INDEX_DEFAULT = null; public static final String CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_PROTOCOL_CONF = "camel.kamelet.splunk-source.protocol"; public static final String CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_PROTOCOL_DOC = "Connection Protocol to Splunk server."; public static final String CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_PROTOCOL_DEFAULT = "https"; public static final String CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_SOURCE_CONF = "camel.kamelet.splunk-source.source"; public static final String CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_SOURCE_DOC = "The source named field of the data."; public static final String CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_SOURCE_DEFAULT = null; public static final String CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_SOURCE_TYPE_CONF = "camel.kamelet.splunk-source.sourceType"; public static final String CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_SOURCE_TYPE_DOC = "The source named field of the data."; public static final String CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_SOURCE_TYPE_DEFAULT = null; public static final String CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_APP_CONF = "camel.kamelet.splunk-source.app"; public static final String CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_APP_DOC = "The app name in Splunk."; public static final String CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_APP_DEFAULT = null; public static final String CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_CONNECTION_TIMEOUT_CONF = "camel.kamelet.splunk-source.connectionTimeout"; public static final String CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_CONNECTION_TIMEOUT_DOC = "Timeout in milliseconds when connecting to Splunk server"; public static final Integer CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_CONNECTION_TIMEOUT_DEFAULT = null; public static final String CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_COUNT_CONF = "camel.kamelet.splunk-source.count"; public static final String CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_COUNT_DOC = "The maximum number of entities to return."; public static final Integer CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_COUNT_DEFAULT = null; public static final String CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_REPEAT_CONF = "camel.kamelet.splunk-source.repeat"; public static final String CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_REPEAT_DOC = "The maximum number of fires."; public static final Integer CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_REPEAT_DEFAULT = null; public static final String CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_DELAY_CONF = "camel.kamelet.splunk-source.delay"; public static final String CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_DELAY_DOC = "The number of milliseconds before the next poll."; public static final Integer CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_DELAY_DEFAULT = null; public static final String CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_QUERY_CONF = "camel.kamelet.splunk-source.query"; public static final String CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_QUERY_DOC = "The Splunk query to run."; public static final String CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_QUERY_DEFAULT = null; public static final String CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_EARLIEST_TIME_CONF = "camel.kamelet.splunk-source.earliestTime"; public static final String CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_EARLIEST_TIME_DOC = "Earliest time of the search time window. Example: 05/17/22 08:35:46:456"; public static final String CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_EARLIEST_TIME_DEFAULT = null; public static final String CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_INIT_EARLIEST_TIME_CONF = "camel.kamelet.splunk-source.initEarliestTime"; public static final String CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_INIT_EARLIEST_TIME_DOC = "Initial start offset of the first search. Example: 05/17/22 08:35:46:456"; public static final String CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_INIT_EARLIEST_TIME_DEFAULT = null; public static final String CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_LATEST_TIME_CONF = "camel.kamelet.splunk-source.latestTime"; public static final String CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_LATEST_TIME_DOC = "Latest time of the search time window. Example: 05/17/22 08:35:46:456"; public static final String CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_LATEST_TIME_DEFAULT = null; public CamelSplunksourceSourceConnectorConfig( ConfigDef config, Map<String, String> parsedConfig) { super(config, parsedConfig); } public CamelSplunksourceSourceConnectorConfig( Map<String, String> parsedConfig) { this(conf(), parsedConfig); } public static ConfigDef conf() { ConfigDef conf = new ConfigDef(CamelSourceConnectorConfig.conf()); conf.define(CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_SERVER_HOSTNAME_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_SERVER_HOSTNAME_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_SERVER_HOSTNAME_DOC); conf.define(CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_SERVER_PORT_CONF, ConfigDef.Type.INT, CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_SERVER_PORT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_SERVER_PORT_DOC); conf.define(CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_USERNAME_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_USERNAME_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_USERNAME_DOC); conf.define(CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_PASSWORD_CONF, ConfigDef.Type.PASSWORD, CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_PASSWORD_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_PASSWORD_DOC); conf.define(CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_INDEX_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_INDEX_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_INDEX_DOC); conf.define(CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_PROTOCOL_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_PROTOCOL_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_PROTOCOL_DOC); conf.define(CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_SOURCE_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_SOURCE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_SOURCE_DOC); conf.define(CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_SOURCE_TYPE_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_SOURCE_TYPE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_SOURCE_TYPE_DOC); conf.define(CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_APP_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_APP_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_APP_DOC); conf.define(CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_CONNECTION_TIMEOUT_CONF, ConfigDef.Type.INT, CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_CONNECTION_TIMEOUT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_CONNECTION_TIMEOUT_DOC); conf.define(CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_COUNT_CONF, ConfigDef.Type.INT, CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_COUNT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_COUNT_DOC); conf.define(CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_REPEAT_CONF, ConfigDef.Type.INT, CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_REPEAT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_REPEAT_DOC); conf.define(CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_DELAY_CONF, ConfigDef.Type.INT, CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_DELAY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_DELAY_DOC); conf.define(CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_QUERY_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_QUERY_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_QUERY_DOC); conf.define(CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_EARLIEST_TIME_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_EARLIEST_TIME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_EARLIEST_TIME_DOC); conf.define(CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_INIT_EARLIEST_TIME_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_INIT_EARLIEST_TIME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_INIT_EARLIEST_TIME_DOC); conf.define(CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_LATEST_TIME_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_LATEST_TIME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_SPLUNKSOURCE_KAMELET_LATEST_TIME_DOC); return conf; } }
8,838
0
Create_ds/camel-kafka-connector/connectors/camel-splunk-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-splunk-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/splunksource/CamelSplunksourceSourceTask.java
/* * 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.kafkaconnector.splunksource; import java.util.HashMap; import java.util.Map; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSourceConnectorConfig; import org.apache.camel.kafkaconnector.CamelSourceTask; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelSplunksourceSourceTask extends CamelSourceTask { @Override protected CamelSourceConnectorConfig getCamelSourceConnectorConfig( Map<String, String> props) { return new CamelSplunksourceSourceConnectorConfig(props); } @Override protected String getSourceKamelet() { return "kamelet:splunk-source"; } }
8,839
0
Create_ds/camel-kafka-connector/connectors/camel-aws-s3-streaming-upload-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-aws-s3-streaming-upload-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awss3streaminguploadsink/CamelAwss3streaminguploadsinkSinkTask.java
/* * 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.kafkaconnector.awss3streaminguploadsink; import java.util.HashMap; import java.util.Map; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSinkConnectorConfig; import org.apache.camel.kafkaconnector.CamelSinkTask; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelAwss3streaminguploadsinkSinkTask extends CamelSinkTask { @Override protected CamelSinkConnectorConfig getCamelSinkConnectorConfig( Map<String, String> props) { return new CamelAwss3streaminguploadsinkSinkConnectorConfig(props); } @Override protected String getSinkKamelet() { return "kamelet:aws-s3-streaming-upload-sink"; } }
8,840
0
Create_ds/camel-kafka-connector/connectors/camel-aws-s3-streaming-upload-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-aws-s3-streaming-upload-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awss3streaminguploadsink/CamelAwss3streaminguploadsinkSinkConnectorConfig.java
/* * 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.kafkaconnector.awss3streaminguploadsink; import java.util.Map; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSinkConnectorConfig; import org.apache.kafka.common.config.ConfigDef; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelAwss3streaminguploadsinkSinkConnectorConfig extends CamelSinkConnectorConfig { public static final String CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_BUCKET_NAME_OR_ARN_CONF = "camel.kamelet.aws-s3-streaming-upload-sink.bucketNameOrArn"; public static final String CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_BUCKET_NAME_OR_ARN_DOC = "The S3 Bucket name or Amazon Resource Name (ARN).."; public static final String CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_BUCKET_NAME_OR_ARN_DEFAULT = null; public static final String CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_ACCESS_KEY_CONF = "camel.kamelet.aws-s3-streaming-upload-sink.accessKey"; public static final String CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_ACCESS_KEY_DOC = "The access key obtained from AWS."; public static final String CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_ACCESS_KEY_DEFAULT = null; public static final String CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_SECRET_KEY_CONF = "camel.kamelet.aws-s3-streaming-upload-sink.secretKey"; public static final String CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_SECRET_KEY_DOC = "The secret key obtained from AWS."; public static final String CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_SECRET_KEY_DEFAULT = null; public static final String CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_REGION_CONF = "camel.kamelet.aws-s3-streaming-upload-sink.region"; public static final String CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_REGION_DOC = "The AWS region to access."; public static final String CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_REGION_DEFAULT = null; public static final String CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_AUTO_CREATE_BUCKET_CONF = "camel.kamelet.aws-s3-streaming-upload-sink.autoCreateBucket"; public static final String CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_AUTO_CREATE_BUCKET_DOC = "Setting the autocreation of the S3 bucket bucketName."; public static final Boolean CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_AUTO_CREATE_BUCKET_DEFAULT = false; public static final String CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_RESTARTING_POLICY_CONF = "camel.kamelet.aws-s3-streaming-upload-sink.restartingPolicy"; public static final String CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_RESTARTING_POLICY_DOC = "The restarting policy to use in streaming upload mode. There are 2 enums and the value can be one of override, lastPart"; public static final String CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_RESTARTING_POLICY_DEFAULT = "lastPart"; public static final String CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_BATCH_MESSAGE_NUMBER_CONF = "camel.kamelet.aws-s3-streaming-upload-sink.batchMessageNumber"; public static final String CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_BATCH_MESSAGE_NUMBER_DOC = "The number of messages composing a batch in streaming upload mode"; public static final Integer CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_BATCH_MESSAGE_NUMBER_DEFAULT = 10; public static final String CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_BATCH_SIZE_CONF = "camel.kamelet.aws-s3-streaming-upload-sink.batchSize"; public static final String CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_BATCH_SIZE_DOC = "The batch size (in bytes) in streaming upload mode"; public static final Integer CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_BATCH_SIZE_DEFAULT = 1000000; public static final String CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_STREAMING_UPLOAD_TIMEOUT_CONF = "camel.kamelet.aws-s3-streaming-upload-sink.streamingUploadTimeout"; public static final String CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_STREAMING_UPLOAD_TIMEOUT_DOC = "While streaming upload mode is true, this option set the timeout to complete upload"; public static final Integer CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_STREAMING_UPLOAD_TIMEOUT_DEFAULT = null; public static final String CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_NAMING_STRATEGY_CONF = "camel.kamelet.aws-s3-streaming-upload-sink.namingStrategy"; public static final String CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_NAMING_STRATEGY_DOC = "The naming strategy to use in streaming upload mode. There are 2 enums and the value can be one of progressive, random"; public static final String CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_NAMING_STRATEGY_DEFAULT = "progressive"; public static final String CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_KEY_NAME_CONF = "camel.kamelet.aws-s3-streaming-upload-sink.keyName"; public static final String CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_KEY_NAME_DOC = "Setting the key name for an element in the bucket through endpoint parameter. In Streaming Upload, with the default configuration, this will be the base for the progressive creation of files."; public static final String CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_KEY_NAME_DEFAULT = null; public static final String CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_USE_DEFAULT_CREDENTIALS_PROVIDER_CONF = "camel.kamelet.aws-s3-streaming-upload-sink.useDefaultCredentialsProvider"; public static final String CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_USE_DEFAULT_CREDENTIALS_PROVIDER_DOC = "Set whether the S3 client should expect to load credentials through a default credentials provider or to expect static credentials to be passed in."; public static final Boolean CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_USE_DEFAULT_CREDENTIALS_PROVIDER_DEFAULT = false; public static final String CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_URI_ENDPOINT_OVERRIDE_CONF = "camel.kamelet.aws-s3-streaming-upload-sink.uriEndpointOverride"; public static final String CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_URI_ENDPOINT_OVERRIDE_DOC = "The overriding endpoint URI. To use this option, you must also select the `overrideEndpoint` option."; public static final String CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_URI_ENDPOINT_OVERRIDE_DEFAULT = null; public static final String CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_OVERRIDE_ENDPOINT_CONF = "camel.kamelet.aws-s3-streaming-upload-sink.overrideEndpoint"; public static final String CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_OVERRIDE_ENDPOINT_DOC = "Select this option to override the endpoint URI. To use this option, you must also provide a URI for the `uriEndpointOverride` option."; public static final Boolean CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_OVERRIDE_ENDPOINT_DEFAULT = false; public CamelAwss3streaminguploadsinkSinkConnectorConfig( ConfigDef config, Map<String, String> parsedConfig) { super(config, parsedConfig); } public CamelAwss3streaminguploadsinkSinkConnectorConfig( Map<String, String> parsedConfig) { this(conf(), parsedConfig); } public static ConfigDef conf() { ConfigDef conf = new ConfigDef(CamelSinkConnectorConfig.conf()); conf.define(CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_BUCKET_NAME_OR_ARN_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_BUCKET_NAME_OR_ARN_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_BUCKET_NAME_OR_ARN_DOC); conf.define(CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_ACCESS_KEY_CONF, ConfigDef.Type.PASSWORD, CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_ACCESS_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_ACCESS_KEY_DOC); conf.define(CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_SECRET_KEY_CONF, ConfigDef.Type.PASSWORD, CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_SECRET_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_SECRET_KEY_DOC); conf.define(CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_REGION_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_REGION_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_REGION_DOC); conf.define(CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_AUTO_CREATE_BUCKET_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_AUTO_CREATE_BUCKET_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_AUTO_CREATE_BUCKET_DOC); conf.define(CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_RESTARTING_POLICY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_RESTARTING_POLICY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_RESTARTING_POLICY_DOC); conf.define(CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_BATCH_MESSAGE_NUMBER_CONF, ConfigDef.Type.INT, CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_BATCH_MESSAGE_NUMBER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_BATCH_MESSAGE_NUMBER_DOC); conf.define(CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_BATCH_SIZE_CONF, ConfigDef.Type.INT, CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_BATCH_SIZE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_BATCH_SIZE_DOC); conf.define(CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_STREAMING_UPLOAD_TIMEOUT_CONF, ConfigDef.Type.INT, CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_STREAMING_UPLOAD_TIMEOUT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_STREAMING_UPLOAD_TIMEOUT_DOC); conf.define(CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_NAMING_STRATEGY_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_NAMING_STRATEGY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_NAMING_STRATEGY_DOC); conf.define(CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_KEY_NAME_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_KEY_NAME_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_KEY_NAME_DOC); conf.define(CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_USE_DEFAULT_CREDENTIALS_PROVIDER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_USE_DEFAULT_CREDENTIALS_PROVIDER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_USE_DEFAULT_CREDENTIALS_PROVIDER_DOC); conf.define(CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_URI_ENDPOINT_OVERRIDE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_URI_ENDPOINT_OVERRIDE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_URI_ENDPOINT_OVERRIDE_DOC); conf.define(CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_OVERRIDE_ENDPOINT_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_OVERRIDE_ENDPOINT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSS3STREAMINGUPLOADSINK_KAMELET_OVERRIDE_ENDPOINT_DOC); return conf; } }
8,841
0
Create_ds/camel-kafka-connector/connectors/camel-aws-s3-streaming-upload-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-aws-s3-streaming-upload-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awss3streaminguploadsink/CamelAwss3streaminguploadsinkSinkConnector.java
/* * 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.kafkaconnector.awss3streaminguploadsink; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSinkConnector; import org.apache.kafka.common.config.ConfigDef; import org.apache.kafka.connect.connector.Task; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelAwss3streaminguploadsinkSinkConnector extends CamelSinkConnector { @Override public ConfigDef config() { return CamelAwss3streaminguploadsinkSinkConnectorConfig.conf(); } @Override public Class<? extends Task> taskClass() { return CamelAwss3streaminguploadsinkSinkTask.class; } }
8,842
0
Create_ds/camel-kafka-connector/connectors/camel-timer-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-timer-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/timersource/CamelTimersourceSourceConnector.java
/* * 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.kafkaconnector.timersource; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSourceConnector; import org.apache.kafka.common.config.ConfigDef; import org.apache.kafka.connect.connector.Task; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelTimersourceSourceConnector extends CamelSourceConnector { @Override public ConfigDef config() { return CamelTimersourceSourceConnectorConfig.conf(); } @Override public Class<? extends Task> taskClass() { return CamelTimersourceSourceTask.class; } }
8,843
0
Create_ds/camel-kafka-connector/connectors/camel-timer-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-timer-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/timersource/CamelTimersourceSourceTask.java
/* * 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.kafkaconnector.timersource; import java.util.HashMap; import java.util.Map; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSourceConnectorConfig; import org.apache.camel.kafkaconnector.CamelSourceTask; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelTimersourceSourceTask extends CamelSourceTask { @Override protected CamelSourceConnectorConfig getCamelSourceConnectorConfig( Map<String, String> props) { return new CamelTimersourceSourceConnectorConfig(props); } @Override protected String getSourceKamelet() { return "kamelet:timer-source"; } }
8,844
0
Create_ds/camel-kafka-connector/connectors/camel-timer-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-timer-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/timersource/CamelTimersourceSourceConnectorConfig.java
/* * 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.kafkaconnector.timersource; import java.util.Map; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSourceConnectorConfig; import org.apache.kafka.common.config.ConfigDef; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelTimersourceSourceConnectorConfig extends CamelSourceConnectorConfig { public static final String CAMEL_SOURCE_TIMERSOURCE_KAMELET_PERIOD_CONF = "camel.kamelet.timer-source.period"; public static final String CAMEL_SOURCE_TIMERSOURCE_KAMELET_PERIOD_DOC = "The interval (in milliseconds) to wait between producing the next message."; public static final Integer CAMEL_SOURCE_TIMERSOURCE_KAMELET_PERIOD_DEFAULT = 1000; public static final String CAMEL_SOURCE_TIMERSOURCE_KAMELET_MESSAGE_CONF = "camel.kamelet.timer-source.message"; public static final String CAMEL_SOURCE_TIMERSOURCE_KAMELET_MESSAGE_DOC = "The message to generate. Example: hello world"; public static final String CAMEL_SOURCE_TIMERSOURCE_KAMELET_MESSAGE_DEFAULT = null; public static final String CAMEL_SOURCE_TIMERSOURCE_KAMELET_CONTENT_TYPE_CONF = "camel.kamelet.timer-source.contentType"; public static final String CAMEL_SOURCE_TIMERSOURCE_KAMELET_CONTENT_TYPE_DOC = "The content type of the generated message."; public static final String CAMEL_SOURCE_TIMERSOURCE_KAMELET_CONTENT_TYPE_DEFAULT = "text/plain"; public static final String CAMEL_SOURCE_TIMERSOURCE_KAMELET_REPEAT_COUNT_CONF = "camel.kamelet.timer-source.repeatCount"; public static final String CAMEL_SOURCE_TIMERSOURCE_KAMELET_REPEAT_COUNT_DOC = "Specifies a maximum limit of number of fires"; public static final Integer CAMEL_SOURCE_TIMERSOURCE_KAMELET_REPEAT_COUNT_DEFAULT = null; public CamelTimersourceSourceConnectorConfig( ConfigDef config, Map<String, String> parsedConfig) { super(config, parsedConfig); } public CamelTimersourceSourceConnectorConfig( Map<String, String> parsedConfig) { this(conf(), parsedConfig); } public static ConfigDef conf() { ConfigDef conf = new ConfigDef(CamelSourceConnectorConfig.conf()); conf.define(CAMEL_SOURCE_TIMERSOURCE_KAMELET_PERIOD_CONF, ConfigDef.Type.INT, CAMEL_SOURCE_TIMERSOURCE_KAMELET_PERIOD_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_TIMERSOURCE_KAMELET_PERIOD_DOC); conf.define(CAMEL_SOURCE_TIMERSOURCE_KAMELET_MESSAGE_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_TIMERSOURCE_KAMELET_MESSAGE_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SOURCE_TIMERSOURCE_KAMELET_MESSAGE_DOC); conf.define(CAMEL_SOURCE_TIMERSOURCE_KAMELET_CONTENT_TYPE_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_TIMERSOURCE_KAMELET_CONTENT_TYPE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_TIMERSOURCE_KAMELET_CONTENT_TYPE_DOC); conf.define(CAMEL_SOURCE_TIMERSOURCE_KAMELET_REPEAT_COUNT_CONF, ConfigDef.Type.INT, CAMEL_SOURCE_TIMERSOURCE_KAMELET_REPEAT_COUNT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_TIMERSOURCE_KAMELET_REPEAT_COUNT_DOC); return conf; } }
8,845
0
Create_ds/camel-kafka-connector/connectors/camel-http-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-http-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/httpsink/CamelHttpsinkSinkConnectorConfig.java
/* * 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.kafkaconnector.httpsink; import java.util.Map; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSinkConnectorConfig; import org.apache.kafka.common.config.ConfigDef; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelHttpsinkSinkConnectorConfig extends CamelSinkConnectorConfig { public static final String CAMEL_SINK_HTTPSINK_KAMELET_URL_CONF = "camel.kamelet.http-sink.url"; public static final String CAMEL_SINK_HTTPSINK_KAMELET_URL_DOC = "The URL to which you want to send data. Example: https://my-service/path"; public static final String CAMEL_SINK_HTTPSINK_KAMELET_URL_DEFAULT = null; public static final String CAMEL_SINK_HTTPSINK_KAMELET_METHOD_CONF = "camel.kamelet.http-sink.method"; public static final String CAMEL_SINK_HTTPSINK_KAMELET_METHOD_DOC = "The HTTP method to use."; public static final String CAMEL_SINK_HTTPSINK_KAMELET_METHOD_DEFAULT = "POST"; public CamelHttpsinkSinkConnectorConfig( ConfigDef config, Map<String, String> parsedConfig) { super(config, parsedConfig); } public CamelHttpsinkSinkConnectorConfig(Map<String, String> parsedConfig) { this(conf(), parsedConfig); } public static ConfigDef conf() { ConfigDef conf = new ConfigDef(CamelSinkConnectorConfig.conf()); conf.define(CAMEL_SINK_HTTPSINK_KAMELET_URL_CONF, ConfigDef.Type.STRING, CAMEL_SINK_HTTPSINK_KAMELET_URL_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SINK_HTTPSINK_KAMELET_URL_DOC); conf.define(CAMEL_SINK_HTTPSINK_KAMELET_METHOD_CONF, ConfigDef.Type.STRING, CAMEL_SINK_HTTPSINK_KAMELET_METHOD_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_HTTPSINK_KAMELET_METHOD_DOC); return conf; } }
8,846
0
Create_ds/camel-kafka-connector/connectors/camel-http-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-http-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/httpsink/CamelHttpsinkSinkTask.java
/* * 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.kafkaconnector.httpsink; import java.util.HashMap; import java.util.Map; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSinkConnectorConfig; import org.apache.camel.kafkaconnector.CamelSinkTask; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelHttpsinkSinkTask extends CamelSinkTask { @Override protected CamelSinkConnectorConfig getCamelSinkConnectorConfig( Map<String, String> props) { return new CamelHttpsinkSinkConnectorConfig(props); } @Override protected String getSinkKamelet() { return "kamelet:http-sink"; } }
8,847
0
Create_ds/camel-kafka-connector/connectors/camel-http-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-http-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/httpsink/CamelHttpsinkSinkConnector.java
/* * 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.kafkaconnector.httpsink; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSinkConnector; import org.apache.kafka.common.config.ConfigDef; import org.apache.kafka.connect.connector.Task; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelHttpsinkSinkConnector extends CamelSinkConnector { @Override public ConfigDef config() { return CamelHttpsinkSinkConnectorConfig.conf(); } @Override public Class<? extends Task> taskClass() { return CamelHttpsinkSinkTask.class; } }
8,848
0
Create_ds/camel-kafka-connector/connectors/camel-kafka-not-secured-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-kafka-not-secured-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/kafkanotsecuredsink/CamelKafkanotsecuredsinkSinkConnector.java
/* * 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.kafkaconnector.kafkanotsecuredsink; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSinkConnector; import org.apache.kafka.common.config.ConfigDef; import org.apache.kafka.connect.connector.Task; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelKafkanotsecuredsinkSinkConnector extends CamelSinkConnector { @Override public ConfigDef config() { return CamelKafkanotsecuredsinkSinkConnectorConfig.conf(); } @Override public Class<? extends Task> taskClass() { return CamelKafkanotsecuredsinkSinkTask.class; } }
8,849
0
Create_ds/camel-kafka-connector/connectors/camel-kafka-not-secured-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-kafka-not-secured-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/kafkanotsecuredsink/CamelKafkanotsecuredsinkSinkTask.java
/* * 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.kafkaconnector.kafkanotsecuredsink; import java.util.HashMap; import java.util.Map; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSinkConnectorConfig; import org.apache.camel.kafkaconnector.CamelSinkTask; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelKafkanotsecuredsinkSinkTask extends CamelSinkTask { @Override protected CamelSinkConnectorConfig getCamelSinkConnectorConfig( Map<String, String> props) { return new CamelKafkanotsecuredsinkSinkConnectorConfig(props); } @Override protected String getSinkKamelet() { return "kamelet:kafka-not-secured-sink"; } }
8,850
0
Create_ds/camel-kafka-connector/connectors/camel-kafka-not-secured-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-kafka-not-secured-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/kafkanotsecuredsink/CamelKafkanotsecuredsinkSinkConnectorConfig.java
/* * 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.kafkaconnector.kafkanotsecuredsink; import java.util.Map; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSinkConnectorConfig; import org.apache.kafka.common.config.ConfigDef; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelKafkanotsecuredsinkSinkConnectorConfig extends CamelSinkConnectorConfig { public static final String CAMEL_SINK_KAFKANOTSECUREDSINK_KAMELET_TOPIC_CONF = "camel.kamelet.kafka-not-secured-sink.topic"; public static final String CAMEL_SINK_KAFKANOTSECUREDSINK_KAMELET_TOPIC_DOC = "Comma separated list of Kafka topic names"; public static final String CAMEL_SINK_KAFKANOTSECUREDSINK_KAMELET_TOPIC_DEFAULT = null; public static final String CAMEL_SINK_KAFKANOTSECUREDSINK_KAMELET_BOOTSTRAP_SERVERS_CONF = "camel.kamelet.kafka-not-secured-sink.bootstrapServers"; public static final String CAMEL_SINK_KAFKANOTSECUREDSINK_KAMELET_BOOTSTRAP_SERVERS_DOC = "Comma separated list of Kafka Broker URLs"; public static final String CAMEL_SINK_KAFKANOTSECUREDSINK_KAMELET_BOOTSTRAP_SERVERS_DEFAULT = null; public CamelKafkanotsecuredsinkSinkConnectorConfig( ConfigDef config, Map<String, String> parsedConfig) { super(config, parsedConfig); } public CamelKafkanotsecuredsinkSinkConnectorConfig( Map<String, String> parsedConfig) { this(conf(), parsedConfig); } public static ConfigDef conf() { ConfigDef conf = new ConfigDef(CamelSinkConnectorConfig.conf()); conf.define(CAMEL_SINK_KAFKANOTSECUREDSINK_KAMELET_TOPIC_CONF, ConfigDef.Type.STRING, CAMEL_SINK_KAFKANOTSECUREDSINK_KAMELET_TOPIC_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SINK_KAFKANOTSECUREDSINK_KAMELET_TOPIC_DOC); conf.define(CAMEL_SINK_KAFKANOTSECUREDSINK_KAMELET_BOOTSTRAP_SERVERS_CONF, ConfigDef.Type.STRING, CAMEL_SINK_KAFKANOTSECUREDSINK_KAMELET_BOOTSTRAP_SERVERS_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SINK_KAFKANOTSECUREDSINK_KAMELET_BOOTSTRAP_SERVERS_DOC); return conf; } }
8,851
0
Create_ds/camel-kafka-connector/connectors/camel-jms-ibm-mq-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-jms-ibm-mq-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jmsibmmqsink/CamelJmsibmmqsinkSinkConnectorConfig.java
/* * 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.kafkaconnector.jmsibmmqsink; import java.util.Map; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSinkConnectorConfig; import org.apache.kafka.common.config.ConfigDef; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelJmsibmmqsinkSinkConnectorConfig extends CamelSinkConnectorConfig { public static final String CAMEL_SINK_JMSIBMMQSINK_KAMELET_SERVER_NAME_CONF = "camel.kamelet.jms-ibm-mq-sink.serverName"; public static final String CAMEL_SINK_JMSIBMMQSINK_KAMELET_SERVER_NAME_DOC = "IBM MQ Server name or address"; public static final String CAMEL_SINK_JMSIBMMQSINK_KAMELET_SERVER_NAME_DEFAULT = null; public static final String CAMEL_SINK_JMSIBMMQSINK_KAMELET_SERVER_PORT_CONF = "camel.kamelet.jms-ibm-mq-sink.serverPort"; public static final String CAMEL_SINK_JMSIBMMQSINK_KAMELET_SERVER_PORT_DOC = "IBM MQ Server port"; public static final Integer CAMEL_SINK_JMSIBMMQSINK_KAMELET_SERVER_PORT_DEFAULT = 1414; public static final String CAMEL_SINK_JMSIBMMQSINK_KAMELET_DESTINATION_TYPE_CONF = "camel.kamelet.jms-ibm-mq-sink.destinationType"; public static final String CAMEL_SINK_JMSIBMMQSINK_KAMELET_DESTINATION_TYPE_DOC = "The JMS destination type (queue or topic)"; public static final String CAMEL_SINK_JMSIBMMQSINK_KAMELET_DESTINATION_TYPE_DEFAULT = "queue"; public static final String CAMEL_SINK_JMSIBMMQSINK_KAMELET_DESTINATION_NAME_CONF = "camel.kamelet.jms-ibm-mq-sink.destinationName"; public static final String CAMEL_SINK_JMSIBMMQSINK_KAMELET_DESTINATION_NAME_DOC = "The destination name"; public static final String CAMEL_SINK_JMSIBMMQSINK_KAMELET_DESTINATION_NAME_DEFAULT = null; public static final String CAMEL_SINK_JMSIBMMQSINK_KAMELET_QUEUE_MANAGER_CONF = "camel.kamelet.jms-ibm-mq-sink.queueManager"; public static final String CAMEL_SINK_JMSIBMMQSINK_KAMELET_QUEUE_MANAGER_DOC = "Name of the IBM MQ Queue Manager"; public static final String CAMEL_SINK_JMSIBMMQSINK_KAMELET_QUEUE_MANAGER_DEFAULT = null; public static final String CAMEL_SINK_JMSIBMMQSINK_KAMELET_CHANNEL_CONF = "camel.kamelet.jms-ibm-mq-sink.channel"; public static final String CAMEL_SINK_JMSIBMMQSINK_KAMELET_CHANNEL_DOC = "Name of the IBM MQ Channel"; public static final String CAMEL_SINK_JMSIBMMQSINK_KAMELET_CHANNEL_DEFAULT = null; public static final String CAMEL_SINK_JMSIBMMQSINK_KAMELET_CLIENT_ID_CONF = "camel.kamelet.jms-ibm-mq-sink.clientId"; public static final String CAMEL_SINK_JMSIBMMQSINK_KAMELET_CLIENT_ID_DOC = "Name of the IBM MQ Client ID"; public static final String CAMEL_SINK_JMSIBMMQSINK_KAMELET_CLIENT_ID_DEFAULT = null; public static final String CAMEL_SINK_JMSIBMMQSINK_KAMELET_USERNAME_CONF = "camel.kamelet.jms-ibm-mq-sink.username"; public static final String CAMEL_SINK_JMSIBMMQSINK_KAMELET_USERNAME_DOC = "Username to authenticate to IBM MQ server"; public static final String CAMEL_SINK_JMSIBMMQSINK_KAMELET_USERNAME_DEFAULT = null; public static final String CAMEL_SINK_JMSIBMMQSINK_KAMELET_PASSWORD_CONF = "camel.kamelet.jms-ibm-mq-sink.password"; public static final String CAMEL_SINK_JMSIBMMQSINK_KAMELET_PASSWORD_DOC = "Password to authenticate to IBM MQ server"; public static final String CAMEL_SINK_JMSIBMMQSINK_KAMELET_PASSWORD_DEFAULT = null; public static final String CAMEL_SINK_JMSIBMMQSINK_KAMELET_SSL_CIPHER_SUITE_CONF = "camel.kamelet.jms-ibm-mq-sink.sslCipherSuite"; public static final String CAMEL_SINK_JMSIBMMQSINK_KAMELET_SSL_CIPHER_SUITE_DOC = "CipherSuite to use for enabling TLS"; public static final String CAMEL_SINK_JMSIBMMQSINK_KAMELET_SSL_CIPHER_SUITE_DEFAULT = null; public CamelJmsibmmqsinkSinkConnectorConfig( ConfigDef config, Map<String, String> parsedConfig) { super(config, parsedConfig); } public CamelJmsibmmqsinkSinkConnectorConfig(Map<String, String> parsedConfig) { this(conf(), parsedConfig); } public static ConfigDef conf() { ConfigDef conf = new ConfigDef(CamelSinkConnectorConfig.conf()); conf.define(CAMEL_SINK_JMSIBMMQSINK_KAMELET_SERVER_NAME_CONF, ConfigDef.Type.STRING, CAMEL_SINK_JMSIBMMQSINK_KAMELET_SERVER_NAME_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SINK_JMSIBMMQSINK_KAMELET_SERVER_NAME_DOC); conf.define(CAMEL_SINK_JMSIBMMQSINK_KAMELET_SERVER_PORT_CONF, ConfigDef.Type.INT, CAMEL_SINK_JMSIBMMQSINK_KAMELET_SERVER_PORT_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SINK_JMSIBMMQSINK_KAMELET_SERVER_PORT_DOC); conf.define(CAMEL_SINK_JMSIBMMQSINK_KAMELET_DESTINATION_TYPE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_JMSIBMMQSINK_KAMELET_DESTINATION_TYPE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JMSIBMMQSINK_KAMELET_DESTINATION_TYPE_DOC); conf.define(CAMEL_SINK_JMSIBMMQSINK_KAMELET_DESTINATION_NAME_CONF, ConfigDef.Type.STRING, CAMEL_SINK_JMSIBMMQSINK_KAMELET_DESTINATION_NAME_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SINK_JMSIBMMQSINK_KAMELET_DESTINATION_NAME_DOC); conf.define(CAMEL_SINK_JMSIBMMQSINK_KAMELET_QUEUE_MANAGER_CONF, ConfigDef.Type.STRING, CAMEL_SINK_JMSIBMMQSINK_KAMELET_QUEUE_MANAGER_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SINK_JMSIBMMQSINK_KAMELET_QUEUE_MANAGER_DOC); conf.define(CAMEL_SINK_JMSIBMMQSINK_KAMELET_CHANNEL_CONF, ConfigDef.Type.STRING, CAMEL_SINK_JMSIBMMQSINK_KAMELET_CHANNEL_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SINK_JMSIBMMQSINK_KAMELET_CHANNEL_DOC); conf.define(CAMEL_SINK_JMSIBMMQSINK_KAMELET_CLIENT_ID_CONF, ConfigDef.Type.STRING, CAMEL_SINK_JMSIBMMQSINK_KAMELET_CLIENT_ID_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JMSIBMMQSINK_KAMELET_CLIENT_ID_DOC); conf.define(CAMEL_SINK_JMSIBMMQSINK_KAMELET_USERNAME_CONF, ConfigDef.Type.STRING, CAMEL_SINK_JMSIBMMQSINK_KAMELET_USERNAME_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SINK_JMSIBMMQSINK_KAMELET_USERNAME_DOC); conf.define(CAMEL_SINK_JMSIBMMQSINK_KAMELET_PASSWORD_CONF, ConfigDef.Type.PASSWORD, CAMEL_SINK_JMSIBMMQSINK_KAMELET_PASSWORD_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SINK_JMSIBMMQSINK_KAMELET_PASSWORD_DOC); conf.define(CAMEL_SINK_JMSIBMMQSINK_KAMELET_SSL_CIPHER_SUITE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_JMSIBMMQSINK_KAMELET_SSL_CIPHER_SUITE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JMSIBMMQSINK_KAMELET_SSL_CIPHER_SUITE_DOC); return conf; } }
8,852
0
Create_ds/camel-kafka-connector/connectors/camel-jms-ibm-mq-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-jms-ibm-mq-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jmsibmmqsink/CamelJmsibmmqsinkSinkConnector.java
/* * 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.kafkaconnector.jmsibmmqsink; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSinkConnector; import org.apache.kafka.common.config.ConfigDef; import org.apache.kafka.connect.connector.Task; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelJmsibmmqsinkSinkConnector extends CamelSinkConnector { @Override public ConfigDef config() { return CamelJmsibmmqsinkSinkConnectorConfig.conf(); } @Override public Class<? extends Task> taskClass() { return CamelJmsibmmqsinkSinkTask.class; } }
8,853
0
Create_ds/camel-kafka-connector/connectors/camel-jms-ibm-mq-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-jms-ibm-mq-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jmsibmmqsink/CamelJmsibmmqsinkSinkTask.java
/* * 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.kafkaconnector.jmsibmmqsink; import java.util.HashMap; import java.util.Map; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSinkConnectorConfig; import org.apache.camel.kafkaconnector.CamelSinkTask; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelJmsibmmqsinkSinkTask extends CamelSinkTask { @Override protected CamelSinkConnectorConfig getCamelSinkConnectorConfig( Map<String, String> props) { return new CamelJmsibmmqsinkSinkConnectorConfig(props); } @Override protected String getSinkKamelet() { return "kamelet:jms-ibm-mq-sink"; } }
8,854
0
Create_ds/camel-kafka-connector/connectors/camel-aws-lambda-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-aws-lambda-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awslambdasink/CamelAwslambdasinkSinkConnector.java
/* * 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.kafkaconnector.awslambdasink; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSinkConnector; import org.apache.kafka.common.config.ConfigDef; import org.apache.kafka.connect.connector.Task; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelAwslambdasinkSinkConnector extends CamelSinkConnector { @Override public ConfigDef config() { return CamelAwslambdasinkSinkConnectorConfig.conf(); } @Override public Class<? extends Task> taskClass() { return CamelAwslambdasinkSinkTask.class; } }
8,855
0
Create_ds/camel-kafka-connector/connectors/camel-aws-lambda-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-aws-lambda-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awslambdasink/CamelAwslambdasinkSinkTask.java
/* * 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.kafkaconnector.awslambdasink; import java.util.HashMap; import java.util.Map; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSinkConnectorConfig; import org.apache.camel.kafkaconnector.CamelSinkTask; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelAwslambdasinkSinkTask extends CamelSinkTask { @Override protected CamelSinkConnectorConfig getCamelSinkConnectorConfig( Map<String, String> props) { return new CamelAwslambdasinkSinkConnectorConfig(props); } @Override protected String getSinkKamelet() { return "kamelet:aws-lambda-sink"; } }
8,856
0
Create_ds/camel-kafka-connector/connectors/camel-aws-lambda-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-aws-lambda-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awslambdasink/CamelAwslambdasinkSinkConnectorConfig.java
/* * 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.kafkaconnector.awslambdasink; import java.util.Map; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSinkConnectorConfig; import org.apache.kafka.common.config.ConfigDef; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelAwslambdasinkSinkConnectorConfig extends CamelSinkConnectorConfig { public static final String CAMEL_SINK_AWSLAMBDASINK_KAMELET_FUNCTION_CONF = "camel.kamelet.aws-lambda-sink.function"; public static final String CAMEL_SINK_AWSLAMBDASINK_KAMELET_FUNCTION_DOC = "The Lambda Function name."; public static final String CAMEL_SINK_AWSLAMBDASINK_KAMELET_FUNCTION_DEFAULT = null; public static final String CAMEL_SINK_AWSLAMBDASINK_KAMELET_ACCESS_KEY_CONF = "camel.kamelet.aws-lambda-sink.accessKey"; public static final String CAMEL_SINK_AWSLAMBDASINK_KAMELET_ACCESS_KEY_DOC = "The access key obtained from AWS."; public static final String CAMEL_SINK_AWSLAMBDASINK_KAMELET_ACCESS_KEY_DEFAULT = null; public static final String CAMEL_SINK_AWSLAMBDASINK_KAMELET_SECRET_KEY_CONF = "camel.kamelet.aws-lambda-sink.secretKey"; public static final String CAMEL_SINK_AWSLAMBDASINK_KAMELET_SECRET_KEY_DOC = "The secret key obtained from AWS."; public static final String CAMEL_SINK_AWSLAMBDASINK_KAMELET_SECRET_KEY_DEFAULT = null; public static final String CAMEL_SINK_AWSLAMBDASINK_KAMELET_REGION_CONF = "camel.kamelet.aws-lambda-sink.region"; public static final String CAMEL_SINK_AWSLAMBDASINK_KAMELET_REGION_DOC = "The AWS region to access."; public static final String CAMEL_SINK_AWSLAMBDASINK_KAMELET_REGION_DEFAULT = null; public static final String CAMEL_SINK_AWSLAMBDASINK_KAMELET_USE_DEFAULT_CREDENTIALS_PROVIDER_CONF = "camel.kamelet.aws-lambda-sink.useDefaultCredentialsProvider"; public static final String CAMEL_SINK_AWSLAMBDASINK_KAMELET_USE_DEFAULT_CREDENTIALS_PROVIDER_DOC = "If true, the Lambda client loads credentials through a default credentials provider. If false, it uses the basic authentication method (access key and secret key)."; public static final Boolean CAMEL_SINK_AWSLAMBDASINK_KAMELET_USE_DEFAULT_CREDENTIALS_PROVIDER_DEFAULT = false; public CamelAwslambdasinkSinkConnectorConfig( ConfigDef config, Map<String, String> parsedConfig) { super(config, parsedConfig); } public CamelAwslambdasinkSinkConnectorConfig( Map<String, String> parsedConfig) { this(conf(), parsedConfig); } public static ConfigDef conf() { ConfigDef conf = new ConfigDef(CamelSinkConnectorConfig.conf()); conf.define(CAMEL_SINK_AWSLAMBDASINK_KAMELET_FUNCTION_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSLAMBDASINK_KAMELET_FUNCTION_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SINK_AWSLAMBDASINK_KAMELET_FUNCTION_DOC); conf.define(CAMEL_SINK_AWSLAMBDASINK_KAMELET_ACCESS_KEY_CONF, ConfigDef.Type.PASSWORD, CAMEL_SINK_AWSLAMBDASINK_KAMELET_ACCESS_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSLAMBDASINK_KAMELET_ACCESS_KEY_DOC); conf.define(CAMEL_SINK_AWSLAMBDASINK_KAMELET_SECRET_KEY_CONF, ConfigDef.Type.PASSWORD, CAMEL_SINK_AWSLAMBDASINK_KAMELET_SECRET_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSLAMBDASINK_KAMELET_SECRET_KEY_DOC); conf.define(CAMEL_SINK_AWSLAMBDASINK_KAMELET_REGION_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSLAMBDASINK_KAMELET_REGION_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SINK_AWSLAMBDASINK_KAMELET_REGION_DOC); conf.define(CAMEL_SINK_AWSLAMBDASINK_KAMELET_USE_DEFAULT_CREDENTIALS_PROVIDER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWSLAMBDASINK_KAMELET_USE_DEFAULT_CREDENTIALS_PROVIDER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSLAMBDASINK_KAMELET_USE_DEFAULT_CREDENTIALS_PROVIDER_DOC); return conf; } }
8,857
0
Create_ds/camel-kafka-connector/connectors/camel-beer-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-beer-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/beersource/CamelBeersourceSourceConnectorConfig.java
/* * 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.kafkaconnector.beersource; import java.util.Map; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSourceConnectorConfig; import org.apache.kafka.common.config.ConfigDef; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelBeersourceSourceConnectorConfig extends CamelSourceConnectorConfig { public static final String CAMEL_SOURCE_BEERSOURCE_KAMELET_PERIOD_CONF = "camel.kamelet.beer-source.period"; public static final String CAMEL_SOURCE_BEERSOURCE_KAMELET_PERIOD_DOC = "The time interval between two events"; public static final Integer CAMEL_SOURCE_BEERSOURCE_KAMELET_PERIOD_DEFAULT = 5000; public CamelBeersourceSourceConnectorConfig( ConfigDef config, Map<String, String> parsedConfig) { super(config, parsedConfig); } public CamelBeersourceSourceConnectorConfig(Map<String, String> parsedConfig) { this(conf(), parsedConfig); } public static ConfigDef conf() { ConfigDef conf = new ConfigDef(CamelSourceConnectorConfig.conf()); conf.define(CAMEL_SOURCE_BEERSOURCE_KAMELET_PERIOD_CONF, ConfigDef.Type.INT, CAMEL_SOURCE_BEERSOURCE_KAMELET_PERIOD_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_BEERSOURCE_KAMELET_PERIOD_DOC); return conf; } }
8,858
0
Create_ds/camel-kafka-connector/connectors/camel-beer-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-beer-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/beersource/CamelBeersourceSourceTask.java
/* * 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.kafkaconnector.beersource; import java.util.HashMap; import java.util.Map; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSourceConnectorConfig; import org.apache.camel.kafkaconnector.CamelSourceTask; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelBeersourceSourceTask extends CamelSourceTask { @Override protected CamelSourceConnectorConfig getCamelSourceConnectorConfig( Map<String, String> props) { return new CamelBeersourceSourceConnectorConfig(props); } @Override protected String getSourceKamelet() { return "kamelet:beer-source"; } }
8,859
0
Create_ds/camel-kafka-connector/connectors/camel-beer-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-beer-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/beersource/CamelBeersourceSourceConnector.java
/* * 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.kafkaconnector.beersource; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSourceConnector; import org.apache.kafka.common.config.ConfigDef; import org.apache.kafka.connect.connector.Task; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelBeersourceSourceConnector extends CamelSourceConnector { @Override public ConfigDef config() { return CamelBeersourceSourceConnectorConfig.conf(); } @Override public Class<? extends Task> taskClass() { return CamelBeersourceSourceTask.class; } }
8,860
0
Create_ds/camel-kafka-connector/connectors/camel-ftps-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-ftps-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ftpssink/CamelFtpssinkSinkTask.java
/* * 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.kafkaconnector.ftpssink; import java.util.HashMap; import java.util.Map; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSinkConnectorConfig; import org.apache.camel.kafkaconnector.CamelSinkTask; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelFtpssinkSinkTask extends CamelSinkTask { @Override protected CamelSinkConnectorConfig getCamelSinkConnectorConfig( Map<String, String> props) { return new CamelFtpssinkSinkConnectorConfig(props); } @Override protected String getSinkKamelet() { return "kamelet:ftps-sink"; } }
8,861
0
Create_ds/camel-kafka-connector/connectors/camel-ftps-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-ftps-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ftpssink/CamelFtpssinkSinkConnectorConfig.java
/* * 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.kafkaconnector.ftpssink; import java.util.Map; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSinkConnectorConfig; import org.apache.kafka.common.config.ConfigDef; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelFtpssinkSinkConnectorConfig extends CamelSinkConnectorConfig { public static final String CAMEL_SINK_FTPSSINK_KAMELET_CONNECTION_HOST_CONF = "camel.kamelet.ftps-sink.connectionHost"; public static final String CAMEL_SINK_FTPSSINK_KAMELET_CONNECTION_HOST_DOC = "The hostname of the FTP server."; public static final String CAMEL_SINK_FTPSSINK_KAMELET_CONNECTION_HOST_DEFAULT = null; public static final String CAMEL_SINK_FTPSSINK_KAMELET_CONNECTION_PORT_CONF = "camel.kamelet.ftps-sink.connectionPort"; public static final String CAMEL_SINK_FTPSSINK_KAMELET_CONNECTION_PORT_DOC = "The port of the FTP server."; public static final String CAMEL_SINK_FTPSSINK_KAMELET_CONNECTION_PORT_DEFAULT = "21"; public static final String CAMEL_SINK_FTPSSINK_KAMELET_USERNAME_CONF = "camel.kamelet.ftps-sink.username"; public static final String CAMEL_SINK_FTPSSINK_KAMELET_USERNAME_DOC = "The username to access the FTP server."; public static final String CAMEL_SINK_FTPSSINK_KAMELET_USERNAME_DEFAULT = null; public static final String CAMEL_SINK_FTPSSINK_KAMELET_PASSWORD_CONF = "camel.kamelet.ftps-sink.password"; public static final String CAMEL_SINK_FTPSSINK_KAMELET_PASSWORD_DOC = "The password to access the FTP server."; public static final String CAMEL_SINK_FTPSSINK_KAMELET_PASSWORD_DEFAULT = null; public static final String CAMEL_SINK_FTPSSINK_KAMELET_DIRECTORY_NAME_CONF = "camel.kamelet.ftps-sink.directoryName"; public static final String CAMEL_SINK_FTPSSINK_KAMELET_DIRECTORY_NAME_DOC = "The starting directory."; public static final String CAMEL_SINK_FTPSSINK_KAMELET_DIRECTORY_NAME_DEFAULT = null; public static final String CAMEL_SINK_FTPSSINK_KAMELET_PASSIVE_MODE_CONF = "camel.kamelet.ftps-sink.passiveMode"; public static final String CAMEL_SINK_FTPSSINK_KAMELET_PASSIVE_MODE_DOC = "Set the passive mode connection."; public static final Boolean CAMEL_SINK_FTPSSINK_KAMELET_PASSIVE_MODE_DEFAULT = false; public static final String CAMEL_SINK_FTPSSINK_KAMELET_FILE_EXIST_CONF = "camel.kamelet.ftps-sink.fileExist"; public static final String CAMEL_SINK_FTPSSINK_KAMELET_FILE_EXIST_DOC = "Specifies how the Kamelet behaves if the file already exists."; public static final String CAMEL_SINK_FTPSSINK_KAMELET_FILE_EXIST_DEFAULT = "Override"; public static final String CAMEL_SINK_FTPSSINK_KAMELET_BINARY_CONF = "camel.kamelet.ftps-sink.binary"; public static final String CAMEL_SINK_FTPSSINK_KAMELET_BINARY_DOC = "Specifies the file transfer mode, BINARY or ASCII. Default is ASCII (false)."; public static final Boolean CAMEL_SINK_FTPSSINK_KAMELET_BINARY_DEFAULT = false; public static final String CAMEL_SINK_FTPSSINK_KAMELET_AUTO_CREATE_CONF = "camel.kamelet.ftps-sink.autoCreate"; public static final String CAMEL_SINK_FTPSSINK_KAMELET_AUTO_CREATE_DOC = "Automatically create the directory the files should be written to."; public static final Boolean CAMEL_SINK_FTPSSINK_KAMELET_AUTO_CREATE_DEFAULT = true; public CamelFtpssinkSinkConnectorConfig( ConfigDef config, Map<String, String> parsedConfig) { super(config, parsedConfig); } public CamelFtpssinkSinkConnectorConfig(Map<String, String> parsedConfig) { this(conf(), parsedConfig); } public static ConfigDef conf() { ConfigDef conf = new ConfigDef(CamelSinkConnectorConfig.conf()); conf.define(CAMEL_SINK_FTPSSINK_KAMELET_CONNECTION_HOST_CONF, ConfigDef.Type.STRING, CAMEL_SINK_FTPSSINK_KAMELET_CONNECTION_HOST_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SINK_FTPSSINK_KAMELET_CONNECTION_HOST_DOC); conf.define(CAMEL_SINK_FTPSSINK_KAMELET_CONNECTION_PORT_CONF, ConfigDef.Type.STRING, CAMEL_SINK_FTPSSINK_KAMELET_CONNECTION_PORT_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SINK_FTPSSINK_KAMELET_CONNECTION_PORT_DOC); conf.define(CAMEL_SINK_FTPSSINK_KAMELET_USERNAME_CONF, ConfigDef.Type.STRING, CAMEL_SINK_FTPSSINK_KAMELET_USERNAME_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SINK_FTPSSINK_KAMELET_USERNAME_DOC); conf.define(CAMEL_SINK_FTPSSINK_KAMELET_PASSWORD_CONF, ConfigDef.Type.PASSWORD, CAMEL_SINK_FTPSSINK_KAMELET_PASSWORD_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SINK_FTPSSINK_KAMELET_PASSWORD_DOC); conf.define(CAMEL_SINK_FTPSSINK_KAMELET_DIRECTORY_NAME_CONF, ConfigDef.Type.STRING, CAMEL_SINK_FTPSSINK_KAMELET_DIRECTORY_NAME_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SINK_FTPSSINK_KAMELET_DIRECTORY_NAME_DOC); conf.define(CAMEL_SINK_FTPSSINK_KAMELET_PASSIVE_MODE_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_FTPSSINK_KAMELET_PASSIVE_MODE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_FTPSSINK_KAMELET_PASSIVE_MODE_DOC); conf.define(CAMEL_SINK_FTPSSINK_KAMELET_FILE_EXIST_CONF, ConfigDef.Type.STRING, CAMEL_SINK_FTPSSINK_KAMELET_FILE_EXIST_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_FTPSSINK_KAMELET_FILE_EXIST_DOC); conf.define(CAMEL_SINK_FTPSSINK_KAMELET_BINARY_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_FTPSSINK_KAMELET_BINARY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_FTPSSINK_KAMELET_BINARY_DOC); conf.define(CAMEL_SINK_FTPSSINK_KAMELET_AUTO_CREATE_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_FTPSSINK_KAMELET_AUTO_CREATE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_FTPSSINK_KAMELET_AUTO_CREATE_DOC); return conf; } }
8,862
0
Create_ds/camel-kafka-connector/connectors/camel-ftps-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-ftps-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ftpssink/CamelFtpssinkSinkConnector.java
/* * 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.kafkaconnector.ftpssink; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSinkConnector; import org.apache.kafka.common.config.ConfigDef; import org.apache.kafka.connect.connector.Task; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelFtpssinkSinkConnector extends CamelSinkConnector { @Override public ConfigDef config() { return CamelFtpssinkSinkConnectorConfig.conf(); } @Override public Class<? extends Task> taskClass() { return CamelFtpssinkSinkTask.class; } }
8,863
0
Create_ds/camel-kafka-connector/connectors/camel-ftp-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-ftp-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ftpsink/CamelFtpsinkSinkConnector.java
/* * 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.kafkaconnector.ftpsink; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSinkConnector; import org.apache.kafka.common.config.ConfigDef; import org.apache.kafka.connect.connector.Task; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelFtpsinkSinkConnector extends CamelSinkConnector { @Override public ConfigDef config() { return CamelFtpsinkSinkConnectorConfig.conf(); } @Override public Class<? extends Task> taskClass() { return CamelFtpsinkSinkTask.class; } }
8,864
0
Create_ds/camel-kafka-connector/connectors/camel-ftp-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-ftp-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ftpsink/CamelFtpsinkSinkConnectorConfig.java
/* * 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.kafkaconnector.ftpsink; import java.util.Map; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSinkConnectorConfig; import org.apache.kafka.common.config.ConfigDef; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelFtpsinkSinkConnectorConfig extends CamelSinkConnectorConfig { public static final String CAMEL_SINK_FTPSINK_KAMELET_CONNECTION_HOST_CONF = "camel.kamelet.ftp-sink.connectionHost"; public static final String CAMEL_SINK_FTPSINK_KAMELET_CONNECTION_HOST_DOC = "The hostname of the FTP server."; public static final String CAMEL_SINK_FTPSINK_KAMELET_CONNECTION_HOST_DEFAULT = null; public static final String CAMEL_SINK_FTPSINK_KAMELET_CONNECTION_PORT_CONF = "camel.kamelet.ftp-sink.connectionPort"; public static final String CAMEL_SINK_FTPSINK_KAMELET_CONNECTION_PORT_DOC = "The port of the FTP server."; public static final String CAMEL_SINK_FTPSINK_KAMELET_CONNECTION_PORT_DEFAULT = "21"; public static final String CAMEL_SINK_FTPSINK_KAMELET_USERNAME_CONF = "camel.kamelet.ftp-sink.username"; public static final String CAMEL_SINK_FTPSINK_KAMELET_USERNAME_DOC = "The username to access the FTP server."; public static final String CAMEL_SINK_FTPSINK_KAMELET_USERNAME_DEFAULT = null; public static final String CAMEL_SINK_FTPSINK_KAMELET_PASSWORD_CONF = "camel.kamelet.ftp-sink.password"; public static final String CAMEL_SINK_FTPSINK_KAMELET_PASSWORD_DOC = "The password to access the FTP server."; public static final String CAMEL_SINK_FTPSINK_KAMELET_PASSWORD_DEFAULT = null; public static final String CAMEL_SINK_FTPSINK_KAMELET_DIRECTORY_NAME_CONF = "camel.kamelet.ftp-sink.directoryName"; public static final String CAMEL_SINK_FTPSINK_KAMELET_DIRECTORY_NAME_DOC = "The starting directory."; public static final String CAMEL_SINK_FTPSINK_KAMELET_DIRECTORY_NAME_DEFAULT = null; public static final String CAMEL_SINK_FTPSINK_KAMELET_PASSIVE_MODE_CONF = "camel.kamelet.ftp-sink.passiveMode"; public static final String CAMEL_SINK_FTPSINK_KAMELET_PASSIVE_MODE_DOC = "Specifies to use passive mode connection."; public static final Boolean CAMEL_SINK_FTPSINK_KAMELET_PASSIVE_MODE_DEFAULT = false; public static final String CAMEL_SINK_FTPSINK_KAMELET_FILE_EXIST_CONF = "camel.kamelet.ftp-sink.fileExist"; public static final String CAMEL_SINK_FTPSINK_KAMELET_FILE_EXIST_DOC = "How to behave in case of file already existent."; public static final String CAMEL_SINK_FTPSINK_KAMELET_FILE_EXIST_DEFAULT = "Override"; public static final String CAMEL_SINK_FTPSINK_KAMELET_BINARY_CONF = "camel.kamelet.ftp-sink.binary"; public static final String CAMEL_SINK_FTPSINK_KAMELET_BINARY_DOC = "Specifies the file transfer mode, BINARY or ASCII. Default is ASCII (false)."; public static final Boolean CAMEL_SINK_FTPSINK_KAMELET_BINARY_DEFAULT = false; public static final String CAMEL_SINK_FTPSINK_KAMELET_AUTO_CREATE_CONF = "camel.kamelet.ftp-sink.autoCreate"; public static final String CAMEL_SINK_FTPSINK_KAMELET_AUTO_CREATE_DOC = "Automatically create the directory the files should be written to."; public static final Boolean CAMEL_SINK_FTPSINK_KAMELET_AUTO_CREATE_DEFAULT = true; public CamelFtpsinkSinkConnectorConfig( ConfigDef config, Map<String, String> parsedConfig) { super(config, parsedConfig); } public CamelFtpsinkSinkConnectorConfig(Map<String, String> parsedConfig) { this(conf(), parsedConfig); } public static ConfigDef conf() { ConfigDef conf = new ConfigDef(CamelSinkConnectorConfig.conf()); conf.define(CAMEL_SINK_FTPSINK_KAMELET_CONNECTION_HOST_CONF, ConfigDef.Type.STRING, CAMEL_SINK_FTPSINK_KAMELET_CONNECTION_HOST_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SINK_FTPSINK_KAMELET_CONNECTION_HOST_DOC); conf.define(CAMEL_SINK_FTPSINK_KAMELET_CONNECTION_PORT_CONF, ConfigDef.Type.STRING, CAMEL_SINK_FTPSINK_KAMELET_CONNECTION_PORT_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SINK_FTPSINK_KAMELET_CONNECTION_PORT_DOC); conf.define(CAMEL_SINK_FTPSINK_KAMELET_USERNAME_CONF, ConfigDef.Type.STRING, CAMEL_SINK_FTPSINK_KAMELET_USERNAME_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SINK_FTPSINK_KAMELET_USERNAME_DOC); conf.define(CAMEL_SINK_FTPSINK_KAMELET_PASSWORD_CONF, ConfigDef.Type.PASSWORD, CAMEL_SINK_FTPSINK_KAMELET_PASSWORD_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SINK_FTPSINK_KAMELET_PASSWORD_DOC); conf.define(CAMEL_SINK_FTPSINK_KAMELET_DIRECTORY_NAME_CONF, ConfigDef.Type.STRING, CAMEL_SINK_FTPSINK_KAMELET_DIRECTORY_NAME_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SINK_FTPSINK_KAMELET_DIRECTORY_NAME_DOC); conf.define(CAMEL_SINK_FTPSINK_KAMELET_PASSIVE_MODE_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_FTPSINK_KAMELET_PASSIVE_MODE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_FTPSINK_KAMELET_PASSIVE_MODE_DOC); conf.define(CAMEL_SINK_FTPSINK_KAMELET_FILE_EXIST_CONF, ConfigDef.Type.STRING, CAMEL_SINK_FTPSINK_KAMELET_FILE_EXIST_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_FTPSINK_KAMELET_FILE_EXIST_DOC); conf.define(CAMEL_SINK_FTPSINK_KAMELET_BINARY_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_FTPSINK_KAMELET_BINARY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_FTPSINK_KAMELET_BINARY_DOC); conf.define(CAMEL_SINK_FTPSINK_KAMELET_AUTO_CREATE_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_FTPSINK_KAMELET_AUTO_CREATE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_FTPSINK_KAMELET_AUTO_CREATE_DOC); return conf; } }
8,865
0
Create_ds/camel-kafka-connector/connectors/camel-ftp-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-ftp-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/ftpsink/CamelFtpsinkSinkTask.java
/* * 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.kafkaconnector.ftpsink; import java.util.HashMap; import java.util.Map; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSinkConnectorConfig; import org.apache.camel.kafkaconnector.CamelSinkTask; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelFtpsinkSinkTask extends CamelSinkTask { @Override protected CamelSinkConnectorConfig getCamelSinkConnectorConfig( Map<String, String> props) { return new CamelFtpsinkSinkConnectorConfig(props); } @Override protected String getSinkKamelet() { return "kamelet:ftp-sink"; } }
8,866
0
Create_ds/camel-kafka-connector/connectors/camel-azure-storage-blob-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-azure-storage-blob-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/azurestorageblobsink/CamelAzurestorageblobsinkSinkTask.java
/* * 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.kafkaconnector.azurestorageblobsink; import java.util.HashMap; import java.util.Map; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSinkConnectorConfig; import org.apache.camel.kafkaconnector.CamelSinkTask; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelAzurestorageblobsinkSinkTask extends CamelSinkTask { @Override protected CamelSinkConnectorConfig getCamelSinkConnectorConfig( Map<String, String> props) { return new CamelAzurestorageblobsinkSinkConnectorConfig(props); } @Override protected String getSinkKamelet() { return "kamelet:azure-storage-blob-sink"; } }
8,867
0
Create_ds/camel-kafka-connector/connectors/camel-azure-storage-blob-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-azure-storage-blob-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/azurestorageblobsink/CamelAzurestorageblobsinkSinkConnectorConfig.java
/* * 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.kafkaconnector.azurestorageblobsink; import java.util.Map; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSinkConnectorConfig; import org.apache.kafka.common.config.ConfigDef; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelAzurestorageblobsinkSinkConnectorConfig extends CamelSinkConnectorConfig { public static final String CAMEL_SINK_AZURESTORAGEBLOBSINK_KAMELET_ACCOUNT_NAME_CONF = "camel.kamelet.azure-storage-blob-sink.accountName"; public static final String CAMEL_SINK_AZURESTORAGEBLOBSINK_KAMELET_ACCOUNT_NAME_DOC = "The Azure Storage Blob account name."; public static final String CAMEL_SINK_AZURESTORAGEBLOBSINK_KAMELET_ACCOUNT_NAME_DEFAULT = null; public static final String CAMEL_SINK_AZURESTORAGEBLOBSINK_KAMELET_CONTAINER_NAME_CONF = "camel.kamelet.azure-storage-blob-sink.containerName"; public static final String CAMEL_SINK_AZURESTORAGEBLOBSINK_KAMELET_CONTAINER_NAME_DOC = "The Azure Storage Blob container name."; public static final String CAMEL_SINK_AZURESTORAGEBLOBSINK_KAMELET_CONTAINER_NAME_DEFAULT = null; public static final String CAMEL_SINK_AZURESTORAGEBLOBSINK_KAMELET_ACCESS_KEY_CONF = "camel.kamelet.azure-storage-blob-sink.accessKey"; public static final String CAMEL_SINK_AZURESTORAGEBLOBSINK_KAMELET_ACCESS_KEY_DOC = "The Azure Storage Blob access key."; public static final String CAMEL_SINK_AZURESTORAGEBLOBSINK_KAMELET_ACCESS_KEY_DEFAULT = null; public static final String CAMEL_SINK_AZURESTORAGEBLOBSINK_KAMELET_CREDENTIAL_TYPE_CONF = "camel.kamelet.azure-storage-blob-sink.credentialType"; public static final String CAMEL_SINK_AZURESTORAGEBLOBSINK_KAMELET_CREDENTIAL_TYPE_DOC = "Determines the credential strategy to adopt."; public static final String CAMEL_SINK_AZURESTORAGEBLOBSINK_KAMELET_CREDENTIAL_TYPE_DEFAULT = "SHARED_ACCOUNT_KEY"; public CamelAzurestorageblobsinkSinkConnectorConfig( ConfigDef config, Map<String, String> parsedConfig) { super(config, parsedConfig); } public CamelAzurestorageblobsinkSinkConnectorConfig( Map<String, String> parsedConfig) { this(conf(), parsedConfig); } public static ConfigDef conf() { ConfigDef conf = new ConfigDef(CamelSinkConnectorConfig.conf()); conf.define(CAMEL_SINK_AZURESTORAGEBLOBSINK_KAMELET_ACCOUNT_NAME_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AZURESTORAGEBLOBSINK_KAMELET_ACCOUNT_NAME_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SINK_AZURESTORAGEBLOBSINK_KAMELET_ACCOUNT_NAME_DOC); conf.define(CAMEL_SINK_AZURESTORAGEBLOBSINK_KAMELET_CONTAINER_NAME_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AZURESTORAGEBLOBSINK_KAMELET_CONTAINER_NAME_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SINK_AZURESTORAGEBLOBSINK_KAMELET_CONTAINER_NAME_DOC); conf.define(CAMEL_SINK_AZURESTORAGEBLOBSINK_KAMELET_ACCESS_KEY_CONF, ConfigDef.Type.PASSWORD, CAMEL_SINK_AZURESTORAGEBLOBSINK_KAMELET_ACCESS_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AZURESTORAGEBLOBSINK_KAMELET_ACCESS_KEY_DOC); conf.define(CAMEL_SINK_AZURESTORAGEBLOBSINK_KAMELET_CREDENTIAL_TYPE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AZURESTORAGEBLOBSINK_KAMELET_CREDENTIAL_TYPE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AZURESTORAGEBLOBSINK_KAMELET_CREDENTIAL_TYPE_DOC); return conf; } }
8,868
0
Create_ds/camel-kafka-connector/connectors/camel-azure-storage-blob-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-azure-storage-blob-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/azurestorageblobsink/CamelAzurestorageblobsinkSinkConnector.java
/* * 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.kafkaconnector.azurestorageblobsink; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSinkConnector; import org.apache.kafka.common.config.ConfigDef; import org.apache.kafka.connect.connector.Task; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelAzurestorageblobsinkSinkConnector extends CamelSinkConnector { @Override public ConfigDef config() { return CamelAzurestorageblobsinkSinkConnectorConfig.conf(); } @Override public Class<? extends Task> taskClass() { return CamelAzurestorageblobsinkSinkTask.class; } }
8,869
0
Create_ds/camel-kafka-connector/connectors/camel-aws-ec2-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-aws-ec2-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awsec2sink/CamelAwsec2sinkSinkTask.java
/* * 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.kafkaconnector.awsec2sink; import java.util.HashMap; import java.util.Map; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSinkConnectorConfig; import org.apache.camel.kafkaconnector.CamelSinkTask; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelAwsec2sinkSinkTask extends CamelSinkTask { @Override protected CamelSinkConnectorConfig getCamelSinkConnectorConfig( Map<String, String> props) { return new CamelAwsec2sinkSinkConnectorConfig(props); } @Override protected String getSinkKamelet() { return "kamelet:aws-ec2-sink"; } }
8,870
0
Create_ds/camel-kafka-connector/connectors/camel-aws-ec2-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-aws-ec2-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awsec2sink/CamelAwsec2sinkSinkConnectorConfig.java
/* * 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.kafkaconnector.awsec2sink; import java.util.Map; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSinkConnectorConfig; import org.apache.kafka.common.config.ConfigDef; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelAwsec2sinkSinkConnectorConfig extends CamelSinkConnectorConfig { public static final String CAMEL_SINK_AWSEC2SINK_KAMELET_ACCESS_KEY_CONF = "camel.kamelet.aws-ec2-sink.accessKey"; public static final String CAMEL_SINK_AWSEC2SINK_KAMELET_ACCESS_KEY_DOC = "The access key obtained from AWS."; public static final String CAMEL_SINK_AWSEC2SINK_KAMELET_ACCESS_KEY_DEFAULT = null; public static final String CAMEL_SINK_AWSEC2SINK_KAMELET_SECRET_KEY_CONF = "camel.kamelet.aws-ec2-sink.secretKey"; public static final String CAMEL_SINK_AWSEC2SINK_KAMELET_SECRET_KEY_DOC = "The secret key obtained from AWS."; public static final String CAMEL_SINK_AWSEC2SINK_KAMELET_SECRET_KEY_DEFAULT = null; public static final String CAMEL_SINK_AWSEC2SINK_KAMELET_REGION_CONF = "camel.kamelet.aws-ec2-sink.region"; public static final String CAMEL_SINK_AWSEC2SINK_KAMELET_REGION_DOC = "The AWS region to access."; public static final String CAMEL_SINK_AWSEC2SINK_KAMELET_REGION_DEFAULT = null; public static final String CAMEL_SINK_AWSEC2SINK_KAMELET_USE_DEFAULT_CREDENTIALS_PROVIDER_CONF = "camel.kamelet.aws-ec2-sink.useDefaultCredentialsProvider"; public static final String CAMEL_SINK_AWSEC2SINK_KAMELET_USE_DEFAULT_CREDENTIALS_PROVIDER_DOC = "If true, the CloudWatch client loads credentials through a default credentials provider. If false, it uses the basic authentication method (access key and secret key)."; public static final Boolean CAMEL_SINK_AWSEC2SINK_KAMELET_USE_DEFAULT_CREDENTIALS_PROVIDER_DEFAULT = false; public static final String CAMEL_SINK_AWSEC2SINK_KAMELET_URI_ENDPOINT_OVERRIDE_CONF = "camel.kamelet.aws-ec2-sink.uriEndpointOverride"; public static final String CAMEL_SINK_AWSEC2SINK_KAMELET_URI_ENDPOINT_OVERRIDE_DOC = "The overriding endpoint URI. To use this option, you must also select the `overrideEndpoint` option."; public static final String CAMEL_SINK_AWSEC2SINK_KAMELET_URI_ENDPOINT_OVERRIDE_DEFAULT = null; public static final String CAMEL_SINK_AWSEC2SINK_KAMELET_OVERRIDE_ENDPOINT_CONF = "camel.kamelet.aws-ec2-sink.overrideEndpoint"; public static final String CAMEL_SINK_AWSEC2SINK_KAMELET_OVERRIDE_ENDPOINT_DOC = "Select this option to override the endpoint URI. To use this option, you must also provide a URI for the `uriEndpointOverride` option."; public static final Boolean CAMEL_SINK_AWSEC2SINK_KAMELET_OVERRIDE_ENDPOINT_DEFAULT = false; public CamelAwsec2sinkSinkConnectorConfig( ConfigDef config, Map<String, String> parsedConfig) { super(config, parsedConfig); } public CamelAwsec2sinkSinkConnectorConfig(Map<String, String> parsedConfig) { this(conf(), parsedConfig); } public static ConfigDef conf() { ConfigDef conf = new ConfigDef(CamelSinkConnectorConfig.conf()); conf.define(CAMEL_SINK_AWSEC2SINK_KAMELET_ACCESS_KEY_CONF, ConfigDef.Type.PASSWORD, CAMEL_SINK_AWSEC2SINK_KAMELET_ACCESS_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSEC2SINK_KAMELET_ACCESS_KEY_DOC); conf.define(CAMEL_SINK_AWSEC2SINK_KAMELET_SECRET_KEY_CONF, ConfigDef.Type.PASSWORD, CAMEL_SINK_AWSEC2SINK_KAMELET_SECRET_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSEC2SINK_KAMELET_SECRET_KEY_DOC); conf.define(CAMEL_SINK_AWSEC2SINK_KAMELET_REGION_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSEC2SINK_KAMELET_REGION_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SINK_AWSEC2SINK_KAMELET_REGION_DOC); conf.define(CAMEL_SINK_AWSEC2SINK_KAMELET_USE_DEFAULT_CREDENTIALS_PROVIDER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWSEC2SINK_KAMELET_USE_DEFAULT_CREDENTIALS_PROVIDER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSEC2SINK_KAMELET_USE_DEFAULT_CREDENTIALS_PROVIDER_DOC); conf.define(CAMEL_SINK_AWSEC2SINK_KAMELET_URI_ENDPOINT_OVERRIDE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSEC2SINK_KAMELET_URI_ENDPOINT_OVERRIDE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSEC2SINK_KAMELET_URI_ENDPOINT_OVERRIDE_DOC); conf.define(CAMEL_SINK_AWSEC2SINK_KAMELET_OVERRIDE_ENDPOINT_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWSEC2SINK_KAMELET_OVERRIDE_ENDPOINT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSEC2SINK_KAMELET_OVERRIDE_ENDPOINT_DOC); return conf; } }
8,871
0
Create_ds/camel-kafka-connector/connectors/camel-aws-ec2-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-aws-ec2-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awsec2sink/CamelAwsec2sinkSinkConnector.java
/* * 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.kafkaconnector.awsec2sink; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSinkConnector; import org.apache.kafka.common.config.ConfigDef; import org.apache.kafka.connect.connector.Task; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelAwsec2sinkSinkConnector extends CamelSinkConnector { @Override public ConfigDef config() { return CamelAwsec2sinkSinkConnectorConfig.conf(); } @Override public Class<? extends Task> taskClass() { return CamelAwsec2sinkSinkTask.class; } }
8,872
0
Create_ds/camel-kafka-connector/connectors/camel-aws-sns-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-aws-sns-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awssnssink/CamelAwssnssinkSinkConnectorConfig.java
/* * 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.kafkaconnector.awssnssink; import java.util.Map; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSinkConnectorConfig; import org.apache.kafka.common.config.ConfigDef; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelAwssnssinkSinkConnectorConfig extends CamelSinkConnectorConfig { public static final String CAMEL_SINK_AWSSNSSINK_KAMELET_TOPIC_NAME_OR_ARN_CONF = "camel.kamelet.aws-sns-sink.topicNameOrArn"; public static final String CAMEL_SINK_AWSSNSSINK_KAMELET_TOPIC_NAME_OR_ARN_DOC = "The SNS topic name name or Amazon Resource Name (ARN)."; public static final String CAMEL_SINK_AWSSNSSINK_KAMELET_TOPIC_NAME_OR_ARN_DEFAULT = null; public static final String CAMEL_SINK_AWSSNSSINK_KAMELET_ACCESS_KEY_CONF = "camel.kamelet.aws-sns-sink.accessKey"; public static final String CAMEL_SINK_AWSSNSSINK_KAMELET_ACCESS_KEY_DOC = "The access key obtained from AWS."; public static final String CAMEL_SINK_AWSSNSSINK_KAMELET_ACCESS_KEY_DEFAULT = null; public static final String CAMEL_SINK_AWSSNSSINK_KAMELET_SECRET_KEY_CONF = "camel.kamelet.aws-sns-sink.secretKey"; public static final String CAMEL_SINK_AWSSNSSINK_KAMELET_SECRET_KEY_DOC = "The secret key obtained from AWS."; public static final String CAMEL_SINK_AWSSNSSINK_KAMELET_SECRET_KEY_DEFAULT = null; public static final String CAMEL_SINK_AWSSNSSINK_KAMELET_REGION_CONF = "camel.kamelet.aws-sns-sink.region"; public static final String CAMEL_SINK_AWSSNSSINK_KAMELET_REGION_DOC = "The AWS region to access."; public static final String CAMEL_SINK_AWSSNSSINK_KAMELET_REGION_DEFAULT = null; public static final String CAMEL_SINK_AWSSNSSINK_KAMELET_AUTO_CREATE_TOPIC_CONF = "camel.kamelet.aws-sns-sink.autoCreateTopic"; public static final String CAMEL_SINK_AWSSNSSINK_KAMELET_AUTO_CREATE_TOPIC_DOC = "Setting the autocreation of the SNS topic."; public static final Boolean CAMEL_SINK_AWSSNSSINK_KAMELET_AUTO_CREATE_TOPIC_DEFAULT = false; public static final String CAMEL_SINK_AWSSNSSINK_KAMELET_USE_DEFAULT_CREDENTIALS_PROVIDER_CONF = "camel.kamelet.aws-sns-sink.useDefaultCredentialsProvider"; public static final String CAMEL_SINK_AWSSNSSINK_KAMELET_USE_DEFAULT_CREDENTIALS_PROVIDER_DOC = "If true, the SNS client loads credentials through a default credentials provider. If false, it uses the basic authentication method (access key and secret key)."; public static final Boolean CAMEL_SINK_AWSSNSSINK_KAMELET_USE_DEFAULT_CREDENTIALS_PROVIDER_DEFAULT = false; public static final String CAMEL_SINK_AWSSNSSINK_KAMELET_URI_ENDPOINT_OVERRIDE_CONF = "camel.kamelet.aws-sns-sink.uriEndpointOverride"; public static final String CAMEL_SINK_AWSSNSSINK_KAMELET_URI_ENDPOINT_OVERRIDE_DOC = "The overriding endpoint URI. To use this option, you must also select the `overrideEndpoint` option."; public static final String CAMEL_SINK_AWSSNSSINK_KAMELET_URI_ENDPOINT_OVERRIDE_DEFAULT = null; public static final String CAMEL_SINK_AWSSNSSINK_KAMELET_OVERRIDE_ENDPOINT_CONF = "camel.kamelet.aws-sns-sink.overrideEndpoint"; public static final String CAMEL_SINK_AWSSNSSINK_KAMELET_OVERRIDE_ENDPOINT_DOC = "Select this option to override the endpoint URI. To use this option, you must also provide a URI for the `uriEndpointOverride` option."; public static final Boolean CAMEL_SINK_AWSSNSSINK_KAMELET_OVERRIDE_ENDPOINT_DEFAULT = false; public CamelAwssnssinkSinkConnectorConfig( ConfigDef config, Map<String, String> parsedConfig) { super(config, parsedConfig); } public CamelAwssnssinkSinkConnectorConfig(Map<String, String> parsedConfig) { this(conf(), parsedConfig); } public static ConfigDef conf() { ConfigDef conf = new ConfigDef(CamelSinkConnectorConfig.conf()); conf.define(CAMEL_SINK_AWSSNSSINK_KAMELET_TOPIC_NAME_OR_ARN_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSSNSSINK_KAMELET_TOPIC_NAME_OR_ARN_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SINK_AWSSNSSINK_KAMELET_TOPIC_NAME_OR_ARN_DOC); conf.define(CAMEL_SINK_AWSSNSSINK_KAMELET_ACCESS_KEY_CONF, ConfigDef.Type.PASSWORD, CAMEL_SINK_AWSSNSSINK_KAMELET_ACCESS_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSSNSSINK_KAMELET_ACCESS_KEY_DOC); conf.define(CAMEL_SINK_AWSSNSSINK_KAMELET_SECRET_KEY_CONF, ConfigDef.Type.PASSWORD, CAMEL_SINK_AWSSNSSINK_KAMELET_SECRET_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSSNSSINK_KAMELET_SECRET_KEY_DOC); conf.define(CAMEL_SINK_AWSSNSSINK_KAMELET_REGION_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSSNSSINK_KAMELET_REGION_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SINK_AWSSNSSINK_KAMELET_REGION_DOC); conf.define(CAMEL_SINK_AWSSNSSINK_KAMELET_AUTO_CREATE_TOPIC_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWSSNSSINK_KAMELET_AUTO_CREATE_TOPIC_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSSNSSINK_KAMELET_AUTO_CREATE_TOPIC_DOC); conf.define(CAMEL_SINK_AWSSNSSINK_KAMELET_USE_DEFAULT_CREDENTIALS_PROVIDER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWSSNSSINK_KAMELET_USE_DEFAULT_CREDENTIALS_PROVIDER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSSNSSINK_KAMELET_USE_DEFAULT_CREDENTIALS_PROVIDER_DOC); conf.define(CAMEL_SINK_AWSSNSSINK_KAMELET_URI_ENDPOINT_OVERRIDE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSSNSSINK_KAMELET_URI_ENDPOINT_OVERRIDE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSSNSSINK_KAMELET_URI_ENDPOINT_OVERRIDE_DOC); conf.define(CAMEL_SINK_AWSSNSSINK_KAMELET_OVERRIDE_ENDPOINT_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWSSNSSINK_KAMELET_OVERRIDE_ENDPOINT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSSNSSINK_KAMELET_OVERRIDE_ENDPOINT_DOC); return conf; } }
8,873
0
Create_ds/camel-kafka-connector/connectors/camel-aws-sns-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-aws-sns-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awssnssink/CamelAwssnssinkSinkConnector.java
/* * 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.kafkaconnector.awssnssink; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSinkConnector; import org.apache.kafka.common.config.ConfigDef; import org.apache.kafka.connect.connector.Task; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelAwssnssinkSinkConnector extends CamelSinkConnector { @Override public ConfigDef config() { return CamelAwssnssinkSinkConnectorConfig.conf(); } @Override public Class<? extends Task> taskClass() { return CamelAwssnssinkSinkTask.class; } }
8,874
0
Create_ds/camel-kafka-connector/connectors/camel-aws-sns-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-aws-sns-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awssnssink/CamelAwssnssinkSinkTask.java
/* * 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.kafkaconnector.awssnssink; import java.util.HashMap; import java.util.Map; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSinkConnectorConfig; import org.apache.camel.kafkaconnector.CamelSinkTask; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelAwssnssinkSinkTask extends CamelSinkTask { @Override protected CamelSinkConnectorConfig getCamelSinkConnectorConfig( Map<String, String> props) { return new CamelAwssnssinkSinkConnectorConfig(props); } @Override protected String getSinkKamelet() { return "kamelet:aws-sns-sink"; } }
8,875
0
Create_ds/camel-kafka-connector/connectors/camel-slack-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-slack-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/slacksource/CamelSlacksourceSourceTask.java
/* * 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.kafkaconnector.slacksource; import java.util.HashMap; import java.util.Map; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSourceConnectorConfig; import org.apache.camel.kafkaconnector.CamelSourceTask; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelSlacksourceSourceTask extends CamelSourceTask { @Override protected CamelSourceConnectorConfig getCamelSourceConnectorConfig( Map<String, String> props) { return new CamelSlacksourceSourceConnectorConfig(props); } @Override protected String getSourceKamelet() { return "kamelet:slack-source"; } }
8,876
0
Create_ds/camel-kafka-connector/connectors/camel-slack-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-slack-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/slacksource/CamelSlacksourceSourceConnector.java
/* * 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.kafkaconnector.slacksource; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSourceConnector; import org.apache.kafka.common.config.ConfigDef; import org.apache.kafka.connect.connector.Task; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelSlacksourceSourceConnector extends CamelSourceConnector { @Override public ConfigDef config() { return CamelSlacksourceSourceConnectorConfig.conf(); } @Override public Class<? extends Task> taskClass() { return CamelSlacksourceSourceTask.class; } }
8,877
0
Create_ds/camel-kafka-connector/connectors/camel-slack-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-slack-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/slacksource/CamelSlacksourceSourceConnectorConfig.java
/* * 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.kafkaconnector.slacksource; import java.util.Map; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSourceConnectorConfig; import org.apache.kafka.common.config.ConfigDef; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelSlacksourceSourceConnectorConfig extends CamelSourceConnectorConfig { public static final String CAMEL_SOURCE_SLACKSOURCE_KAMELET_CHANNEL_CONF = "camel.kamelet.slack-source.channel"; public static final String CAMEL_SOURCE_SLACKSOURCE_KAMELET_CHANNEL_DOC = "The Slack channel to receive messages from. Example: #myroom"; public static final String CAMEL_SOURCE_SLACKSOURCE_KAMELET_CHANNEL_DEFAULT = null; public static final String CAMEL_SOURCE_SLACKSOURCE_KAMELET_TOKEN_CONF = "camel.kamelet.slack-source.token"; public static final String CAMEL_SOURCE_SLACKSOURCE_KAMELET_TOKEN_DOC = "The Bot User OAuth Access Token to access Slack. A Slack app that has the following permissions is required: `channels:history`, `groups:history`, `im:history`, `mpim:history`, `channels:read`, `groups:read`, `im:read`, and `mpim:read`."; public static final String CAMEL_SOURCE_SLACKSOURCE_KAMELET_TOKEN_DEFAULT = null; public static final String CAMEL_SOURCE_SLACKSOURCE_KAMELET_DELAY_CONF = "camel.kamelet.slack-source.delay"; public static final String CAMEL_SOURCE_SLACKSOURCE_KAMELET_DELAY_DOC = "The delay between polls. If no unit provided, miliseconds is the default. Example: 60s or 6000 or 1m"; public static final String CAMEL_SOURCE_SLACKSOURCE_KAMELET_DELAY_DEFAULT = "60000"; public CamelSlacksourceSourceConnectorConfig( ConfigDef config, Map<String, String> parsedConfig) { super(config, parsedConfig); } public CamelSlacksourceSourceConnectorConfig( Map<String, String> parsedConfig) { this(conf(), parsedConfig); } public static ConfigDef conf() { ConfigDef conf = new ConfigDef(CamelSourceConnectorConfig.conf()); conf.define(CAMEL_SOURCE_SLACKSOURCE_KAMELET_CHANNEL_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_SLACKSOURCE_KAMELET_CHANNEL_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SOURCE_SLACKSOURCE_KAMELET_CHANNEL_DOC); conf.define(CAMEL_SOURCE_SLACKSOURCE_KAMELET_TOKEN_CONF, ConfigDef.Type.PASSWORD, CAMEL_SOURCE_SLACKSOURCE_KAMELET_TOKEN_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SOURCE_SLACKSOURCE_KAMELET_TOKEN_DOC); conf.define(CAMEL_SOURCE_SLACKSOURCE_KAMELET_DELAY_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_SLACKSOURCE_KAMELET_DELAY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_SLACKSOURCE_KAMELET_DELAY_DOC); return conf; } }
8,878
0
Create_ds/camel-kafka-connector/connectors/camel-cron-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-cron-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/cronsource/CamelCronsourceSourceConnector.java
/* * 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.kafkaconnector.cronsource; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSourceConnector; import org.apache.kafka.common.config.ConfigDef; import org.apache.kafka.connect.connector.Task; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelCronsourceSourceConnector extends CamelSourceConnector { @Override public ConfigDef config() { return CamelCronsourceSourceConnectorConfig.conf(); } @Override public Class<? extends Task> taskClass() { return CamelCronsourceSourceTask.class; } }
8,879
0
Create_ds/camel-kafka-connector/connectors/camel-cron-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-cron-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/cronsource/CamelCronsourceSourceTask.java
/* * 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.kafkaconnector.cronsource; import java.util.HashMap; import java.util.Map; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSourceConnectorConfig; import org.apache.camel.kafkaconnector.CamelSourceTask; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelCronsourceSourceTask extends CamelSourceTask { @Override protected CamelSourceConnectorConfig getCamelSourceConnectorConfig( Map<String, String> props) { return new CamelCronsourceSourceConnectorConfig(props); } @Override protected String getSourceKamelet() { return "kamelet:cron-source"; } }
8,880
0
Create_ds/camel-kafka-connector/connectors/camel-cron-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-cron-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/cronsource/CamelCronsourceSourceConnectorConfig.java
/* * 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.kafkaconnector.cronsource; import java.util.Map; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSourceConnectorConfig; import org.apache.kafka.common.config.ConfigDef; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelCronsourceSourceConnectorConfig extends CamelSourceConnectorConfig { public static final String CAMEL_SOURCE_CRONSOURCE_KAMELET_SCHEDULE_CONF = "camel.kamelet.cron-source.schedule"; public static final String CAMEL_SOURCE_CRONSOURCE_KAMELET_SCHEDULE_DOC = "A cron expression that will be used to trigger events generation. Example: 0/3 10 * * * ?"; public static final String CAMEL_SOURCE_CRONSOURCE_KAMELET_SCHEDULE_DEFAULT = null; public static final String CAMEL_SOURCE_CRONSOURCE_KAMELET_MESSAGE_CONF = "camel.kamelet.cron-source.message"; public static final String CAMEL_SOURCE_CRONSOURCE_KAMELET_MESSAGE_DOC = "The message to generate Example: hello world"; public static final String CAMEL_SOURCE_CRONSOURCE_KAMELET_MESSAGE_DEFAULT = null; public CamelCronsourceSourceConnectorConfig( ConfigDef config, Map<String, String> parsedConfig) { super(config, parsedConfig); } public CamelCronsourceSourceConnectorConfig(Map<String, String> parsedConfig) { this(conf(), parsedConfig); } public static ConfigDef conf() { ConfigDef conf = new ConfigDef(CamelSourceConnectorConfig.conf()); conf.define(CAMEL_SOURCE_CRONSOURCE_KAMELET_SCHEDULE_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_CRONSOURCE_KAMELET_SCHEDULE_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SOURCE_CRONSOURCE_KAMELET_SCHEDULE_DOC); conf.define(CAMEL_SOURCE_CRONSOURCE_KAMELET_MESSAGE_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_CRONSOURCE_KAMELET_MESSAGE_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SOURCE_CRONSOURCE_KAMELET_MESSAGE_DOC); return conf; } }
8,881
0
Create_ds/camel-kafka-connector/connectors/camel-ssh-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-ssh-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/sshsource/CamelSshsourceSourceConnectorConfig.java
/* * 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.kafkaconnector.sshsource; import java.util.Map; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSourceConnectorConfig; import org.apache.kafka.common.config.ConfigDef; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelSshsourceSourceConnectorConfig extends CamelSourceConnectorConfig { public static final String CAMEL_SOURCE_SSHSOURCE_KAMELET_CONNECTION_HOST_CONF = "camel.kamelet.ssh-source.connectionHost"; public static final String CAMEL_SOURCE_SSHSOURCE_KAMELET_CONNECTION_HOST_DOC = "The SSH Host"; public static final String CAMEL_SOURCE_SSHSOURCE_KAMELET_CONNECTION_HOST_DEFAULT = null; public static final String CAMEL_SOURCE_SSHSOURCE_KAMELET_CONNECTION_PORT_CONF = "camel.kamelet.ssh-source.connectionPort"; public static final String CAMEL_SOURCE_SSHSOURCE_KAMELET_CONNECTION_PORT_DOC = "The SSH Port"; public static final String CAMEL_SOURCE_SSHSOURCE_KAMELET_CONNECTION_PORT_DEFAULT = "22"; public static final String CAMEL_SOURCE_SSHSOURCE_KAMELET_USERNAME_CONF = "camel.kamelet.ssh-source.username"; public static final String CAMEL_SOURCE_SSHSOURCE_KAMELET_USERNAME_DOC = "The SSH username to use"; public static final String CAMEL_SOURCE_SSHSOURCE_KAMELET_USERNAME_DEFAULT = null; public static final String CAMEL_SOURCE_SSHSOURCE_KAMELET_PASSWORD_CONF = "camel.kamelet.ssh-source.password"; public static final String CAMEL_SOURCE_SSHSOURCE_KAMELET_PASSWORD_DOC = "The SSH password to use"; public static final String CAMEL_SOURCE_SSHSOURCE_KAMELET_PASSWORD_DEFAULT = null; public static final String CAMEL_SOURCE_SSHSOURCE_KAMELET_DELAY_CONF = "camel.kamelet.ssh-source.delay"; public static final String CAMEL_SOURCE_SSHSOURCE_KAMELET_DELAY_DOC = "The number of milliseconds before the next poll"; public static final Integer CAMEL_SOURCE_SSHSOURCE_KAMELET_DELAY_DEFAULT = 500; public static final String CAMEL_SOURCE_SSHSOURCE_KAMELET_POLL_COMMAND_CONF = "camel.kamelet.ssh-source.pollCommand"; public static final String CAMEL_SOURCE_SSHSOURCE_KAMELET_POLL_COMMAND_DOC = "The command to run while polling the SSH session Example: date"; public static final String CAMEL_SOURCE_SSHSOURCE_KAMELET_POLL_COMMAND_DEFAULT = null; public CamelSshsourceSourceConnectorConfig( ConfigDef config, Map<String, String> parsedConfig) { super(config, parsedConfig); } public CamelSshsourceSourceConnectorConfig(Map<String, String> parsedConfig) { this(conf(), parsedConfig); } public static ConfigDef conf() { ConfigDef conf = new ConfigDef(CamelSourceConnectorConfig.conf()); conf.define(CAMEL_SOURCE_SSHSOURCE_KAMELET_CONNECTION_HOST_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_SSHSOURCE_KAMELET_CONNECTION_HOST_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SOURCE_SSHSOURCE_KAMELET_CONNECTION_HOST_DOC); conf.define(CAMEL_SOURCE_SSHSOURCE_KAMELET_CONNECTION_PORT_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_SSHSOURCE_KAMELET_CONNECTION_PORT_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SOURCE_SSHSOURCE_KAMELET_CONNECTION_PORT_DOC); conf.define(CAMEL_SOURCE_SSHSOURCE_KAMELET_USERNAME_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_SSHSOURCE_KAMELET_USERNAME_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SOURCE_SSHSOURCE_KAMELET_USERNAME_DOC); conf.define(CAMEL_SOURCE_SSHSOURCE_KAMELET_PASSWORD_CONF, ConfigDef.Type.PASSWORD, CAMEL_SOURCE_SSHSOURCE_KAMELET_PASSWORD_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SOURCE_SSHSOURCE_KAMELET_PASSWORD_DOC); conf.define(CAMEL_SOURCE_SSHSOURCE_KAMELET_DELAY_CONF, ConfigDef.Type.INT, CAMEL_SOURCE_SSHSOURCE_KAMELET_DELAY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SOURCE_SSHSOURCE_KAMELET_DELAY_DOC); conf.define(CAMEL_SOURCE_SSHSOURCE_KAMELET_POLL_COMMAND_CONF, ConfigDef.Type.STRING, CAMEL_SOURCE_SSHSOURCE_KAMELET_POLL_COMMAND_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SOURCE_SSHSOURCE_KAMELET_POLL_COMMAND_DOC); return conf; } }
8,882
0
Create_ds/camel-kafka-connector/connectors/camel-ssh-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-ssh-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/sshsource/CamelSshsourceSourceConnector.java
/* * 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.kafkaconnector.sshsource; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSourceConnector; import org.apache.kafka.common.config.ConfigDef; import org.apache.kafka.connect.connector.Task; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelSshsourceSourceConnector extends CamelSourceConnector { @Override public ConfigDef config() { return CamelSshsourceSourceConnectorConfig.conf(); } @Override public Class<? extends Task> taskClass() { return CamelSshsourceSourceTask.class; } }
8,883
0
Create_ds/camel-kafka-connector/connectors/camel-ssh-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-ssh-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/sshsource/CamelSshsourceSourceTask.java
/* * 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.kafkaconnector.sshsource; import java.util.HashMap; import java.util.Map; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSourceConnectorConfig; import org.apache.camel.kafkaconnector.CamelSourceTask; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelSshsourceSourceTask extends CamelSourceTask { @Override protected CamelSourceConnectorConfig getCamelSourceConnectorConfig( Map<String, String> props) { return new CamelSshsourceSourceConnectorConfig(props); } @Override protected String getSourceKamelet() { return "kamelet:ssh-source"; } }
8,884
0
Create_ds/camel-kafka-connector/connectors/camel-aws-sqs-fifo-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-aws-sqs-fifo-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awssqsfifosink/CamelAwssqsfifosinkSinkConnectorConfig.java
/* * 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.kafkaconnector.awssqsfifosink; import java.util.Map; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSinkConnectorConfig; import org.apache.kafka.common.config.ConfigDef; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelAwssqsfifosinkSinkConnectorConfig extends CamelSinkConnectorConfig { public static final String CAMEL_SINK_AWSSQSFIFOSINK_KAMELET_QUEUE_NAME_OR_ARN_CONF = "camel.kamelet.aws-sqs-fifo-sink.queueNameOrArn"; public static final String CAMEL_SINK_AWSSQSFIFOSINK_KAMELET_QUEUE_NAME_OR_ARN_DOC = "The SQS Queue name or ARN"; public static final String CAMEL_SINK_AWSSQSFIFOSINK_KAMELET_QUEUE_NAME_OR_ARN_DEFAULT = null; public static final String CAMEL_SINK_AWSSQSFIFOSINK_KAMELET_ACCESS_KEY_CONF = "camel.kamelet.aws-sqs-fifo-sink.accessKey"; public static final String CAMEL_SINK_AWSSQSFIFOSINK_KAMELET_ACCESS_KEY_DOC = "The access key obtained from AWS."; public static final String CAMEL_SINK_AWSSQSFIFOSINK_KAMELET_ACCESS_KEY_DEFAULT = null; public static final String CAMEL_SINK_AWSSQSFIFOSINK_KAMELET_SECRET_KEY_CONF = "camel.kamelet.aws-sqs-fifo-sink.secretKey"; public static final String CAMEL_SINK_AWSSQSFIFOSINK_KAMELET_SECRET_KEY_DOC = "The secret key obtained from AWS."; public static final String CAMEL_SINK_AWSSQSFIFOSINK_KAMELET_SECRET_KEY_DEFAULT = null; public static final String CAMEL_SINK_AWSSQSFIFOSINK_KAMELET_REGION_CONF = "camel.kamelet.aws-sqs-fifo-sink.region"; public static final String CAMEL_SINK_AWSSQSFIFOSINK_KAMELET_REGION_DOC = "The AWS region to access."; public static final String CAMEL_SINK_AWSSQSFIFOSINK_KAMELET_REGION_DEFAULT = null; public static final String CAMEL_SINK_AWSSQSFIFOSINK_KAMELET_CONTENT_BASED_DEDUPLICATION_CONF = "camel.kamelet.aws-sqs-fifo-sink.contentBasedDeduplication"; public static final String CAMEL_SINK_AWSSQSFIFOSINK_KAMELET_CONTENT_BASED_DEDUPLICATION_DOC = "Use content-based deduplication (should be enabled in the SQS FIFO queue first)"; public static final Boolean CAMEL_SINK_AWSSQSFIFOSINK_KAMELET_CONTENT_BASED_DEDUPLICATION_DEFAULT = false; public static final String CAMEL_SINK_AWSSQSFIFOSINK_KAMELET_AUTO_CREATE_QUEUE_CONF = "camel.kamelet.aws-sqs-fifo-sink.autoCreateQueue"; public static final String CAMEL_SINK_AWSSQSFIFOSINK_KAMELET_AUTO_CREATE_QUEUE_DOC = "Setting the autocreation of the SQS queue."; public static final Boolean CAMEL_SINK_AWSSQSFIFOSINK_KAMELET_AUTO_CREATE_QUEUE_DEFAULT = false; public static final String CAMEL_SINK_AWSSQSFIFOSINK_KAMELET_AMAZON_AWSHOST_CONF = "camel.kamelet.aws-sqs-fifo-sink.amazonAWSHost"; public static final String CAMEL_SINK_AWSSQSFIFOSINK_KAMELET_AMAZON_AWSHOST_DOC = "The hostname of the Amazon AWS cloud."; public static final String CAMEL_SINK_AWSSQSFIFOSINK_KAMELET_AMAZON_AWSHOST_DEFAULT = "amazonaws.com"; public static final String CAMEL_SINK_AWSSQSFIFOSINK_KAMELET_PROTOCOL_CONF = "camel.kamelet.aws-sqs-fifo-sink.protocol"; public static final String CAMEL_SINK_AWSSQSFIFOSINK_KAMELET_PROTOCOL_DOC = "The underlying protocol used to communicate with SQS Example: http or https"; public static final String CAMEL_SINK_AWSSQSFIFOSINK_KAMELET_PROTOCOL_DEFAULT = "https"; public static final String CAMEL_SINK_AWSSQSFIFOSINK_KAMELET_USE_DEFAULT_CREDENTIALS_PROVIDER_CONF = "camel.kamelet.aws-sqs-fifo-sink.useDefaultCredentialsProvider"; public static final String CAMEL_SINK_AWSSQSFIFOSINK_KAMELET_USE_DEFAULT_CREDENTIALS_PROVIDER_DOC = "Set whether the SQS client should expect to load credentials through a default credentials provider or to expect static credentials to be passed in."; public static final Boolean CAMEL_SINK_AWSSQSFIFOSINK_KAMELET_USE_DEFAULT_CREDENTIALS_PROVIDER_DEFAULT = false; public static final String CAMEL_SINK_AWSSQSFIFOSINK_KAMELET_URI_ENDPOINT_OVERRIDE_CONF = "camel.kamelet.aws-sqs-fifo-sink.uriEndpointOverride"; public static final String CAMEL_SINK_AWSSQSFIFOSINK_KAMELET_URI_ENDPOINT_OVERRIDE_DOC = "The overriding endpoint URI. To use this option, you must also select the `overrideEndpoint` option."; public static final String CAMEL_SINK_AWSSQSFIFOSINK_KAMELET_URI_ENDPOINT_OVERRIDE_DEFAULT = null; public static final String CAMEL_SINK_AWSSQSFIFOSINK_KAMELET_OVERRIDE_ENDPOINT_CONF = "camel.kamelet.aws-sqs-fifo-sink.overrideEndpoint"; public static final String CAMEL_SINK_AWSSQSFIFOSINK_KAMELET_OVERRIDE_ENDPOINT_DOC = "Select this option to override the endpoint URI. To use this option, you must also provide a URI for the `uriEndpointOverride` option."; public static final Boolean CAMEL_SINK_AWSSQSFIFOSINK_KAMELET_OVERRIDE_ENDPOINT_DEFAULT = false; public CamelAwssqsfifosinkSinkConnectorConfig( ConfigDef config, Map<String, String> parsedConfig) { super(config, parsedConfig); } public CamelAwssqsfifosinkSinkConnectorConfig( Map<String, String> parsedConfig) { this(conf(), parsedConfig); } public static ConfigDef conf() { ConfigDef conf = new ConfigDef(CamelSinkConnectorConfig.conf()); conf.define(CAMEL_SINK_AWSSQSFIFOSINK_KAMELET_QUEUE_NAME_OR_ARN_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSSQSFIFOSINK_KAMELET_QUEUE_NAME_OR_ARN_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SINK_AWSSQSFIFOSINK_KAMELET_QUEUE_NAME_OR_ARN_DOC); conf.define(CAMEL_SINK_AWSSQSFIFOSINK_KAMELET_ACCESS_KEY_CONF, ConfigDef.Type.PASSWORD, CAMEL_SINK_AWSSQSFIFOSINK_KAMELET_ACCESS_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSSQSFIFOSINK_KAMELET_ACCESS_KEY_DOC); conf.define(CAMEL_SINK_AWSSQSFIFOSINK_KAMELET_SECRET_KEY_CONF, ConfigDef.Type.PASSWORD, CAMEL_SINK_AWSSQSFIFOSINK_KAMELET_SECRET_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSSQSFIFOSINK_KAMELET_SECRET_KEY_DOC); conf.define(CAMEL_SINK_AWSSQSFIFOSINK_KAMELET_REGION_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSSQSFIFOSINK_KAMELET_REGION_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SINK_AWSSQSFIFOSINK_KAMELET_REGION_DOC); conf.define(CAMEL_SINK_AWSSQSFIFOSINK_KAMELET_CONTENT_BASED_DEDUPLICATION_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWSSQSFIFOSINK_KAMELET_CONTENT_BASED_DEDUPLICATION_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSSQSFIFOSINK_KAMELET_CONTENT_BASED_DEDUPLICATION_DOC); conf.define(CAMEL_SINK_AWSSQSFIFOSINK_KAMELET_AUTO_CREATE_QUEUE_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWSSQSFIFOSINK_KAMELET_AUTO_CREATE_QUEUE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSSQSFIFOSINK_KAMELET_AUTO_CREATE_QUEUE_DOC); conf.define(CAMEL_SINK_AWSSQSFIFOSINK_KAMELET_AMAZON_AWSHOST_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSSQSFIFOSINK_KAMELET_AMAZON_AWSHOST_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSSQSFIFOSINK_KAMELET_AMAZON_AWSHOST_DOC); conf.define(CAMEL_SINK_AWSSQSFIFOSINK_KAMELET_PROTOCOL_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSSQSFIFOSINK_KAMELET_PROTOCOL_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSSQSFIFOSINK_KAMELET_PROTOCOL_DOC); conf.define(CAMEL_SINK_AWSSQSFIFOSINK_KAMELET_USE_DEFAULT_CREDENTIALS_PROVIDER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWSSQSFIFOSINK_KAMELET_USE_DEFAULT_CREDENTIALS_PROVIDER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSSQSFIFOSINK_KAMELET_USE_DEFAULT_CREDENTIALS_PROVIDER_DOC); conf.define(CAMEL_SINK_AWSSQSFIFOSINK_KAMELET_URI_ENDPOINT_OVERRIDE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSSQSFIFOSINK_KAMELET_URI_ENDPOINT_OVERRIDE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSSQSFIFOSINK_KAMELET_URI_ENDPOINT_OVERRIDE_DOC); conf.define(CAMEL_SINK_AWSSQSFIFOSINK_KAMELET_OVERRIDE_ENDPOINT_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWSSQSFIFOSINK_KAMELET_OVERRIDE_ENDPOINT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSSQSFIFOSINK_KAMELET_OVERRIDE_ENDPOINT_DOC); return conf; } }
8,885
0
Create_ds/camel-kafka-connector/connectors/camel-aws-sqs-fifo-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-aws-sqs-fifo-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awssqsfifosink/CamelAwssqsfifosinkSinkConnector.java
/* * 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.kafkaconnector.awssqsfifosink; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSinkConnector; import org.apache.kafka.common.config.ConfigDef; import org.apache.kafka.connect.connector.Task; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelAwssqsfifosinkSinkConnector extends CamelSinkConnector { @Override public ConfigDef config() { return CamelAwssqsfifosinkSinkConnectorConfig.conf(); } @Override public Class<? extends Task> taskClass() { return CamelAwssqsfifosinkSinkTask.class; } }
8,886
0
Create_ds/camel-kafka-connector/connectors/camel-aws-sqs-fifo-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-aws-sqs-fifo-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awssqsfifosink/CamelAwssqsfifosinkSinkTask.java
/* * 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.kafkaconnector.awssqsfifosink; import java.util.HashMap; import java.util.Map; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSinkConnectorConfig; import org.apache.camel.kafkaconnector.CamelSinkTask; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelAwssqsfifosinkSinkTask extends CamelSinkTask { @Override protected CamelSinkConnectorConfig getCamelSinkConnectorConfig( Map<String, String> props) { return new CamelAwssqsfifosinkSinkConnectorConfig(props); } @Override protected String getSinkKamelet() { return "kamelet:aws-sqs-fifo-sink"; } }
8,887
0
Create_ds/camel-kafka-connector/connectors/camel-salesforce-composite-upsert-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-salesforce-composite-upsert-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/salesforcecompositeupsertsink/CamelSalesforcecompositeupsertsinkSinkConnector.java
/* * 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.kafkaconnector.salesforcecompositeupsertsink; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSinkConnector; import org.apache.kafka.common.config.ConfigDef; import org.apache.kafka.connect.connector.Task; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelSalesforcecompositeupsertsinkSinkConnector extends CamelSinkConnector { @Override public ConfigDef config() { return CamelSalesforcecompositeupsertsinkSinkConnectorConfig.conf(); } @Override public Class<? extends Task> taskClass() { return CamelSalesforcecompositeupsertsinkSinkTask.class; } }
8,888
0
Create_ds/camel-kafka-connector/connectors/camel-salesforce-composite-upsert-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-salesforce-composite-upsert-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/salesforcecompositeupsertsink/CamelSalesforcecompositeupsertsinkSinkConnectorConfig.java
/* * 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.kafkaconnector.salesforcecompositeupsertsink; import java.util.Map; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSinkConnectorConfig; import org.apache.kafka.common.config.ConfigDef; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelSalesforcecompositeupsertsinkSinkConnectorConfig extends CamelSinkConnectorConfig { public static final String CAMEL_SINK_SALESFORCECOMPOSITEUPSERTSINK_KAMELET_SOBJECT_NAME_CONF = "camel.kamelet.salesforce-composite-upsert-sink.sObjectName"; public static final String CAMEL_SINK_SALESFORCECOMPOSITEUPSERTSINK_KAMELET_SOBJECT_NAME_DOC = "The type of the Salesforce object. Required if using a key-value pair. Example: Contact"; public static final String CAMEL_SINK_SALESFORCECOMPOSITEUPSERTSINK_KAMELET_SOBJECT_NAME_DEFAULT = null; public static final String CAMEL_SINK_SALESFORCECOMPOSITEUPSERTSINK_KAMELET_SOBJECT_ID_NAME_CONF = "camel.kamelet.salesforce-composite-upsert-sink.sObjectIdName"; public static final String CAMEL_SINK_SALESFORCECOMPOSITEUPSERTSINK_KAMELET_SOBJECT_ID_NAME_DOC = "The Field Name of the External ID of the Salesforce object. Required if using a key-value pair."; public static final String CAMEL_SINK_SALESFORCECOMPOSITEUPSERTSINK_KAMELET_SOBJECT_ID_NAME_DEFAULT = null; public static final String CAMEL_SINK_SALESFORCECOMPOSITEUPSERTSINK_KAMELET_LOGIN_URL_CONF = "camel.kamelet.salesforce-composite-upsert-sink.loginUrl"; public static final String CAMEL_SINK_SALESFORCECOMPOSITEUPSERTSINK_KAMELET_LOGIN_URL_DOC = "The Salesforce instance login URL."; public static final String CAMEL_SINK_SALESFORCECOMPOSITEUPSERTSINK_KAMELET_LOGIN_URL_DEFAULT = "https://login.salesforce.com"; public static final String CAMEL_SINK_SALESFORCECOMPOSITEUPSERTSINK_KAMELET_CLIENT_ID_CONF = "camel.kamelet.salesforce-composite-upsert-sink.clientId"; public static final String CAMEL_SINK_SALESFORCECOMPOSITEUPSERTSINK_KAMELET_CLIENT_ID_DOC = "The Salesforce application consumer key."; public static final String CAMEL_SINK_SALESFORCECOMPOSITEUPSERTSINK_KAMELET_CLIENT_ID_DEFAULT = null; public static final String CAMEL_SINK_SALESFORCECOMPOSITEUPSERTSINK_KAMELET_CLIENT_SECRET_CONF = "camel.kamelet.salesforce-composite-upsert-sink.clientSecret"; public static final String CAMEL_SINK_SALESFORCECOMPOSITEUPSERTSINK_KAMELET_CLIENT_SECRET_DOC = "The Salesforce application consumer secret."; public static final String CAMEL_SINK_SALESFORCECOMPOSITEUPSERTSINK_KAMELET_CLIENT_SECRET_DEFAULT = null; public static final String CAMEL_SINK_SALESFORCECOMPOSITEUPSERTSINK_KAMELET_USER_NAME_CONF = "camel.kamelet.salesforce-composite-upsert-sink.userName"; public static final String CAMEL_SINK_SALESFORCECOMPOSITEUPSERTSINK_KAMELET_USER_NAME_DOC = "The Salesforce username."; public static final String CAMEL_SINK_SALESFORCECOMPOSITEUPSERTSINK_KAMELET_USER_NAME_DEFAULT = null; public static final String CAMEL_SINK_SALESFORCECOMPOSITEUPSERTSINK_KAMELET_PASSWORD_CONF = "camel.kamelet.salesforce-composite-upsert-sink.password"; public static final String CAMEL_SINK_SALESFORCECOMPOSITEUPSERTSINK_KAMELET_PASSWORD_DOC = "The Salesforce user password."; public static final String CAMEL_SINK_SALESFORCECOMPOSITEUPSERTSINK_KAMELET_PASSWORD_DEFAULT = null; public CamelSalesforcecompositeupsertsinkSinkConnectorConfig( ConfigDef config, Map<String, String> parsedConfig) { super(config, parsedConfig); } public CamelSalesforcecompositeupsertsinkSinkConnectorConfig( Map<String, String> parsedConfig) { this(conf(), parsedConfig); } public static ConfigDef conf() { ConfigDef conf = new ConfigDef(CamelSinkConnectorConfig.conf()); conf.define(CAMEL_SINK_SALESFORCECOMPOSITEUPSERTSINK_KAMELET_SOBJECT_NAME_CONF, ConfigDef.Type.STRING, CAMEL_SINK_SALESFORCECOMPOSITEUPSERTSINK_KAMELET_SOBJECT_NAME_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SINK_SALESFORCECOMPOSITEUPSERTSINK_KAMELET_SOBJECT_NAME_DOC); conf.define(CAMEL_SINK_SALESFORCECOMPOSITEUPSERTSINK_KAMELET_SOBJECT_ID_NAME_CONF, ConfigDef.Type.STRING, CAMEL_SINK_SALESFORCECOMPOSITEUPSERTSINK_KAMELET_SOBJECT_ID_NAME_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SINK_SALESFORCECOMPOSITEUPSERTSINK_KAMELET_SOBJECT_ID_NAME_DOC); conf.define(CAMEL_SINK_SALESFORCECOMPOSITEUPSERTSINK_KAMELET_LOGIN_URL_CONF, ConfigDef.Type.STRING, CAMEL_SINK_SALESFORCECOMPOSITEUPSERTSINK_KAMELET_LOGIN_URL_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_SALESFORCECOMPOSITEUPSERTSINK_KAMELET_LOGIN_URL_DOC); conf.define(CAMEL_SINK_SALESFORCECOMPOSITEUPSERTSINK_KAMELET_CLIENT_ID_CONF, ConfigDef.Type.STRING, CAMEL_SINK_SALESFORCECOMPOSITEUPSERTSINK_KAMELET_CLIENT_ID_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SINK_SALESFORCECOMPOSITEUPSERTSINK_KAMELET_CLIENT_ID_DOC); conf.define(CAMEL_SINK_SALESFORCECOMPOSITEUPSERTSINK_KAMELET_CLIENT_SECRET_CONF, ConfigDef.Type.PASSWORD, CAMEL_SINK_SALESFORCECOMPOSITEUPSERTSINK_KAMELET_CLIENT_SECRET_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SINK_SALESFORCECOMPOSITEUPSERTSINK_KAMELET_CLIENT_SECRET_DOC); conf.define(CAMEL_SINK_SALESFORCECOMPOSITEUPSERTSINK_KAMELET_USER_NAME_CONF, ConfigDef.Type.STRING, CAMEL_SINK_SALESFORCECOMPOSITEUPSERTSINK_KAMELET_USER_NAME_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SINK_SALESFORCECOMPOSITEUPSERTSINK_KAMELET_USER_NAME_DOC); conf.define(CAMEL_SINK_SALESFORCECOMPOSITEUPSERTSINK_KAMELET_PASSWORD_CONF, ConfigDef.Type.PASSWORD, CAMEL_SINK_SALESFORCECOMPOSITEUPSERTSINK_KAMELET_PASSWORD_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SINK_SALESFORCECOMPOSITEUPSERTSINK_KAMELET_PASSWORD_DOC); return conf; } }
8,889
0
Create_ds/camel-kafka-connector/connectors/camel-salesforce-composite-upsert-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-salesforce-composite-upsert-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/salesforcecompositeupsertsink/CamelSalesforcecompositeupsertsinkSinkTask.java
/* * 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.kafkaconnector.salesforcecompositeupsertsink; import java.util.HashMap; import java.util.Map; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSinkConnectorConfig; import org.apache.camel.kafkaconnector.CamelSinkTask; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelSalesforcecompositeupsertsinkSinkTask extends CamelSinkTask { @Override protected CamelSinkConnectorConfig getCamelSinkConnectorConfig( Map<String, String> props) { return new CamelSalesforcecompositeupsertsinkSinkConnectorConfig(props); } @Override protected String getSinkKamelet() { return "kamelet:salesforce-composite-upsert-sink"; } }
8,890
0
Create_ds/camel-kafka-connector/connectors/camel-aws-sqs-batch-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-aws-sqs-batch-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awssqsbatchsink/CamelAwssqsbatchsinkSinkTask.java
/* * 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.kafkaconnector.awssqsbatchsink; import java.util.HashMap; import java.util.Map; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSinkConnectorConfig; import org.apache.camel.kafkaconnector.CamelSinkTask; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelAwssqsbatchsinkSinkTask extends CamelSinkTask { @Override protected CamelSinkConnectorConfig getCamelSinkConnectorConfig( Map<String, String> props) { return new CamelAwssqsbatchsinkSinkConnectorConfig(props); } @Override protected String getSinkKamelet() { return "kamelet:aws-sqs-batch-sink"; } }
8,891
0
Create_ds/camel-kafka-connector/connectors/camel-aws-sqs-batch-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-aws-sqs-batch-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awssqsbatchsink/CamelAwssqsbatchsinkSinkConnectorConfig.java
/* * 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.kafkaconnector.awssqsbatchsink; import java.util.Map; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSinkConnectorConfig; import org.apache.kafka.common.config.ConfigDef; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelAwssqsbatchsinkSinkConnectorConfig extends CamelSinkConnectorConfig { public static final String CAMEL_SINK_AWSSQSBATCHSINK_KAMELET_QUEUE_NAME_OR_ARN_CONF = "camel.kamelet.aws-sqs-batch-sink.queueNameOrArn"; public static final String CAMEL_SINK_AWSSQSBATCHSINK_KAMELET_QUEUE_NAME_OR_ARN_DOC = "The SQS Queue name or ARN"; public static final String CAMEL_SINK_AWSSQSBATCHSINK_KAMELET_QUEUE_NAME_OR_ARN_DEFAULT = null; public static final String CAMEL_SINK_AWSSQSBATCHSINK_KAMELET_ACCESS_KEY_CONF = "camel.kamelet.aws-sqs-batch-sink.accessKey"; public static final String CAMEL_SINK_AWSSQSBATCHSINK_KAMELET_ACCESS_KEY_DOC = "The access key obtained from AWS."; public static final String CAMEL_SINK_AWSSQSBATCHSINK_KAMELET_ACCESS_KEY_DEFAULT = null; public static final String CAMEL_SINK_AWSSQSBATCHSINK_KAMELET_SECRET_KEY_CONF = "camel.kamelet.aws-sqs-batch-sink.secretKey"; public static final String CAMEL_SINK_AWSSQSBATCHSINK_KAMELET_SECRET_KEY_DOC = "The secret key obtained from AWS."; public static final String CAMEL_SINK_AWSSQSBATCHSINK_KAMELET_SECRET_KEY_DEFAULT = null; public static final String CAMEL_SINK_AWSSQSBATCHSINK_KAMELET_REGION_CONF = "camel.kamelet.aws-sqs-batch-sink.region"; public static final String CAMEL_SINK_AWSSQSBATCHSINK_KAMELET_REGION_DOC = "The AWS region to access."; public static final String CAMEL_SINK_AWSSQSBATCHSINK_KAMELET_REGION_DEFAULT = null; public static final String CAMEL_SINK_AWSSQSBATCHSINK_KAMELET_AUTO_CREATE_QUEUE_CONF = "camel.kamelet.aws-sqs-batch-sink.autoCreateQueue"; public static final String CAMEL_SINK_AWSSQSBATCHSINK_KAMELET_AUTO_CREATE_QUEUE_DOC = "Setting the autocreation of the SQS queue."; public static final Boolean CAMEL_SINK_AWSSQSBATCHSINK_KAMELET_AUTO_CREATE_QUEUE_DEFAULT = false; public static final String CAMEL_SINK_AWSSQSBATCHSINK_KAMELET_BATCH_SEPARATOR_CONF = "camel.kamelet.aws-sqs-batch-sink.batchSeparator"; public static final String CAMEL_SINK_AWSSQSBATCHSINK_KAMELET_BATCH_SEPARATOR_DOC = "The batch separator string Example: ,"; public static final String CAMEL_SINK_AWSSQSBATCHSINK_KAMELET_BATCH_SEPARATOR_DEFAULT = null; public static final String CAMEL_SINK_AWSSQSBATCHSINK_KAMELET_AMAZON_AWSHOST_CONF = "camel.kamelet.aws-sqs-batch-sink.amazonAWSHost"; public static final String CAMEL_SINK_AWSSQSBATCHSINK_KAMELET_AMAZON_AWSHOST_DOC = "The hostname of the Amazon AWS cloud."; public static final String CAMEL_SINK_AWSSQSBATCHSINK_KAMELET_AMAZON_AWSHOST_DEFAULT = "amazonaws.com"; public static final String CAMEL_SINK_AWSSQSBATCHSINK_KAMELET_PROTOCOL_CONF = "camel.kamelet.aws-sqs-batch-sink.protocol"; public static final String CAMEL_SINK_AWSSQSBATCHSINK_KAMELET_PROTOCOL_DOC = "The underlying protocol used to communicate with SQS Example: http or https"; public static final String CAMEL_SINK_AWSSQSBATCHSINK_KAMELET_PROTOCOL_DEFAULT = "https"; public static final String CAMEL_SINK_AWSSQSBATCHSINK_KAMELET_USE_DEFAULT_CREDENTIALS_PROVIDER_CONF = "camel.kamelet.aws-sqs-batch-sink.useDefaultCredentialsProvider"; public static final String CAMEL_SINK_AWSSQSBATCHSINK_KAMELET_USE_DEFAULT_CREDENTIALS_PROVIDER_DOC = "Set whether the SQS client should expect to load credentials through a default credentials provider or to expect static credentials to be passed in."; public static final Boolean CAMEL_SINK_AWSSQSBATCHSINK_KAMELET_USE_DEFAULT_CREDENTIALS_PROVIDER_DEFAULT = false; public static final String CAMEL_SINK_AWSSQSBATCHSINK_KAMELET_URI_ENDPOINT_OVERRIDE_CONF = "camel.kamelet.aws-sqs-batch-sink.uriEndpointOverride"; public static final String CAMEL_SINK_AWSSQSBATCHSINK_KAMELET_URI_ENDPOINT_OVERRIDE_DOC = "The overriding endpoint URI. To use this option, you must also select the `overrideEndpoint` option."; public static final String CAMEL_SINK_AWSSQSBATCHSINK_KAMELET_URI_ENDPOINT_OVERRIDE_DEFAULT = null; public static final String CAMEL_SINK_AWSSQSBATCHSINK_KAMELET_OVERRIDE_ENDPOINT_CONF = "camel.kamelet.aws-sqs-batch-sink.overrideEndpoint"; public static final String CAMEL_SINK_AWSSQSBATCHSINK_KAMELET_OVERRIDE_ENDPOINT_DOC = "Select this option to override the endpoint URI. To use this option, you must also provide a URI for the `uriEndpointOverride` option."; public static final Boolean CAMEL_SINK_AWSSQSBATCHSINK_KAMELET_OVERRIDE_ENDPOINT_DEFAULT = false; public CamelAwssqsbatchsinkSinkConnectorConfig( ConfigDef config, Map<String, String> parsedConfig) { super(config, parsedConfig); } public CamelAwssqsbatchsinkSinkConnectorConfig( Map<String, String> parsedConfig) { this(conf(), parsedConfig); } public static ConfigDef conf() { ConfigDef conf = new ConfigDef(CamelSinkConnectorConfig.conf()); conf.define(CAMEL_SINK_AWSSQSBATCHSINK_KAMELET_QUEUE_NAME_OR_ARN_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSSQSBATCHSINK_KAMELET_QUEUE_NAME_OR_ARN_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SINK_AWSSQSBATCHSINK_KAMELET_QUEUE_NAME_OR_ARN_DOC); conf.define(CAMEL_SINK_AWSSQSBATCHSINK_KAMELET_ACCESS_KEY_CONF, ConfigDef.Type.PASSWORD, CAMEL_SINK_AWSSQSBATCHSINK_KAMELET_ACCESS_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSSQSBATCHSINK_KAMELET_ACCESS_KEY_DOC); conf.define(CAMEL_SINK_AWSSQSBATCHSINK_KAMELET_SECRET_KEY_CONF, ConfigDef.Type.PASSWORD, CAMEL_SINK_AWSSQSBATCHSINK_KAMELET_SECRET_KEY_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSSQSBATCHSINK_KAMELET_SECRET_KEY_DOC); conf.define(CAMEL_SINK_AWSSQSBATCHSINK_KAMELET_REGION_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSSQSBATCHSINK_KAMELET_REGION_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SINK_AWSSQSBATCHSINK_KAMELET_REGION_DOC); conf.define(CAMEL_SINK_AWSSQSBATCHSINK_KAMELET_AUTO_CREATE_QUEUE_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWSSQSBATCHSINK_KAMELET_AUTO_CREATE_QUEUE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSSQSBATCHSINK_KAMELET_AUTO_CREATE_QUEUE_DOC); conf.define(CAMEL_SINK_AWSSQSBATCHSINK_KAMELET_BATCH_SEPARATOR_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSSQSBATCHSINK_KAMELET_BATCH_SEPARATOR_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SINK_AWSSQSBATCHSINK_KAMELET_BATCH_SEPARATOR_DOC); conf.define(CAMEL_SINK_AWSSQSBATCHSINK_KAMELET_AMAZON_AWSHOST_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSSQSBATCHSINK_KAMELET_AMAZON_AWSHOST_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSSQSBATCHSINK_KAMELET_AMAZON_AWSHOST_DOC); conf.define(CAMEL_SINK_AWSSQSBATCHSINK_KAMELET_PROTOCOL_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSSQSBATCHSINK_KAMELET_PROTOCOL_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSSQSBATCHSINK_KAMELET_PROTOCOL_DOC); conf.define(CAMEL_SINK_AWSSQSBATCHSINK_KAMELET_USE_DEFAULT_CREDENTIALS_PROVIDER_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWSSQSBATCHSINK_KAMELET_USE_DEFAULT_CREDENTIALS_PROVIDER_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSSQSBATCHSINK_KAMELET_USE_DEFAULT_CREDENTIALS_PROVIDER_DOC); conf.define(CAMEL_SINK_AWSSQSBATCHSINK_KAMELET_URI_ENDPOINT_OVERRIDE_CONF, ConfigDef.Type.STRING, CAMEL_SINK_AWSSQSBATCHSINK_KAMELET_URI_ENDPOINT_OVERRIDE_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSSQSBATCHSINK_KAMELET_URI_ENDPOINT_OVERRIDE_DOC); conf.define(CAMEL_SINK_AWSSQSBATCHSINK_KAMELET_OVERRIDE_ENDPOINT_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_AWSSQSBATCHSINK_KAMELET_OVERRIDE_ENDPOINT_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_AWSSQSBATCHSINK_KAMELET_OVERRIDE_ENDPOINT_DOC); return conf; } }
8,892
0
Create_ds/camel-kafka-connector/connectors/camel-aws-sqs-batch-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-aws-sqs-batch-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/awssqsbatchsink/CamelAwssqsbatchsinkSinkConnector.java
/* * 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.kafkaconnector.awssqsbatchsink; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSinkConnector; import org.apache.kafka.common.config.ConfigDef; import org.apache.kafka.connect.connector.Task; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelAwssqsbatchsinkSinkConnector extends CamelSinkConnector { @Override public ConfigDef config() { return CamelAwssqsbatchsinkSinkConnectorConfig.conf(); } @Override public Class<? extends Task> taskClass() { return CamelAwssqsbatchsinkSinkTask.class; } }
8,893
0
Create_ds/camel-kafka-connector/connectors/camel-jira-add-comment-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-jira-add-comment-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jiraaddcommentsink/CamelJiraaddcommentsinkSinkTask.java
/* * 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.kafkaconnector.jiraaddcommentsink; import java.util.HashMap; import java.util.Map; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSinkConnectorConfig; import org.apache.camel.kafkaconnector.CamelSinkTask; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelJiraaddcommentsinkSinkTask extends CamelSinkTask { @Override protected CamelSinkConnectorConfig getCamelSinkConnectorConfig( Map<String, String> props) { return new CamelJiraaddcommentsinkSinkConnectorConfig(props); } @Override protected String getSinkKamelet() { return "kamelet:jira-add-comment-sink"; } }
8,894
0
Create_ds/camel-kafka-connector/connectors/camel-jira-add-comment-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-jira-add-comment-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jiraaddcommentsink/CamelJiraaddcommentsinkSinkConnectorConfig.java
/* * 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.kafkaconnector.jiraaddcommentsink; import java.util.Map; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSinkConnectorConfig; import org.apache.kafka.common.config.ConfigDef; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelJiraaddcommentsinkSinkConnectorConfig extends CamelSinkConnectorConfig { public static final String CAMEL_SINK_JIRAADDCOMMENTSINK_KAMELET_JIRA_URL_CONF = "camel.kamelet.jira-add-comment-sink.jiraUrl"; public static final String CAMEL_SINK_JIRAADDCOMMENTSINK_KAMELET_JIRA_URL_DOC = "The URL of your instance of Jira Example: http://my_jira.com:8081"; public static final String CAMEL_SINK_JIRAADDCOMMENTSINK_KAMELET_JIRA_URL_DEFAULT = null; public static final String CAMEL_SINK_JIRAADDCOMMENTSINK_KAMELET_USERNAME_CONF = "camel.kamelet.jira-add-comment-sink.username"; public static final String CAMEL_SINK_JIRAADDCOMMENTSINK_KAMELET_USERNAME_DOC = "The username to access Jira"; public static final String CAMEL_SINK_JIRAADDCOMMENTSINK_KAMELET_USERNAME_DEFAULT = null; public static final String CAMEL_SINK_JIRAADDCOMMENTSINK_KAMELET_PASSWORD_CONF = "camel.kamelet.jira-add-comment-sink.password"; public static final String CAMEL_SINK_JIRAADDCOMMENTSINK_KAMELET_PASSWORD_DOC = "The password to access Jira"; public static final String CAMEL_SINK_JIRAADDCOMMENTSINK_KAMELET_PASSWORD_DEFAULT = null; public static final String CAMEL_SINK_JIRAADDCOMMENTSINK_KAMELET_PERSONALTOKEN_CONF = "camel.kamelet.jira-add-comment-sink.personal-token"; public static final String CAMEL_SINK_JIRAADDCOMMENTSINK_KAMELET_PERSONALTOKEN_DOC = "Personal Token"; public static final String CAMEL_SINK_JIRAADDCOMMENTSINK_KAMELET_PERSONALTOKEN_DEFAULT = null; public CamelJiraaddcommentsinkSinkConnectorConfig( ConfigDef config, Map<String, String> parsedConfig) { super(config, parsedConfig); } public CamelJiraaddcommentsinkSinkConnectorConfig( Map<String, String> parsedConfig) { this(conf(), parsedConfig); } public static ConfigDef conf() { ConfigDef conf = new ConfigDef(CamelSinkConnectorConfig.conf()); conf.define(CAMEL_SINK_JIRAADDCOMMENTSINK_KAMELET_JIRA_URL_CONF, ConfigDef.Type.STRING, CAMEL_SINK_JIRAADDCOMMENTSINK_KAMELET_JIRA_URL_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SINK_JIRAADDCOMMENTSINK_KAMELET_JIRA_URL_DOC); conf.define(CAMEL_SINK_JIRAADDCOMMENTSINK_KAMELET_USERNAME_CONF, ConfigDef.Type.STRING, CAMEL_SINK_JIRAADDCOMMENTSINK_KAMELET_USERNAME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JIRAADDCOMMENTSINK_KAMELET_USERNAME_DOC); conf.define(CAMEL_SINK_JIRAADDCOMMENTSINK_KAMELET_PASSWORD_CONF, ConfigDef.Type.PASSWORD, CAMEL_SINK_JIRAADDCOMMENTSINK_KAMELET_PASSWORD_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JIRAADDCOMMENTSINK_KAMELET_PASSWORD_DOC); conf.define(CAMEL_SINK_JIRAADDCOMMENTSINK_KAMELET_PERSONALTOKEN_CONF, ConfigDef.Type.STRING, CAMEL_SINK_JIRAADDCOMMENTSINK_KAMELET_PERSONALTOKEN_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_JIRAADDCOMMENTSINK_KAMELET_PERSONALTOKEN_DOC); return conf; } }
8,895
0
Create_ds/camel-kafka-connector/connectors/camel-jira-add-comment-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-jira-add-comment-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/jiraaddcommentsink/CamelJiraaddcommentsinkSinkConnector.java
/* * 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.kafkaconnector.jiraaddcommentsink; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSinkConnector; import org.apache.kafka.common.config.ConfigDef; import org.apache.kafka.connect.connector.Task; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelJiraaddcommentsinkSinkConnector extends CamelSinkConnector { @Override public ConfigDef config() { return CamelJiraaddcommentsinkSinkConnectorConfig.conf(); } @Override public Class<? extends Task> taskClass() { return CamelJiraaddcommentsinkSinkTask.class; } }
8,896
0
Create_ds/camel-kafka-connector/connectors/camel-minio-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-minio-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/miniosink/CamelMiniosinkSinkConnector.java
/* * 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.kafkaconnector.miniosink; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSinkConnector; import org.apache.kafka.common.config.ConfigDef; import org.apache.kafka.connect.connector.Task; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelMiniosinkSinkConnector extends CamelSinkConnector { @Override public ConfigDef config() { return CamelMiniosinkSinkConnectorConfig.conf(); } @Override public Class<? extends Task> taskClass() { return CamelMiniosinkSinkTask.class; } }
8,897
0
Create_ds/camel-kafka-connector/connectors/camel-minio-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-minio-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/miniosink/CamelMiniosinkSinkConnectorConfig.java
/* * 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.kafkaconnector.miniosink; import java.util.Map; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSinkConnectorConfig; import org.apache.kafka.common.config.ConfigDef; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelMiniosinkSinkConnectorConfig extends CamelSinkConnectorConfig { public static final String CAMEL_SINK_MINIOSINK_KAMELET_BUCKET_NAME_CONF = "camel.kamelet.minio-sink.bucketName"; public static final String CAMEL_SINK_MINIOSINK_KAMELET_BUCKET_NAME_DOC = "The Minio Bucket name."; public static final String CAMEL_SINK_MINIOSINK_KAMELET_BUCKET_NAME_DEFAULT = null; public static final String CAMEL_SINK_MINIOSINK_KAMELET_ACCESS_KEY_CONF = "camel.kamelet.minio-sink.accessKey"; public static final String CAMEL_SINK_MINIOSINK_KAMELET_ACCESS_KEY_DOC = "The access key obtained from MinIO."; public static final String CAMEL_SINK_MINIOSINK_KAMELET_ACCESS_KEY_DEFAULT = null; public static final String CAMEL_SINK_MINIOSINK_KAMELET_SECRET_KEY_CONF = "camel.kamelet.minio-sink.secretKey"; public static final String CAMEL_SINK_MINIOSINK_KAMELET_SECRET_KEY_DOC = "The secret key obtained from MinIO."; public static final String CAMEL_SINK_MINIOSINK_KAMELET_SECRET_KEY_DEFAULT = null; public static final String CAMEL_SINK_MINIOSINK_KAMELET_ENDPOINT_CONF = "camel.kamelet.minio-sink.endpoint"; public static final String CAMEL_SINK_MINIOSINK_KAMELET_ENDPOINT_DOC = "The MinIO Endpoint. You can specify an URL, domain name, IPv4 address, or IPv6 address. Example: http://localhost:9000"; public static final String CAMEL_SINK_MINIOSINK_KAMELET_ENDPOINT_DEFAULT = null; public static final String CAMEL_SINK_MINIOSINK_KAMELET_AUTO_CREATE_BUCKET_CONF = "camel.kamelet.minio-sink.autoCreateBucket"; public static final String CAMEL_SINK_MINIOSINK_KAMELET_AUTO_CREATE_BUCKET_DOC = "Specify to automatically create the MinIO bucket."; public static final Boolean CAMEL_SINK_MINIOSINK_KAMELET_AUTO_CREATE_BUCKET_DEFAULT = false; public static final String CAMEL_SINK_MINIOSINK_KAMELET_KEY_NAME_CONF = "camel.kamelet.minio-sink.keyName"; public static final String CAMEL_SINK_MINIOSINK_KAMELET_KEY_NAME_DOC = "The key name for saving an element in the bucket."; public static final String CAMEL_SINK_MINIOSINK_KAMELET_KEY_NAME_DEFAULT = null; public CamelMiniosinkSinkConnectorConfig( ConfigDef config, Map<String, String> parsedConfig) { super(config, parsedConfig); } public CamelMiniosinkSinkConnectorConfig(Map<String, String> parsedConfig) { this(conf(), parsedConfig); } public static ConfigDef conf() { ConfigDef conf = new ConfigDef(CamelSinkConnectorConfig.conf()); conf.define(CAMEL_SINK_MINIOSINK_KAMELET_BUCKET_NAME_CONF, ConfigDef.Type.STRING, CAMEL_SINK_MINIOSINK_KAMELET_BUCKET_NAME_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SINK_MINIOSINK_KAMELET_BUCKET_NAME_DOC); conf.define(CAMEL_SINK_MINIOSINK_KAMELET_ACCESS_KEY_CONF, ConfigDef.Type.PASSWORD, CAMEL_SINK_MINIOSINK_KAMELET_ACCESS_KEY_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SINK_MINIOSINK_KAMELET_ACCESS_KEY_DOC); conf.define(CAMEL_SINK_MINIOSINK_KAMELET_SECRET_KEY_CONF, ConfigDef.Type.PASSWORD, CAMEL_SINK_MINIOSINK_KAMELET_SECRET_KEY_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SINK_MINIOSINK_KAMELET_SECRET_KEY_DOC); conf.define(CAMEL_SINK_MINIOSINK_KAMELET_ENDPOINT_CONF, ConfigDef.Type.STRING, CAMEL_SINK_MINIOSINK_KAMELET_ENDPOINT_DEFAULT, ConfigDef.Importance.HIGH, CAMEL_SINK_MINIOSINK_KAMELET_ENDPOINT_DOC); conf.define(CAMEL_SINK_MINIOSINK_KAMELET_AUTO_CREATE_BUCKET_CONF, ConfigDef.Type.BOOLEAN, CAMEL_SINK_MINIOSINK_KAMELET_AUTO_CREATE_BUCKET_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_MINIOSINK_KAMELET_AUTO_CREATE_BUCKET_DOC); conf.define(CAMEL_SINK_MINIOSINK_KAMELET_KEY_NAME_CONF, ConfigDef.Type.STRING, CAMEL_SINK_MINIOSINK_KAMELET_KEY_NAME_DEFAULT, ConfigDef.Importance.MEDIUM, CAMEL_SINK_MINIOSINK_KAMELET_KEY_NAME_DOC); return conf; } }
8,898
0
Create_ds/camel-kafka-connector/connectors/camel-minio-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector
Create_ds/camel-kafka-connector/connectors/camel-minio-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/miniosink/CamelMiniosinkSinkTask.java
/* * 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.kafkaconnector.miniosink; import java.util.HashMap; import java.util.Map; import javax.annotation.Generated; import org.apache.camel.kafkaconnector.CamelSinkConnectorConfig; import org.apache.camel.kafkaconnector.CamelSinkTask; @Generated("This class has been generated by camel-kafka-connector-generator-maven-plugin, remove this annotation to prevent it from being generated.") public class CamelMiniosinkSinkTask extends CamelSinkTask { @Override protected CamelSinkConnectorConfig getCamelSinkConnectorConfig( Map<String, String> props) { return new CamelMiniosinkSinkConnectorConfig(props); } @Override protected String getSinkKamelet() { return "kamelet:minio-sink"; } }
8,899