learn-kafka-courses icon indicating copy to clipboard operation
learn-kafka-courses copied to clipboard

Learn the basics of Apache Kafka® from leaders in the Kafka community with these video courses covering the Kafka ecosystem and hands-on exercises.

Results 12 learn-kafka-courses issues
Sort by recently updated
recently updated
newest added

Running `./gradlew build` causes errors on a M1 (ARM) mac, and the KTable and StreamsJoin examples don't work, apparently because Kafka Streams depends on RocksDB, and the version Kafka Streams...

With the importer set to aggregate the wrong topics were being created so the reference just needed to be updated to match the application

there are many problems in ApplianceOrder, ElectronicOrder, User.java and may be more. For eg these are compilation errors when I am trying to run the joins example. This is in...

When running initial 'build', testing phase (during aggregate test?) seems to be having an issue finding the lib for rocksdb. When I check, there is indeed no file (or similar...

(Taken from https://github.com/confluentinc/kafka-tutorials/issues/937 over at the Kafka Tutorials repo. The same reasoning applies.) The current kafka tutorials user experience is sub optimal: - User must install Docker, ccloud CLI, and...

Running `./gradlew runStreams -Pargs=windows` after doing the tutorial gives no result (in the terminal), no incoming records seem to be produced. I also copied over the answer and ran that,...

When you follow the steps for setting-up the cluster (in /kafka-streams/) and java client, there is no 'Schema Registry' step. Then the run of `aggregate` example fails on` org.apache.kafka.common.config.ConfigException: Missing...