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/08/03 10:58:37 UTC

[GitHub] [camel-quarkus] mebr0 opened a new issue #2976: Redis examples

mebr0 opened a new issue #2976:
URL: https://github.com/apache/camel-quarkus/issues/2976


   Are there any examples of using redis extension?
   
   ```
   <dependency>
       <groupId>org.apache.camel.quarkus</groupId>
       <artifactId>camel-quarkus-redis</artifactId>
   </dependency>
   ```
   
   On [page](https://camel.apache.org/components/3.11.x/others/redis.html) of component doc referring only this
   
   `The Redis component provides an AggregationStrategy to use Redis as the backend datastore.`


-- 
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-quarkus] ppalaga commented on issue #2976: Redis examples

Posted by GitBox <gi...@apache.org>.
ppalaga commented on issue #2976:
URL: https://github.com/apache/camel-quarkus/issues/2976#issuecomment-891788568


   I do not think you can do anything more with it. What is your use case? 


-- 
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-quarkus] mebr0 commented on issue #2976: Redis examples

Posted by GitBox <gi...@apache.org>.
mebr0 commented on issue #2976:
URL: https://github.com/apache/camel-quarkus/issues/2976#issuecomment-891790805


   I want to use redis component within apache camel + quarkus


-- 
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-quarkus] aldettinger commented on issue #2976: Redis examples

Posted by GitBox <gi...@apache.org>.
aldettinger commented on issue #2976:
URL: https://github.com/apache/camel-quarkus/issues/2976#issuecomment-891843096


   @mebr0 Many thanks for reaching out to the Camel community.
   
   The attempt to fully support camel-redis in camel-quarkus is occurring in ticket [CAMEL-QUARKUS-2107](https://github.com/apache/camel-quarkus/issues/2107) and it's very tricky. So there is currently no example but there is [an integration test](https://github.com/aldettinger/camel-quarkus/tree/CAMEL-QUARKUS-2107/integration-tests/redis/src/main/java/org/apache/camel/quarkus/component/redis/it) in this **experimental** branch. However, note that this is just **experimental**.
   
   Also, please note that camel-quarkus comes up with extensions for [infinispan](https://camel.apache.org/camel-quarkus/latest/reference/extensions/infinispan.html) and [hazelcast](https://camel.apache.org/camel-quarkus/latest/reference/extensions/hazelcast.html). Maybe it could apply in the case at hand.
   
   And last tip, there is also a [quarkus-redisson](https://github.com/redisson/redisson/tree/master/redisson-quarkus) project here. I've not yet had a look, but maybe it could help.


-- 
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-quarkus] mebr0 commented on issue #2976: Redis examples

Posted by GitBox <gi...@apache.org>.
mebr0 commented on issue #2976:
URL: https://github.com/apache/camel-quarkus/issues/2976#issuecomment-891794830


   I mean I need use distributed cache for caching users' data. I found only redis usage in docs


-- 
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-quarkus] ppalaga commented on issue #2976: Redis examples

Posted by GitBox <gi...@apache.org>.
ppalaga commented on issue #2976:
URL: https://github.com/apache/camel-quarkus/issues/2976#issuecomment-891791318


   Use for what?


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