DevOps Articles

Curated articles, resources, tips and trends from the DevOps World.

Kafka: All you need to know

6 years ago medium.com
Kafka: All you need to know

Summary: This is a summary of an article originally published by the source. Read the full original article here →

Kafka is a Publish/Subscribe messaging system. It allows producers to write records into Kafka that can be read by one or more consumers. These records that cannot be deleted or modify once they are sent to Kafka (this is known as “distributed commit log”). Records are published into topics.

Made with pure grit © 2024 Jetpack Labs Inc. All rights reserved. www.jetpacklabs.com