SteinOv opened a new pull request, #9254:
URL: https://github.com/apache/camel/pull/9254

   The main goal of this PR was to implement a PollingConsumer to add the 
ability of consecutive polling without stopping and starting the Consumer 
everytime. Additionally, I made some other improvements:
   - Moved all connection responsibility to Plc4XEndpoint
   - Improved behavior with autoReconnect=true. Before no Exchanges were 
created if there was no connection, now an Exchange is created with an empty 
map. So this can now be handled from the route.
   - Removed usage of reflection from Endpoint and Producer tests (this fixed 
the issue that unit tests sometimes passed/failed incosistently)
   
   Related to [this JIRA 
issue](https://issues.apache.org/jira/browse/CAMEL-18861)
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

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

Reply via email to