Ask a question
Nominate for the IBM TechXchange Awards by 12 September!
We aim to provide regular quarterly mod releases for ACE 12, which contain both new features and regular maintenance: IBM App Connect Enterprise 12.0.1.0 was released in May 2021. IBM App Connect Enterprise 12.0.2.0 was released in September 2021 - more information here IBM App Connect...
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...
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...