spring xd losing messages when processing huge volume

后端 未结 1 920
面向向阳花
面向向阳花 2021-01-23 19:26

I am using spring xd My stream looks like below and running tests on 3 node container with 1 admin node with rabbit as transport

aws-s3|processor1|http-client|pr         


        
1条回答
  •  夕颜
    夕颜 (楼主)
    2021-01-23 20:08

    Caused by: com.rabbitmq.client.impl.UnknownChannelException: Unknown channel number 23364

    We found an issue when channels are churned a lot; you need to increase the channel cache size in the rabbit caching connection factory.

    See this answer for a work-around.

    I opened a JIRA issue so that the next version of Spring XD will expose this setting by in servers.yml so you don't have to override the bus configuration file.

    0 讨论(0)
提交回复
热议问题