camel-kafka-connector-examples icon indicating copy to clipboard operation
camel-kafka-connector-examples copied to clipboard

Apache Camel Kafka Connector Examples

Results 20 camel-kafka-connector-examples issues
Sort by recently updated
recently updated
newest added

Bumps org.apache.kafka:kafka-clients from 2.5.0 to 2.6.3. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.kafka:kafka-clients&package-manager=maven&previous-version=2.5.0&new-version=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...

dependencies

Bumps org.apache.kafka:kafka-clients from 2.5.0 to 2.6.3. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.kafka:kafka-clients&package-manager=maven&previous-version=2.5.0&new-version=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...

dependencies

Bumps org.apache.kafka:kafka_2.12 from 2.5.0 to 2.6.3. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.kafka:kafka_2.12&package-manager=maven&previous-version=2.5.0&new-version=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...

dependencies

Bumps org.apache.kafka:kafka_2.12 from 2.5.0 to 2.6.3. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.kafka:kafka_2.12&package-manager=maven&previous-version=2.5.0&new-version=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...

dependencies

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-databind&package-manager=maven&previous-version=2.11.3&new-version=2.12.7.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...

dependencies

Bumps log4j-core from 2.13.3 to 2.17.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.logging.log4j:log4j-core&package-manager=maven&previous-version=2.13.3&new-version=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...

dependencies

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....

dependencies

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...