chrislu
edc87c16f9
balance subscribers
need to ensure the offsets are persisted
1 year ago
chrislu
cdeaaf95b4
go fmt
1 year ago
chrislu
d40b350f54
coordinator receives unassignment ack
1 year ago
chrislu
fa98ecf71e
client side stop partition subscribing if unassigned
1 year ago
chrislu
6634b42981
fix compilation
1 year ago
chrislu
2190d59bc3
refactor
ToDo
1. handle unassignment on client side
2. get notified of completed unassignment
3. in consumer_group.go, balance and send unassignment
1 year ago
chrislu
a7d30d0705
refactor
1 year ago
chrislu
33aecb7bb4
remove ProcessorConfiguration
1 year ago
chrislu
f13475ac2e
sending keyed offset
1 year ago
chrislu
d45b1d058d
minor
1 year ago
chrislu
3622196881
go fmt
1 year ago
chrislu
d218fe54fa
go fmt
1 year ago
chrislu
d8ab22012a
track offset
1 year ago
chrislu
a2885512e1
fix
1 year ago
chrislu
8d02712c63
ConcurrentPartitionLimit
1 year ago
chrislu
c6db3f31a1
start consuming ASAP
1 year ago
chrislu
b1871427c3
persist consumer group offset
1. use one follower
2. read write consumer group offset
1 year ago
chrislu
279cb2b85e
consumer acks received messages
1 year ago
chrislu
1f20178ded
subscriber receives partitions and dispatch to processors
1 year ago
chrislu
372bd8d71d
consumer instance passing MaxPartitionCount to coordinator
1 year ago
chrislu
8cc5298a08
clean up unused variables
1 year ago
chrislu
664b704e30
add delay
1 year ago
chrislu
4e3701df77
reset last error
1 year ago
chrislu
7a9b115cc2
rename
1 year ago
chrislu
4a3e8869bb
subscriber can unmarshal the record
1 year ago
chrislu
1c5043baf7
rename
1 year ago
chrislu
f2f4630029
rename field types
1 year ago
chrislu
b8af997e41
consistent with protobuf data types
1 year ago
chrislu
0f35b3a4ea
add example to publish a record
1 year ago
chrislu
928a4e8dff
rename
1 year ago
yudrywet
8833745fbc
chore: fix some typos in comments ( #5497 )
1 year ago
chrislu
68ade92d4f
publisher send schema
1 year ago
chrislu
5324e4288a
rename parameter
1 year ago
chrislu
66a878af39
add control message to data message
1 year ago
chrislu
546ae87c39
send is_close message to broker
1 year ago
chrislu
c9df613b6b
add publisher name for debugging
1 year ago
chrislu
205d2285f3
setup follower by publisher
* the subscriber would getOrGen a local partition and wait
* the publisher would getOrGen a local partition. If localPartition follower is not setup, and init message has follower info, it would create followers based on init.Messages.
1 year ago
chrislu
da31e9b939
correctly wait for the publisher to finish
1 year ago
chrislu
7003ce7425
publisher is able to fully send data and receive acks
still needs to close the pipes cleanly
1 year ago
chrislu
33ab6cfcf7
adjust error
1 year ago
chrislu
ead27a4f59
publish init add followers
1 year ago
chrislu
1b4484bf0a
go fmt
1 year ago
Chris Lu
16b4f9d9ab
subscriber find broker leader first
1 year ago
Chris Lu
90fcde0e26
report EOF error
1 year ago
Chris Lu
07028a4864
minor
1 year ago
Chris Lu
4dc6681833
proxy requests to lock owner
1 year ago
chrislu
0b2e5ddc7c
wait 3 seconds before shutting down publish client, to wait for all messages to be received
1 year ago
chrislu
545d5fbdf6
unused code
1 year ago
chrislu
a297247137
wait for each publish clients
1 year ago
chrislu
b6c5e57c30
read will block if no items
1 year ago