Re: Can't disable kafka broker on springboot application

2020-06-11 Thread ignacio gioya
Hi Quentin, when i start springboot application this is logged (because kafka server is not running): [image: Selección_459.png] (mvn clean test was runned) Otherwise, i need run unit tests without depending of kafka server is raised Thank u Regardss!!! El El jue, 11 jun. 2020 a la(s) 07:11,

Re: Can't disable kafka broker on springboot application

2020-06-11 Thread Quentin Le Hénaff
Hi Ignacio, not sure if I understood your question, but have you tried the spring EmbedKafka feature? Regards On Thu, Jun 11, 2020 at 2:47 AM ignacio gioya wrote: > Hi, > i have an application that use kafka broker, but when i run junit test, > springboot try to run kafka listeners, and i am

Can't disable kafka broker on springboot application

2020-06-10 Thread ignacio gioya
Hi, i have an application that use kafka broker, but when i run junit test, springboot try to run kafka listeners, and i am forced to run kafka broker, unnecessary. I question you about how I can disable kafka when test are executed. I have tried with