camel-kafka-connector: Exception on endpoint being treated as a polling consumer before createPollingConsumer is called.
I’m getting an exception on this line in the code. Best I can tell, it’s trying to get the endpoint from the Camel Context before the endpoint has been upgraded to a PollingConsumer on the line afterwards. direct
doesn’t have these parameters.
org.apache.camel.ResolveEndpointFailedException: Failed to resolve endpoint: direct://end?pollingConsumerBlockTimeout=0&pollingConsumerBlockWhenFull=true&pollingConsumerQueueSize=1000 due to: Error binding property (pollingConsumerBlockTimeout=0) with name: pollingConsumerBlockTimeout on bean: direct://end?pollingConsumerBlockTimeout=0&pollingConsumerBlockWhenFull=true&pollingConsumerQueueSize=1000 with value: 0
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 17 (7 by maintainers)
Yes, thanks. I’ll try to have a look, but I won’t be around for a while. Maybe @valdar and @orpiske could help. Or I’ll take a look when I’ll come back