Skip to content

confluentinc/learn-apache-kafka-for-dotnet-developers-exercises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apache Kafka for .Net Developers

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.

Gitpod

A Gitpod configuration is available for these exercises. You can use this to construct a pre-configured environment suitable for working on the exercises:

Open in Gitpod

Cheatsheet

A cheatsheet containing code snippets from the course lectures can be found in:

cheatsheet.md

Repo Structure

exercises

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>

staging

This folder contains any file necessary to set up for the individual exercises. For the most part, you can probably ignore this folder.

solutions

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published