IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

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
  • 1.  Kafka jar files for connection.

    Posted Wed February 20, 2019 09:54 AM

    Hello all,

    I would like to write my own java services for communicating with kafka.
    Please let me know what all kafka jar files should I place in lib / jar folder of webMethods.

    Thank you,
    Vaishnavi.S


    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: Kafka jar files for connection.

    Posted Wed February 20, 2019 12:34 PM

    Hi,

    which version of webMethods are you developing for?

    If you are on a recent version you should check if Kafka Adapter might be an option.
    You can check the Adapter System Requirements Guide for which jars are needed for Kafka Adapter, most likely you will need the same set of jars for your own development.

    Regards,
    Holger


    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: Kafka jar files for connection.

    Posted Wed February 20, 2019 06:34 PM

    Here are the names of jars file that you would require to build custom java implementation and connect to Apache Kafka.

    zkclient-0.10.jar
    kafka_2.11-2.1.0.jar
    kafka-clients-2.1.0.jar
    kafka-tools-2.1.0.jar

    But as mentioned earlier, propose WmKafkaAdapter to your customer, explain to them the benefits and support they will get and try not reinventing the wheel if something that is already provided OOTB.


    #Integration-Server-and-ESB
    #webMethods


  • 4.  RE: Kafka jar files for connection.

    Posted Fri February 22, 2019 03:17 AM

    Thank you for your guidance :slight_smile:
    Currently we are using wM 9.9.
    Client does not want to put money in licence.


    #Integration-Server-and-ESB
    #webMethods