You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by GitBox <gi...@apache.org> on 2019/01/24 17:05:52 UTC

[GitHub] lburgazzoli opened a new pull request #377: Failed to resolve endpoint: twitter-search

lburgazzoli opened a new pull request #377: Failed to resolve endpoint: twitter-search
URL: https://github.com/apache/camel-k/pull/377
 
 
   fixes #370
   
   This fixes this issue but there are still cases that are
   not properly covered so assuming we have a defintion like
   this:
   
   ```java
   from("twitter-search:{{twitterKeywords}}?delay={{twitterDelayMs}}"
       + "&consumerKey={{twitterConsumerKey}}"
       + "&consumerSecret={{twitterConsumerSecret}}"
       + "&accessToken={{twitterAccessToken}}"
       + "&accessTokenSecret={{twitterAccessTokenSecret}}")
   ```
   
   the operator will properly discovery the component but
   the url will be truncated.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services