ppalaga commented on issue #2090:
URL: https://github.com/apache/camel-quarkus/issues/2090#issuecomment-750087229


   Injection does not work in native mode. We need to find a different way of 
passing the initial delay value. How about 
   
   ```
   -    @ConfigProperty(name = "test.twitter.delay.initial", defaultValue = 
"60")
   -    int testTwitterDelayInitial;
   +    int testTwitterDelayInitial = 60;
   ```


----------------------------------------------------------------
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:
[email protected]


Reply via email to