Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transport support redis cluster #757

Closed
wants to merge 5 commits into from
Closed

Conversation

max8899
Copy link

@max8899 max8899 commented Jun 22, 2017

redis cluster as broker

Support new transport: redis-cluster://hostname:port/vhost?alt=host1:port1,host2:port2

Basicly use redis transport code and replace the redis part into
alauda-redis-py-cluster which is a patch and waiting to be merged into
main branch.

Signed-off-by: Lei Gong <xue177125184@gmail.com>

Lei Gong added 2 commits June 22, 2017 14:26
Support new transport: redis-cluster

Basicly use redis transport code and replace the redis part into
alauda-redis-py-cluster which is a patch and waiting to be merged into
main branch.

Signed-off-by: Lei Gong <xue177125184@gmail.com>
Support new transport: redis-cluster

Basicly use redis transport code and replace the redis part into
alauda-redis-py-cluster which is a patch and waiting to be merged into
main branch.

Signed-off-by: Lei Gong <xue177125184@gmail.com>
@coveralls
Copy link

coveralls commented Jun 22, 2017

Coverage Status

Coverage increased (+12.1%) to 91.787% when pulling 354488a on max8899:redis-cluster into 249e565 on celery:3.0.

@@ -17,6 +17,7 @@ def send_message(conn):
def on_message(message):
print('RECEIVED: %r' % (message.body, ))
message.ack()
print "hub.stop"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

print()

@coveralls
Copy link

coveralls commented Jun 27, 2017

Coverage Status

Coverage increased (+12.2%) to 91.879% when pulling 446c001 on max8899:redis-cluster into 249e565 on celery:3.0.

Copy link
Member

@auvipy auvipy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can the tests be split in several logical files and follow pytest style?

@Jaredn
Copy link

Jaredn commented Nov 27, 2017

Running into an issue where we need redis-cluster support from celery (which uses kombu). Is anyone still working on this? @max8899 ?

@max8899
Copy link
Author

max8899 commented Nov 29, 2017

Nope, busy for other things all the time. There is a package you can try: alauda-redis-py-cluster 1.3.4

@Jaredn

@auvipy
Copy link
Member

auvipy commented Dec 9, 2017

also this need to be re based on top of master

@openalmeida
Copy link

still working on this? @max8899

@yakhira
Copy link

yakhira commented Mar 8, 2019

Any news regarding redis cluster?

@auvipy auvipy self-assigned this Mar 9, 2019
@auvipy auvipy added this to the 5.0 milestone Mar 9, 2019
@auvipy
Copy link
Member

auvipy commented Mar 9, 2019

I will rebase this for kombu 5

@auvipy
Copy link
Member

auvipy commented Mar 11, 2019

#1021 please try this patch instead. I am polishing that

@auvipy auvipy closed this Mar 11, 2019
@auvipy auvipy removed this from the 5.0 milestone Mar 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants