Skip to content

A training project. We receive the data in Kafka's consumer and asynchronously forward it via http to a third-party service

Notifications You must be signed in to change notification settings

PureLeach/go-kafka-consumer-with-http-sendler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kafka consumer with http sendler

Kafka's consumer implementation service. After the application is launched, asynchronous cache filling begins for future data enrichment. It then runs an infinite loop that listens to the kafka topic, validates and processes the data, and sends it over http asynchronously to a third-party service.

Getting Started

To get started with the project, follow these steps:

  1. Clone the repository:
git clone https://github.com/PureLeach/go-kafka-consumer-with-http-sendler.git
  1. Copy the settings file and change them:
cp example.env .env
  1. Build the project:
make build   
  1. Run the project:
make start

About

A training project. We receive the data in Kafka's consumer and asynchronously forward it via http to a third-party service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published