webMethods

 View Only
Expand all | Collapse all

webMethods Kafka Adaptor | Consumer Listner and notification | BufferUnderflowException

  • 1.  webMethods Kafka Adaptor | Consumer Listner and notification | BufferUnderflowException

    Posted Tue December 12, 2023 01:44 AM

    webMethods Integration Server
    Version : 10.5

    Current Kafka Fix version: webMethods Adapter 9.6 for Apache Kafka 9.6 Fix 10

    I am working on Consuming Messages from Confluent Kafka Topic (consumer here is webMethods). Type of Messages : AVRO… Implemented Listner and Listener Notification.
    and in listener adaptor notification i have selected the required schema too. I see when i Enable Listener and when notification starts running, I get bufferunderflow Exception. (Attaching the screenshot below)

    I am using SyncListenerNotification to call IS service and also have used Async Lisetner to publish to Universal messaging Layer.

    Can you please let know why is this happening, and the technical details if possible on what Adaptor or IS is trying to do that is causing this BufferUNderflow Exception.

    Sharing Screenshot of Trace Logs;


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


  • 2.  RE: webMethods Kafka Adaptor | Consumer Listner and notification | BufferUnderflowException

    Posted Sun December 17, 2023 06:52 AM

    A general search suggests a mismatch between the kafka client and the kafka cluster versions , i.e., higher version of kafka client connecting to lower version of the server.
    In addition , you can also check the Error logs as mentioned in the server log message.
    These are available under Logs-> Error in the Integration server Admin UI

    -NP


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