Skip to content

martinhynar/docker-kafka-nifi-schemaregistry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker setup for Kafka + NiFi + Schema Registry

Apache NiFi

Confluent Platform Components

Version 6.0.0 is used in this setup.

For other versions, setup can have some differences.

Execution

Start the environment with docker-compose up. Once all services are up and running, there will be available several ports:

Port 9092 - Kafka

Use this port to connect Kafka Producers, Kafka Consumers and other services directly communicating with Kafka.

  • Protocol: PLAINTEXT
  • Authentication: None

Port 8082 - Kafka REST

REST interface to Kafka.

Documentation for Kafka REST API: https://docs.confluent.io/current/kafka-rest/api.html

  • Protocol: HTTP
  • Authentication: None

Operations

Port 8085 - Schema Registry

REST interface to Schema Registry.

Documentation for Schema Registry API: https://docs.confluent.io/current/schema-registry/develop/api.html

  • Protocol: HTTP
  • Authentication: None

Port 8080 - NiFi

NiFi user interface.

http://localhost:8080/nifi

  • Protocol: HTTP
  • Authentication: None

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published