issues
search
matryer
/
vice
Go channels at horizontal scale (powered by message queues)
https://medium.com/@matryer/introducing-vice-go-channels-across-many-machines-bcac1147d7e2
Apache License 2.0
1.55k
stars
79
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Is this project still being maintained?
#64
shushenghong
opened
8 months ago
0
Doesn't build with nats
#63
brucealthompson
opened
1 year ago
1
Add emitter
#62
gmlewis
closed
1 year ago
4
Corrected import paths for V2
#61
ojizero
closed
2 years ago
0
Moving Vice to gomod and general housecleaning
#60
ojizero
closed
2 years ago
0
context.Context friendly API
#59
harry-xm
opened
3 years ago
0
use nats.go and stan.go for importing
#58
h8liu
closed
2 years ago
1
Cannot control message pulling from the queue
#57
forepick
opened
5 years ago
0
MQTT Transport
#56
didasy
opened
5 years ago
2
Question about processing file between multiple nodes
#55
dertin
opened
6 years ago
0
#52 update redis imports [redux]
#54
patcon
closed
5 years ago
1
#52 update redis imports
#53
wmccracken
closed
5 years ago
1
Redis queue imports fail - gopkg.in is not supported any longer
#52
wmccracken
closed
2 years ago
1
RabbitMQ transport: reconnect
#51
vetcher
opened
6 years ago
0
fix uncomparable types panic bug when consuming the vice Err type from the errChan
#50
jsteenb2
closed
6 years ago
5
Updates for SQS writers
#49
jsteenb2
closed
6 years ago
4
Project Status
#48
dc0d
closed
6 years ago
3
RabbitMQ transport: reconnect
#47
vetcher
opened
6 years ago
2
Update docs to help getting started with SQS
#46
nicholasjackson
closed
6 years ago
0
Feature/rabbitmq transport
#45
imladenovic
closed
6 years ago
7
fixed: initialBackoff zero value
#44
1046102779
closed
7 years ago
0
Minor simplification to backoff.Do()
#43
omarkohl
closed
6 years ago
0
removed unnecessary pointers
#42
HeavyHorst
closed
7 years ago
0
ipfs pubsub as a queue type
#41
joeblew99
opened
7 years ago
4
Using io.Reader for Transport interface instead of []byte
#40
karthikmuralidharan
closed
6 years ago
2
travis: added megacheck
#39
HeavyHorst
closed
7 years ago
0
fix staticcheck warnings
#38
HeavyHorst
closed
7 years ago
0
Some code deficiencies
#37
dominikh
closed
7 years ago
0
sqs: empty buffer on Stop
#36
HeavyHorst
closed
7 years ago
1
sqs: empty buffer on Stop
#35
HeavyHorst
closed
7 years ago
0
deactivate the producer and consumer logger while testing
#34
HeavyHorst
closed
7 years ago
0
How about Codeship Pro?
#33
GeorgeMac
closed
7 years ago
4
added support for nats streaming
#32
HeavyHorst
closed
7 years ago
1
add jitter to exponential backoff wrapper
#31
dancompton
closed
5 years ago
6
Fix SQS data race
#30
piotrrojek
closed
7 years ago
0
redis: use redis as a queue instead of pub/sub
#29
HeavyHorst
closed
7 years ago
3
nats: use QueueSubscribe instead of Subscribe to get Queue behavior instead of pub/sub
#28
HeavyHorst
closed
7 years ago
0
sqs: data race
#27
HeavyHorst
closed
7 years ago
0
redis: reuse connection and empty buffer on Stop
#26
HeavyHorst
closed
7 years ago
3
fix broken travis build
#25
HeavyHorst
closed
7 years ago
3
redis: empty buffer on Stop
#24
matryer
closed
7 years ago
0
nsq: empty buffer on Stop
#23
matryer
closed
7 years ago
1
Setup Travis
#22
matryer
closed
7 years ago
1
fixed broken build
#21
matryer
closed
7 years ago
0
nats: wait for all remaining messages to be send when stopping the tansport
#20
HeavyHorst
closed
7 years ago
0
Some messaging systems behave as work queues and others as pub/sub system.
#19
HeavyHorst
closed
7 years ago
7
Async Behaviour varies between nsq and Nats
#18
joeblew99
closed
7 years ago
7
nats: use github.com/nats-io/go-nats instead of github.com/nats-io/nats in tests
#17
HeavyHorst
closed
7 years ago
0
added a simple travis configuration
#16
HeavyHorst
closed
7 years ago
0
some messages might get dropped due to buffered channels
#15
HeavyHorst
closed
7 years ago
3
Next