Get products data from three different sources, parse it to single format and persist it in kafka.
docker-compose up -d
Open kafka-ui on http://localhost:9091/
#build
make build
#run from go files
make run-dev
#run binary
make run
Get products data from three different sources, parse it to single format and persist it in kafka.
docker-compose up -d
Open kafka-ui on http://localhost:9091/
#build
make build
#run from go files
make run-dev
#run binary
make run