You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/03/04 12:34:22 UTC

[GitHub] [camel] davsclaus commented on pull request #5166: CAMEL-16301 Allow endpoint to override prefetchCount from component

davsclaus commented on pull request #5166:
URL: https://github.com/apache/camel/pull/5166#issuecomment-790585811


   You also need to change where the prefectCount is in use today. 
   
   1)
   In component set the component level prefetc count on the endpoint createde like the other options are done
   endpoint override is done later so you can specify a new value in uri and it will be in use instead of component level
   
   2)
   In some listener factory the prefect is in use, its taken from component today, but take it from endpoint


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org