How to Automate Kafka Topic Creation and Deletion
Using GitHub Actions & JavaScript
Jan 19, 20256 min read17

Search for a command to run...
Articles tagged with #kafka
Using GitHub Actions & JavaScript

Kafka topics are the categories used to organize events. You create different topics to hold different kinds of events, and different topics to hold filtered and transformed versions of the same kind of event. As a developer, the topic is among the f...
