link to Medium articles

This commit is contained in:
bluxmit 2022-01-12 18:43:28 +00:00
parent 89be2e03ed
commit c96e7e6e8c
2 changed files with 6 additions and 0 deletions

View file

@ -240,6 +240,8 @@ base workspace to build upon, but it has a different VS-Code version - [Codeserv
- [The way I use Docker as interactive environment for tries and experiments](https://medium.com/@bluxmit/the-way-i-use-docker-as-interactive-environment-for-tries-and-experiments-52ac06c0ec69)
- [Docker as a lightweight VM - docker image that you can use as VM substitute](https://medium.com/@bluxmit/docker-as-a-lightweight-vm-docker-image-that-you-can-use-as-vm-substitute-164032e4ed0b)
- [The better development experience with Kafka](https://medium.com/@bluxmit/the-better-development-experience-with-kafka-54f15705a8ee)
- [Improve development experience with Redis](https://medium.com/@bluxmit/improve-development-experience-with-redis-96d14ef473ae)
## Feedback and contribution

View file

@ -12,6 +12,10 @@ docker run --name rwid-1 -d -p 8020-8035:8020-8035 alnoda/kafka-workspace
open your browser on [http://localhost:8020](http://localhost:8020)
### Why
Get started with Kafka very easy. Motivation explained in [this Medium article](https://medium.com/@bluxmit/the-better-development-experience-with-kafka-54f15705a8ee)
__Tools included__
- [kcat](https://github.com/edenhill/kcat)
- [kafkactl](https://github.com/deviceinsight/kafkactl)