Service Virtualization

 View Only
  • 1.  Does DevTest has Apache Kafka Listener??

    Posted Jan 31, 2024 09:47 PM

    Hello everyone--

    We were trying to implement a Apache-Kafka component, when deployed on the VSE, should be listening to some pre-configured topics.. While we were able to achieve this thorough a testCase, but unable to implement in VSE as planned... I was searching for Apache Kafka listener component in DevTest SV, but unable to find one. I am on 10.7.0 and I am not sure if 10.7.2 has it?? 

    As a workaround, I was trying to deploy the Apache Kafa Send-Receive step as a listener, but unable to deploy the vsm.. it was erroring out with some java exception..

    Does anyone have a solution for this use-case??

    (For time-being, have implemented an **** solution, with a HTTP/S Listener just before the Kafka Send/Receive step and were able to trigger the listening via API calls.. but we want to get of this and implement a more efficient solution )

    Thanks,

    Senthil Manohar



  • 2.  RE: Does DevTest has Apache Kafka Listener??

    Posted Feb 01, 2024 08:58 AM

    Hi Senthil

    I am using DevTest version 10.7.2 and it does have a Kafka Listener Step.  You build out the Kafka Send Receive step using assets to define the connection.  It looks very similar to MQ and the other messaging interfaces.




  • 3.  RE: Does DevTest has Apache Kafka Listener??

    Broadcom Employee
    Posted Feb 01, 2024 10:18 AM

    Hello Senthil,

    We also hosted a session on the topic - the recording can be found below:

    https://academy.broadcom.com/development-operations/service-virtualization/using-kafka-with-service-virtualization

    If you have further issues, let us know on this chain or contact support directly.




  • 4.  RE: Does DevTest has Apache Kafka Listener??

    Posted Feb 02, 2024 05:00 PM

    Hey- thank you very much.. I will try this out...