GithubHelp home page GithubHelp logo

dotnet-kafka's Introduction

Projeto de Exemplo com .NET 7 e Kafka utilizando Schema Registry e Confluent

Este é um exemplo de projeto utilizando .NET 7 e Kafka, integrando-se com o Confluent Platform para gestão de esquemas (Schema Registry). O projeto inclui dois arquivos Docker Compose para facilitar a execução do ambiente Kafka.

Pré-requisitos

Como Executar

  1. Clone o repositório:
git clone https://github.com/flavioleal/dotnet-kafka.git
cd dotnet-kafka
  1. Execute o Docker Compose para o ambiente Kafka:
docker-compose -f docker/docker-compose.yaml up -d
docker-compose -f docker/docker-compose-confluent.yml up -d

Detalhes do Ambiente Docker

Kafka Brokers:

  • broker (Confluent Kafka 7.5.0) - Portas: 9092 (PLAINTEXT), 9101 (JMX)
  • broker1 e broker2 (Confluent Kafka 7.1.0) - Portas: 9094, 9095 (PLAINTEXT)

Schema Registry:

  • schema-registry (Confluent Schema Registry 7.5.0) - Porta: 8081

Kafka Connect:

  • connect (Confluent Connect 0.6.2-7.5.0) - Porta: 8083

KSQLDB:

  • ksqldb-server (Confluent KSQLDB 7.5.0) - Porta: 8088
  • ksqldb-cli (Confluent KSQLDB CLI 7.5.0)

Control Center:

  • control-center (Confluent Control Center 7.5.0) - Porta: 9021

Kafka REST Proxy:

  • rest-proxy (Confluent Kafka REST Proxy 7.5.0) - Porta: 8082

Zookeeper:

  • zookeeper (Zookeeper 3.8) - Porta: 2181

Observações

Certifique-se de que as portas necessárias (por exemplo, 9092, 8081) estão disponíveis.

Referências

dotnet-kafka's People

Contributors

flavioleal avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.