mvn install
mvn exec:java -Dexec.mainClass="lab.tall15421542.app.TicketService"
docker-compose up -d
curl -O https://packages.confluent.io/archive/7.7/confluent-community-7.7.1.tar.gz
tar xzf confluent-community-7.7.1.tar.gz
./kafka-avro-console-consumer \
--bootstrap-server localhost:29092 \
--topic createEvent \
--from-beginning \
--property schema.registry.url=http://localhost:8081