Getting Started
IBM TechXchange Dev Day: Virtual Agents
Join us 23 January from 11 AM - 6 PM ET as over 30 speakers from IBM and key AI industry leaders discuss the latest AI trends.
In this post, I’ll describe how to use App Connect Enterprise to process Kafka messages that were serialized to a stream of bytes using Apache Avro schemas. Background Best practice when using Apache Kafka is to define Apache Avro schemas with a definition of the structure of your...
The definition of “API” (Application Programming Interface) has changed yet again! In January 2018 I wrote “ What is an API? And What is the API Economy? ”, introducing a new definition for API. That definition while still true has become incomplete. But I’ve jumped ahead. So, let’s...
MirrorMaker 2 is the Apache Kafka tool for replicating data across two Kafka clusters. You can use it to make a copy of messages on your Kafka cluster to a remote Kafka cluster running on a different data centre, and keep that copy up to date in the background. In this post, I describe two...
Co-author - Mohammed Asif Kundgol Kafka streams data between two applications and is often used to perform real time analytics. It passes data between producers and consumers using message based topics inside a Kafka cluster . It's durability and ability to scale make it a popular...
1 Comment - no search term matches found in comments.
Published on December 20, 2019 In this article, I will describe how to use the new KafkaRead node and a Kafka policy type which has been added in IBM App Connect Enterprise v11 fixpack 7 for integration with a Kafka server. Overview of Apache Kafka Apache Kafka is a...