Spring cloud kafka streams processor API kafka record key is null, while there is correct record value

后端 未结 0 1331
陌清茗
陌清茗 2021-02-04 18:33
    ...
    @StreamListener(Processor.INPUT)
    @SendTo(Processor.OUTPUT)
    public Event receive(@Payload String record) {

            String key = UUID.randomUUID()         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题