camel-kafka-connector-examples
camel-kafka-connector-examples copied to clipboard
Apache Camel Kafka Connector Examples
Bumps org.apache.kafka:kafka-clients from 2.5.0 to 2.6.3. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps org.apache.kafka:kafka-clients from 2.5.0 to 2.6.3. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps org.apache.kafka:kafka_2.12 from 2.5.0 to 2.6.3. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps org.apache.kafka:kafka_2.12 from 2.5.0 to 2.6.3. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Hello I am trying to use websocket source from [here](https://camel.netlify.app/camel-kafka-connector/latest/connectors/camel-atmosphere-websocket-kafka-source-connector.html) . My problem is I am not getting any error and even if i provide a non-existent wes socket enspoint...
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.11.3 to 2.12.7.1. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps log4j-core from 2.13.3 to 2.17.1. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps [resteasy-client](https://github.com/resteasy/Resteasy) from 4.5.6.Final to 4.6.0.Final. Commits 21ace63 [RESTEASY-2811] 4.6.0-SNAPSHOT->4.6.0.Final 1a361c8 [RESTEASY-2809] Change the order the fall through values are found for config... 5546877 [RESTEASY-2767] Additional documentation for RESTEasy configuration....
I want to add a source connector for polling Bundles from a FHIR API. Therefore I put together the following config: ```json { "name": "my-fhir-source-connector", "config": { "connector.class": "org.apache.camel.kafkaconnector.fhir.CamelFhirSourceConnector", "tasks.max":...
Since we have two LTS release train now, we should have two folders supporting the two different release: - 0.11.x with old approach - 1.0.x with kamelet approach (where we...