<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Kafka-Cli on Devops Monk</title><link>https://devops-monk.com/tags/kafka-cli/</link><description>Recent content in Kafka-Cli on Devops Monk</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Mon, 04 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://devops-monk.com/tags/kafka-cli/index.xml" rel="self" type="application/rss+xml"/><item><title>Kafka CLI: Creating Topics, Producing, and Consuming Messages</title><link>https://devops-monk.com/tutorials/spring-kafka/kafka-cli/</link><pubDate>Mon, 04 May 2026 00:00:00 +0000</pubDate><guid>https://devops-monk.com/tutorials/spring-kafka/kafka-cli/</guid><description>Why Learn the CLI First? Before writing any Spring code, understanding the Kafka CLI tools gives you the ability to:
Verify your cluster is working correctly Inspect topics and partitions Debug consumer lag issues Replay messages from specific offsets Reset consumer groups during incident recovery All CLI tools are in Kafka&amp;rsquo;s bin/ directory. In Docker, run them with docker exec:
docker exec kafka &amp;lt;tool&amp;gt; &amp;lt;args&amp;gt; kafka-topics.sh: Managing Topics Create a Topic docker exec kafka kafka-topics.</description></item></channel></rss>