Kafka
My tips and tricks
Local Development
Been using wurstmeister/kafka-docker for local development and debugging. Doesn't use too much system resource and allows me to get the job done on a laptop.
There's also lensesio/fast-data-dev which has a nice interface, but it takes up too many resources on the laptop, I keep this around for the desktop at home.
Command Line
Describe a topic
Increasing topic partitions
Note: You can only increase the partition count.
Last updated