Spring Batch - Reading multiple line log message

后端 未结 2 874
星月不相逢
星月不相逢 2021-01-07 00:47

I am facing a problem to read multi-line log message as a single message in our spring batch application configured with spring integration, this application has to read mul

2条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-07 00:51

    Write your own ItemReader as described in multiorder-line example or as described in this post.

提交回复
热议问题