Dabz / kafka-boom-boom

An attempt to break kafka. Some people love building stuff, me I like to crush dreams <3
67 stars 20 forks source link

Refactor the kafka-boom-boom to leverage confluent ubi8 images with tc #3

Closed jeanlouisboudart closed 3 years ago

jeanlouisboudart commented 3 years ago

Recent confluent images are based on ubi8 that doesn't include tc anymore.

We need to rebuild those images to be able to :

I would not recommend the second step for production usage but since this is made just to "break things" it's fine. The alternative would be to change the scripts to leverage docker run with --privileged options, but I thought that would be much more painful.

Let me know if you have any comments.