© 2023 Hashnode
#confluent-kafka
If you're working with databases, you've probably heard of Kafka, Kafka Connect, and connectors. In a nutshell, Kafka is a distributed streaming platform that allows you to publish and subscribe to st…
Rules of Thumb We're taught early and often that any I/O Bound operations should be done Asynchronously. A general rule of thumb is that anything that takes more than 50ms should be done async. While …
Confluent a leading data streaming specialist company has signed a definitive agreement to acquire Immerok – a leading Apache Flink cloud provider for building powerful cloud-native Apache Flink offer…
Kafka is a distributed streaming platform that is used for building real-time data pipelines and streaming apps. It is a powerful tool that can handle high volumes of data and allows for the storage a…