Skip to content

confluentinc/training-technical-essentials-src

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kafka Essentials

This repository contains the sample code discussed and used in the Confluent course Kafka Technical Essentials.

Build Java Examples

  1. From within the folder containing the build.gradle file run the following command:

    Bash

    $ docker container run --rm \
        -v ${PWD}:/home/gradle/project \
        -v ${HOME}/.gradle:/root/.gradle \
        -w /home/gradle/project \
        frekele/gradle:latest gradle build

    Powershell

    PS> docker container run --rm `
        -v ${PWD}:/home/gradle/project `
        -v ${HOME}/.gradle:/root/.gradle `
        -w /home/gradle/project `
        frekele/gradle:latest gradle build

About

Source code accompanying the course Apache Kafka Technical Essentials

Resources

Stars

Watchers

Forks

Packages

No packages published