dcortesnet / Python-Kafka-pub-sub

Basic flow of event publish and subscribe model using Apache Kafka The project consists of 2 services, one for publications and the other for consumers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python 3.5+ Apache Kafka Pub/Sub License: MIT

Basic flow of event publish and subscribe model using Apache Kafka The project consists of 2 services, one for publications and the other for consumers.

Endpoints

Service Method Endpoint body Description
Service pub POST http://localhost:8000/messages {message: "Hello world"} Create new resource
Service sub GET http://localhost:8001/messages Get all resources

Team

Developed by Diego Cortés

About

Basic flow of event publish and subscribe model using Apache Kafka The project consists of 2 services, one for publications and the other for consumers.

License:MIT License


Languages

Language:Python 100.0%