Skip to content

Latest commit

 

History

History

littleAudit

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

TL;DR

Log requests from a given Kafka topic to Avro files periodically backed up to S3. TODO - should look into kafka S3 connector.

kafka docker-compose

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

References