[GitHub] [camel-quarkus] aldettinger commented on issue #2107: Redis native support

2021-07-28 Thread GitBox


aldettinger commented on issue #2107:
URL: https://github.com/apache/camel-quarkus/issues/2107#issuecomment-888095878


   @ineednousername, I've not yet had a look to redisson-quarkus but will for 
sure. Many thanks for the pointer to this project :+1: 


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




[GitHub] [camel-quarkus] aldettinger commented on issue #2107: Redis native support

2021-01-26 Thread GitBox


aldettinger commented on issue #2107:
URL: https://github.com/apache/camel-quarkus/issues/2107#issuecomment-767695135


   Work in progress in this branch 
https://github.com/aldettinger/camel-quarkus/commits/CAMEL-QUARKUS-2107



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:
us...@infra.apache.org




[GitHub] [camel-quarkus] aldettinger commented on issue #2107: Redis native support

2021-01-12 Thread GitBox


aldettinger commented on issue #2107:
URL: https://github.com/apache/camel-quarkus/issues/2107#issuecomment-758639755


   Redisson offers an abstraction level for transactions and distributed 
collections/locks while vertx-redis-client does not.
   We would therefore be left with implementing that with redis primitives on 
top of vertx-redis-client.
   At the end of the day, I think it would void the foreseen benefits of 
aligning on quarkus.
   
   On the other hand, redisson depends upon netty 4 where we already have had 
success with native support.
   So, I'm going to explore this path.
   



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:
us...@infra.apache.org




[GitHub] [camel-quarkus] aldettinger commented on issue #2107: Redis native support

2021-01-07 Thread GitBox


aldettinger commented on issue #2107:
URL: https://github.com/apache/camel-quarkus/issues/2107#issuecomment-756045119


   The quarkus community manages redis with 
[vertx-redis-client](https://github.com/quarkusio/quarkus/issues/4453#issuecomment-542042896).
 Therefore, it's worth having a look into using vertx-redis-client in 
camel-redis.



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:
us...@infra.apache.org




[GitHub] [camel-quarkus] aldettinger commented on issue #2107: Redis native support

2021-01-06 Thread GitBox


aldettinger commented on issue #2107:
URL: https://github.com/apache/camel-quarkus/issues/2107#issuecomment-755377120


   camel-redis uses [Reddisson](https://github.com/redisson/redisson) under the 
hood, it's not quarkus native friendly.
   It would need a solution to manage or disable [netty native 
transport](https://netty.io/wiki/native-transports.html).



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:
us...@infra.apache.org