kafka-avro-course icon indicating copy to clipboard operation
kafka-avro-course copied to clipboard

Learn the Confluent Schema Registry & REST Proxy

Results 12 kafka-avro-course issues
Sort by recently updated
recently updated
newest added

To fix the error below : ```xml Could not resolve dependencies for project com.github.simplesteph.udemy.kafka:kafka-avro-v2:jar:1.0-SNAPSHOT: The following artifacts could not be resolved: io.confluent:kafka-avro-serializer:jar:3.1.1, io.confluent:kafka-schema-registry-client:jar:3.1.1, io.confluent:common-config:jar:3.1.1, io.confluent:common-utils:jar:3.1.1: Could not transfer artifact io.confluent:kafka-avro-serializer:jar:3.1.1...

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

Hi Stephaane, I was just wondering if you could add to this repository the rest-proxy files like the rest-proxy-insomnia,json Thank you for your work!

Hi, in **kafka-avro-course/kafka-avro-v2**, there are mulptiple versions of library **org.xerial.snappy:snappy-java**. However, according to Maven's dependency management strategy: **_"first declaration wins"_**, only **org.xerial.snappy:snappy-java:1.1.1.3** can be loaded, and **org.xerial.snappy:snappy-java:1.1.2.6** will be shadowed....

In this example you are using that avro file and creat that class automatically. so in most of the situation we need to create a class with the variables we...

in SchemaEvolutionExamples there is a camel case error and the sample fails should be final File file = new File("customerV1.avro");

While building pom.xml I am getting this error in both v1 and v2 ``` Downloaded: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.7/joda-time-2.7.jar (576 KB at 114.5 KB/sec) [WARNING] Error injecting: org.apache.avro.mojo.SchemaMojo com.google.inject.ProvisionException: Unable to provision, see...

Hello Stéphane, I was following the instructions in the course and my generated specific class was not being found by the runnable class. I'm not very experienced in maven so...

Bumps org.apache.avro:avro from 1.11.1 to 1.11.3. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.avro:avro&package-manager=maven&previous-version=1.11.1&new-version=1.11.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...

dependencies