There is a route in which code is written like
bean("bean", "methodV1")
exchange body before calling the method is list of ApiResponse object but "methodV1" has argument like @Body ApiResponse
as we are using spring boot 1.5.6 it has CollectionToObject converter which converts list of objects to a object.
Now in production intermittently we are getting following error:
org.apache.camel.NoTypeConversionAvailableException: No type converter available to convert from Arraylist to the required type:Api Response object with value
and if same request retried once or twice is worked successfully.
Camel version: 2.17.1
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…