You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@eventmesh.apache.org by GitBox <gi...@apache.org> on 2021/06/15 07:01:27 UTC

[GitHub] [incubator-eventmesh] jjz921024 opened a new issue #389: Could we support Redis?

jjz921024 opened a new issue #389:
URL: https://github.com/apache/incubator-eventmesh/issues/389


   Hi, all
   
   Do we have any plans to support redis as event store?
   
   Maybe we can use Pub/Sub of redis to spread event between different nodes
   
   In addition event store, there are else use case in EventMesh?


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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org


[GitHub] [incubator-eventmesh] jjz921024 commented on issue #389: Could we support Redis?

Posted by GitBox <gi...@apache.org>.
jjz921024 commented on issue #389:
URL: https://github.com/apache/incubator-eventmesh/issues/389#issuecomment-873731021


   Also, Could we use [Redis Streams](https://redis.io/topics/streams-intro) instead of Pub/Sub, because it's more like a MQ.
   
   or maybe exist two way to connect redis in the meanwhile, switch by SPI


-- 
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: dev-unsubscribe@eventmesh.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org


[GitHub] [incubator-eventmesh] SteveYurongSu commented on issue #389: Could we support Redis?

Posted by GitBox <gi...@apache.org>.
SteveYurongSu commented on issue #389:
URL: https://github.com/apache/incubator-eventmesh/issues/389#issuecomment-873619112


   Hi, is there anyone working on this issue?
   If there is no one, I'd like to work on it :D


-- 
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: dev-unsubscribe@eventmesh.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org


[GitHub] [incubator-eventmesh] qqeasonchen commented on issue #389: Could we support Redis?

Posted by GitBox <gi...@apache.org>.
qqeasonchen commented on issue #389:
URL: https://github.com/apache/incubator-eventmesh/issues/389#issuecomment-873921554


   @jjz921024 @SteveYurongSu Streaming is a good feature, you can define the interface in connector-api.


-- 
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: dev-unsubscribe@eventmesh.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org


[GitHub] [incubator-eventmesh] qqeasonchen edited a comment on issue #389: Could we support Redis?

Posted by GitBox <gi...@apache.org>.
qqeasonchen edited a comment on issue #389:
URL: https://github.com/apache/incubator-eventmesh/issues/389#issuecomment-873921554






-- 
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: dev-unsubscribe@eventmesh.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org


[GitHub] [incubator-eventmesh] qqeasonchen edited a comment on issue #389: Could we support Redis?

Posted by GitBox <gi...@apache.org>.
qqeasonchen edited a comment on issue #389:
URL: https://github.com/apache/incubator-eventmesh/issues/389#issuecomment-873921554


   @jjz921024 @SteveYurongSu Streaming is another feature, you can define the interface in eventmesh-binding-api , just refer to #274 


-- 
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: dev-unsubscribe@eventmesh.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org


[GitHub] [incubator-eventmesh] SteveYurongSu commented on issue #389: Could we support Redis?

Posted by GitBox <gi...@apache.org>.
SteveYurongSu commented on issue #389:
URL: https://github.com/apache/incubator-eventmesh/issues/389#issuecomment-873742218


   > > Hi, is there anyone working on this issue?
   > > If there is no one, I'd like to work on it :D
   > 
   > hi, i am working on this issue, almost finish. I will create pull request late. could you help me review the code?
   
   Sure! it's a good chance for me to learn from you!
   
   > Also, Could we use Redis Streams instead of Pub/Sub, because it's more like a MQ.
   
   +1. Using Redis Streams is better.
   


-- 
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: dev-unsubscribe@eventmesh.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org


[GitHub] [incubator-eventmesh] jjz921024 commented on issue #389: Could we support Redis?

Posted by GitBox <gi...@apache.org>.
jjz921024 commented on issue #389:
URL: https://github.com/apache/incubator-eventmesh/issues/389#issuecomment-873693860


   > Hi, is there anyone working on this issue?
   > If there is no one, I'd like to work on it :D
   
   hi, i am working on this issue, but not finish. I will creatr pull request. could you help me review the code?


-- 
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: dev-unsubscribe@eventmesh.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org


[GitHub] [incubator-eventmesh] jjz921024 edited a comment on issue #389: Could we support Redis?

Posted by GitBox <gi...@apache.org>.
jjz921024 edited a comment on issue #389:
URL: https://github.com/apache/incubator-eventmesh/issues/389#issuecomment-873693860


   > Hi, is there anyone working on this issue?
   > If there is no one, I'd like to work on it :D
   
   hi, i am working on this issue, almost finish. I will create pull request late. could you help me review the code? 


-- 
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: dev-unsubscribe@eventmesh.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org


[GitHub] [incubator-eventmesh] github-actions[bot] commented on issue #389: Could we support Redis?

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #389:
URL: https://github.com/apache/incubator-eventmesh/issues/389#issuecomment-861235538


   Welcome to the Apache EventMesh (incubating) community!!
   We are glad that you are contributing by opening this issue. :D
   
   Please make sure to include all the relevant context.
   We will be here shortly.
   
   If you are interested in contributing to our project, please let us know!
   You can check out our contributing guide on [contributing to EventMesh](https://github.com/apache/incubator-eventmesh/blob/develop/CONTRIBUTING.md).
   
   Want to get closer to the community?
   
   WeChat Group:
   ![wechat_qr](https://github.com/apache/incubator-eventmesh/blob/develop/docs/images/mesh-helper.png?raw=true)
   
   Mailing Lists:
   | Name | Description |Subscribe	|Unsubscribe|Archive
   | ----    | ----    |----    | ----    | ----    |
   |Users	|User support and questions mailing list|	[Subscribe](mailto:users-subscribe@eventmesh.incubator.apache.org)	|[Unsubscribe](mailto:users-unsubscribe@eventmesh.incubator.apache.org)	|[Mail Archives](https://lists.apache.org/list.html?users@eventmesh.apache.org)|
   |Development	|Development related discussions|	[Subscribe](mailto:dev-subscribe@eventmesh.incubator.apache.org)	|[Unsubscribe](mailto:dev-unsubscribe@eventmesh.incubator.apache.org)	|[Mail Archives](https://lists.apache.org/list.html?dev@eventmesh.apache.org)|
   |Commits	|All commits to repositories|	[Subscribe](mailto:commits-subscribe@eventmesh.incubator.apache.org)	|[Unsubscribe](mailto:commits-unsubscribe@eventmesh.incubator.apache.org)	|[Mail Archives](https://lists.apache.org/list.html?commits@eventmesh.apache.org)|


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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org


[GitHub] [incubator-eventmesh] qqeasonchen commented on issue #389: Could we support Redis?

Posted by GitBox <gi...@apache.org>.
qqeasonchen commented on issue #389:
URL: https://github.com/apache/incubator-eventmesh/issues/389#issuecomment-873921554


   @jjz921024 @SteveYurongSu Streaming is a good feature, you can define the interface in connector-api.


-- 
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: dev-unsubscribe@eventmesh.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org


[GitHub] [incubator-eventmesh] qqeasonchen commented on issue #389: Could we support Redis?

Posted by GitBox <gi...@apache.org>.
qqeasonchen commented on issue #389:
URL: https://github.com/apache/incubator-eventmesh/issues/389#issuecomment-861241646


   good suggestion


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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org


[GitHub] [incubator-eventmesh] qqeasonchen edited a comment on issue #389: Could we support Redis?

Posted by GitBox <gi...@apache.org>.
qqeasonchen edited a comment on issue #389:
URL: https://github.com/apache/incubator-eventmesh/issues/389#issuecomment-873921554


   @jjz921024 @SteveYurongSu Streaming is another feature, you can define the interface in eventmesh-stream-api , just refer to #274 


-- 
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: dev-unsubscribe@eventmesh.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org