Log requests from a given Kafka topic to Avro files periodically backed up to S3. TODO - should look into kafka S3 connector.
The testStuff/
folder has a docker-compose setup for running kafka.
(
cd testStuff/
docker-compose -f ./kafka-docker-compose.yml up -d
)
kafka-topics.sh --bootstrap-server --if-not-exists localhost:9092 --create --topic audittest --partitions 1 --config retention.ms=300000