This repository is for the Apache Kafka for .Net Developers course provided by Confluent Developer.
For full details of the course and exercise instructions, please visit developer.confluent.io.
A Gitpod configuration is available for these exercises. You can use this to construct a pre-configured environment suitable for working on the exercises:
A cheatsheet containing code snippets from the course lectures can be found in:
This folder is where you will do your work. Inside the folder you will find an exercise.sh and exercise.bat script.
You can use this script to setup an exercise by running:
./exercise.sh stage <exerciseId>or
exercise.bat stage <exerciseId>You can solve the exercise automatically by running:
./exercise.sh solve <exerciseId>or
exercise.bat solve <exerciseId>You can also solve an individual file by running:
./exercise.sh solve <exerciseId> <filename>or
exercise.bat solve <exerciseId> <filename>This folder contains any file necessary to set up for the individual exercises. For the most part, you can probably ignore this folder.
This folder contains the solution files for each exercise. You can use it for reference if needed, but we recommend you try and do each exercise on your own.