Skip to content
#

apache-kafka

Here are 524 public repositories matching this topic...

kafka-ui
azkarra-streams
fhussonnois
fhussonnois commented May 12, 2020

Currenlty a StreamsExecutionEnvironment instance can be registed directly through the AzkarraContext#addExecutionEnvironment method and from the configuration.

The following example shows how to define an environment using configuration :

azkarra {
  // Create a environment for running the WordCountTopology
  environments = [
    {
      name: "dev"
      config = {}
      jo

Improve this page

Add a description, image, and links to the apache-kafka topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the apache-kafka topic, visit your repo's landing page and select "manage topics."

Learn more