chrislu
|
541140f735
|
rename
|
11 months ago |
chrislu
|
c8090b1f99
|
send assignments to newly connected subscribers
|
11 months ago |
chrislu
|
c616081ab9
|
refactor
|
11 months ago |
chrislu
|
bc8d2a01cc
|
create local topic partition from config on filer
|
11 months ago |
chrislu
|
fdf0ea8e11
|
passing partition info
|
11 months ago |
chrislu
|
be0c426dc7
|
simplify to LookupTopicPartitions(topic)
|
11 months ago |
chrislu
|
db3670a3a5
|
simplify api
|
11 months ago |
chrislu
|
34a78ffad0
|
remove isForPublish from LookupTopicBrokers
also adds a return parameter: whether the topic exists or not
|
11 months ago |
chrislu
|
3795d8dca8
|
release local topic partition if no publisher and subscribers
|
11 months ago |
chrislu
|
f782165638
|
rename
|
11 months ago |
chrislu
|
dd1ec70e62
|
rename
|
11 months ago |
chrislu
|
ba73199174
|
reuse local partition
|
11 months ago |
chrislu
|
7e6497cc1c
|
adjust publisher subscriber
|
11 months ago |
chrislu
|
026c54a9bb
|
fix publisher
|
11 months ago |
chrislu
|
fa59a5d67e
|
read from disk if not in memory
|
11 months ago |
chrislu
|
3aa3991f0f
|
adjust client side logs
|
12 months ago |
chrislu
|
7afaad31a4
|
wait on local topic partition creation
|
12 months ago |
chrislu
|
61dbdd0ff6
|
log ctrl messages
|
12 months ago |
chrislu
|
f750a5e03b
|
passing timestamp
|
12 months ago |
chrislu
|
45994641e9
|
lint
|
12 months ago |
chrislu
|
6a7a679137
|
passing partition generation timestamp
|
12 months ago |
chrislu
|
8af61dec91
|
avoid empty spaces in file name
|
12 months ago |
chrislu
|
aed54eda61
|
refactor
|
12 months ago |
chrislu
|
d51efddf5c
|
flush to disk
Need to do: read from disk
|
12 months ago |
chrislu
|
49428a303b
|
add batch index for each memory buffer
|
12 months ago |
chrislu
|
d0d24f1e40
|
rename functions
|
12 months ago |
chrislu
|
aa5b6a8187
|
adjust logs
|
12 months ago |
chrislu
|
496fc8fbbf
|
refactor
|
12 months ago |
chrislu
|
e8611ed85d
|
subscribe with partition offset
|
12 months ago |
chrislu
|
531f854af2
|
rename functions
|
12 months ago |
chrislu
|
f8787a9761
|
rename functions
|
12 months ago |
chrislu
|
ddd0fde094
|
rename functions
|
12 months ago |
chrislu
|
ee41dbb7fc
|
rename functions
|
12 months ago |
chrislu
|
47a4963d7a
|
subscription start from specified timestamp
|
12 months ago |
chrislu
|
35869b5c80
|
subscriber can be notified of the assignment change when topic is just configured
Next: Subscriber needs to read by the timestamp offset.
|
12 months ago |
chrislu
|
efb695fd93
|
lookup existing topic partitions
|
12 months ago |
chrislu
|
8b4cd50aac
|
log errors
|
12 months ago |
chrislu
|
32bc8d6a38
|
adjust wait time
|
12 months ago |
chrislu
|
458ddbf919
|
clean up dead code
|
12 months ago |
chrislu
|
2845230329
|
passing broker into the assignments
|
1 year ago |
chrislu
|
093fdc1621
|
subscriber can get assignments
|
1 year ago |
chrislu
|
c950a40aad
|
subscriber keep connected to the balancer
|
1 year ago |
chrislu
|
e0727071c8
|
go fmt
|
1 year ago |
chrislu
|
034db049a0
|
comment fix
|
1 year ago |
chrislu
|
61b05fad95
|
fix test
|
1 year ago |
Chris Lu
|
580940bf82
|
Merge accumulated changes related to message queue (#5098)
* balance partitions on brokers
* prepare topic partition first and then publish, move partition
* purge unused APIs
* clean up
* adjust logs
* add BalanceTopics() grpc API
* configure topic
* configure topic command
* refactor
* repair missing partitions
* sequence of operations to ensure ordering
* proto to close publishers and consumers
* rename file
* topic partition versioned by unixTimeNs
* create local topic partition
* close publishers
* randomize the client name
* wait until no publishers
* logs
* close stop publisher channel
* send last ack
* comments
* comment
* comments
* support list of brokers
* add cli options
* Update .gitignore
* logs
* return io.eof directly
* refactor
* optionally create topic
* refactoring
* detect consumer disconnection
* sub client wait for more messages
* subscribe by time stamp
* rename
* rename to sub_balancer
* rename
* adjust comments
* rename
* fix compilation
* rename
* rename
* SubscriberToSubCoordinator
* sticky rebalance
* go fmt
* add tests
* balance partitions on brokers
* prepare topic partition first and then publish, move partition
* purge unused APIs
* clean up
* adjust logs
* add BalanceTopics() grpc API
* configure topic
* configure topic command
* refactor
* repair missing partitions
* sequence of operations to ensure ordering
* proto to close publishers and consumers
* rename file
* topic partition versioned by unixTimeNs
* create local topic partition
* close publishers
* randomize the client name
* wait until no publishers
* logs
* close stop publisher channel
* send last ack
* comments
* comment
* comments
* support list of brokers
* add cli options
* Update .gitignore
* logs
* return io.eof directly
* refactor
* optionally create topic
* refactoring
* detect consumer disconnection
* sub client wait for more messages
* subscribe by time stamp
* rename
* rename to sub_balancer
* rename
* adjust comments
* rename
* fix compilation
* rename
* rename
* SubscriberToSubCoordinator
* sticky rebalance
* go fmt
* add tests
* tracking topic=>broker
* merge
* comment
|
1 year ago |
chrislu
|
17710e1ecb
|
adjust logs
|
1 year ago |
chrislu
|
de0b969b36
|
Revert "rename"
This reverts commit 35b5264ab7 .
|
1 year ago |
chrislu
|
35b5264ab7
|
rename
|
1 year ago |
chrislu
|
bf13f3ced7
|
add subscriber coordinator
|
1 year ago |