webMethods

webMethods

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

Kafka Adapter Fix Issue

  • 1.  Kafka Adapter Fix Issue

    Posted Tue September 24, 2019 04:30 AM

    Hi Team,
    While trying to configure “Apache Kafka Producer Connection” the following error has been encountered.

    Error encountered::
    [ART.118.5042] Adapter Runtime (Connection): Unable to enable connection resource Kafka:producerConn1.
    [ART.118.5063] Adapter Runtime (Connection): Unable to start connection Kafka:producerConn1: after 1 attempt(s).
    [ART.118.5036] Adapter Runtime (Connection): Unable to configure connection manager.
    [ADA.507.1001] Resource Connection Exception:
    Failed to construct kafka producer

    Basically,Iam not understanding how to provide the parameters to enable the connection.
    Please go through the screenshot attached and suggest me,how to provide those required parameters.

    Thanks,
    Sindhura.


    #Adapters-and-E-Standards
    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: Kafka Adapter Fix Issue

    Posted Wed September 25, 2019 04:32 AM

    Can you try this in Kafka producer connection ?

    Acknowledgments 0
    Request Timeout(ms) 0
    Value Serializer Class org.apache.kafka.common.serialization.StringSerializer
    Key Serializer Class org.apache.kafka.common.serialization.StringSerializer
    Partitioner Class
    Compression Type
    Message Send Retries 0
    Batch Size 16384
    Send Buffer Bytes 33554433
    Client ID
    Kafka Version v11+
    Other Properties
    Connection Management Properties
    Enable Connection Pooling true
    Minimum Pool Size 1
    Maximum Pool Size 10
    Pool Increment Size 1
    Block Timeout (msec) 1000
    Expire Timeout (msec) 1000
    Startup Retry Count 0
    Startup Backoff Timeout (sec) 10


    #Adapters-and-E-Standards
    #Integration-Server-and-ESB
    #webMethods