Skip to content

Assaviv/KafkaConnect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KafkaConnect

POC of kafka connect with mongodb

How to use:

  • Run to following command in the terminal
docker compose -p mongo-kafka up  --force-recreate
  • Check the data from mongodb container
docker exec -it mongo1 /bin/bash
mongosh "mongodb:https://mongo1"
use Tutorial2
db.pets.find()
  • See the connector status
docker exec -it py-service /bin/bash
status

Configurations:

Configure mongodb connector under simplesink.json

About

POC of kafka connect

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published