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 #github
Using GitHub Actions & JavaScript

Learn to build a platform to deploy and manage web apps and services using Cloud Native technologies.
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...

GitHub is fast becoming an all-in-one platform where developers build, maintain and ship their software. You may use it primarily as a collaborative code management tool for your software. But today, you have features like: Codespaces, a cloud-power...
