Home > database >  How to create a kafka message without producer?
How to create a kafka message without producer?

Time:03-05

I want to create a basic test case without bootstrapping producer, consumer and an instance of kafka for a test. I'm stuck with creating a basic message somehow and cannot find my error. This is the struct definition from the Failed to compute node presentation

CodePudding user response:

The code is working properly, it is just a display issue by the IDE GoLand (2021.3.3)

  • Related