Kafka support in IBM App Connect Enterprise

IBM® App Connect Enterprise V10 includes a Kafka producer node. This node is similar to all standard IBM App Connect Enterprise output nodes. It is non-transactional, which means that messages that are successfully written to the node are not rolled back if a message flow rollback occurs.

The node supports the following key configuration properties:
  • Topic Name
  • Bootstrap Servers
  • Client ID
  • Add IBM App Connect Enterprise suffix to Client ID
  • Acks
  • Timeout (secs)

The topic name can be controlled programmatically by using the LocalEnvironment. The other properties must be set at deployment time.

For more information about this node, see the IBM App Connect Enterprise documentation.