Arshad Kazmi
Arshad Kazmi
I think there should be a document which should list down all the supported types of every language. Any suggestions?
``` aws eks --region {REGION_NAME} update-kubeconfig --name {CLUSTER NAME} ```
Add gifs on example usage of command. for all the commands - [ ] Docker - [ ] Commit docker container - [ ] Copy file to docker container -...
`kill $(lsof -t -i:8080)` Command kills the process running at port 8080 with this include the usage of `-9` flag
`kafka-console-consumer --bootstrap-server localhost:9092 --topic test_log --from-beginning`
`kafka-consumer-groups --bootstrap-server localhost:9092 --group kafka-group --topic test_log --reset-offsets --to-earliest --execute`
Kafka create topic command is missing `{{TOPIC_NAME}}` description