You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "filipeabreutd (via GitHub)" <gi...@apache.org> on 2023/08/23 16:25:16 UTC

[GitHub] [camel-karavan] filipeabreutd opened a new issue, #869: Uri for elasticsearch-rest is corrupted while editing a route on karavan

filipeabreutd opened a new issue, #869:
URL: https://github.com/apache/camel-karavan/issues/869

   When editing a route on the UI, the step parameter **uri** of type _elasticsearch-rest_ is corrupted and stops working:
   
   Example:
   
   >    - toD:
   >           uri: elasticsearch-rest://elasticsearch
   
   changes to:
   
   >   - toD:
   >         uri: elasticsearch-rest
   
   - Which makes the route to stop working.
   


-- 
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-unsubscribe@camel.apache.org.apache.org

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


[GitHub] [camel-karavan] davsclaus commented on issue #869: Uri for elasticsearch-rest is corrupted while editing a route on karavan

Posted by "davsclaus (via GitHub)" <gi...@apache.org>.
davsclaus commented on issue #869:
URL: https://github.com/apache/camel-karavan/issues/869#issuecomment-1690349793

   @mgubaidullin I think we should have this looked at and fixed for next release


-- 
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-unsubscribe@camel.apache.org

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


[GitHub] [camel-karavan] mgubaidullin commented on issue #869: Uri for elasticsearch-rest is corrupted while editing a route on karavan

Posted by "mgubaidullin (via GitHub)" <gi...@apache.org>.
mgubaidullin commented on issue #869:
URL: https://github.com/apache/camel-karavan/issues/869#issuecomment-1690356246

   after https://github.com/apache/camel-karavan/issues/836


-- 
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-unsubscribe@camel.apache.org

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


[GitHub] [camel-karavan] davsclaus commented on issue #869: Uri for elasticsearch-rest is corrupted while editing a route on karavan

Posted by "davsclaus (via GitHub)" <gi...@apache.org>.
davsclaus commented on issue #869:
URL: https://github.com/apache/camel-karavan/issues/869#issuecomment-1690341058

   the uri should be changed to key/value pairs, so there should be parameters with the value after colon.
   This is correct YAML DSL and what karavan uses onwards.


-- 
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-unsubscribe@camel.apache.org

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


[GitHub] [camel-karavan] davsclaus commented on issue #869: Uri for elasticsearch-rest is corrupted while editing a route on karavan

Posted by "davsclaus (via GitHub)" <gi...@apache.org>.
davsclaus commented on issue #869:
URL: https://github.com/apache/camel-karavan/issues/869#issuecomment-1690351083

   ```
   - route:
       id: route-24d9
       from:
         uri: kamelet:aws-cloudtrail-source
         id: from-4ff7
         steps:
           - toD:
               uri: kafka:${header.foo}
               id: toD-3e75
   ```
   
   If you then click in the UI then the toD uri is changed to `kafka`


-- 
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-unsubscribe@camel.apache.org

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


[GitHub] [camel-karavan] mgubaidullin closed issue #869: Uri for elasticsearch-rest is corrupted while editing a route on karavan

Posted by "mgubaidullin (via GitHub)" <gi...@apache.org>.
mgubaidullin closed issue #869: Uri for elasticsearch-rest is corrupted while editing a route on karavan
URL: https://github.com/apache/camel-karavan/issues/869


-- 
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-unsubscribe@camel.apache.org

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


[GitHub] [camel-karavan] davsclaus commented on issue #869: Uri for elasticsearch-rest is corrupted while editing a route on karavan

Posted by "davsclaus (via GitHub)" <gi...@apache.org>.
davsclaus commented on issue #869:
URL: https://github.com/apache/camel-karavan/issues/869#issuecomment-1690348907

   But yeah toD is dynamic and karavan should leave the field as-is, as it can be `kafka:${header.blah}` etc


-- 
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-unsubscribe@camel.apache.org

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