Message Routing Kafka provides routing capabilities through Kafka Connect and Kafka Streams, including content-based routing, message transformation, and message enrichment. Memphis message routing is similar to the implementation of RabbitMQ using routing keys,...
kafka
Request-Response With REST/HTTP vs. Apache Kafka
Request-response communication with REST / HTTP is simple, well-understood, and supported by most technologies, products, and SaaS cloud services. Contrarily, data streaming with Apache Kafka is a fundamental change to process data continuously. HTTP and Kafka...
Building a Data Pipeline Using QuestDB and Confluent Kafka
A data pipeline, at its base, is a series of data processing measures that are used to automate the transport and transformation of data between systems or data stores. Data pipelines can be used for a wide range of use cases in a business, including aggregating data...
Open API and Omnichannel with Apache Kafka in Healthcare
IT modernization and innovative new technologies change the healthcare industry significantly. This blog series explores how data streaming with Apache Kafka enables real-time data processing and business process automation. Real-world examples show how traditional...
Machine Learning and Data Science With Kafka in Healthcare
IT modernization and innovative new technologies change the healthcare industry significantly. This blog series explores how data streaming with Apache Kafka enables real-time data processing and business process automation. Real-world examples show how traditional...
Kafka Topics Naming – DZone Big Data
Creating a Topic in a Kafka cluster is easy and is well documented for kafka-topics.sh or even the official API documentation. bin/kafka-topics.sh --help The complexity arises when you are trying to enforce a standard way of defining topic naming. There are many ways...
Kafka vs. JMS: Which One Should You Be Using?
Two of the most popular message brokers used today are Kafka and those based around JMS. JMS is a long-standing Java API used generally for developing messaging applications, with its primary function of being able to send messages between two or more clients. Kafka,...
Reactive Kafka With Streaming in Spring Boot
Event Meshes and Multi-Cloud – DZone Cloud
Digital transformation is leading to the accelerated adoption of cloud-native applications. These applications typically use a microservices-style architecture that span across multiple zones to provide for scalability. Most cloud-native applications even span across...
Querying Kafka Topics Using Presto
Presto is a distributed query engine that allows querying different data sources such as Kafka, MySQL, MongoDB, Oracle, Cassandra, Hive, etc. using SQL. It has the ability to analyze big data and query multiple data sources together. In this article, we will discuss...