seaweedfs/weed/mq/sub_coordinator
Chris Lu 02773a6107
Some checks are pending
go: build dev binaries / cleanup (push) Waiting to run
go: build dev binaries / build_dev_linux_windows (amd64, linux) (push) Blocked by required conditions
go: build dev binaries / build_dev_linux_windows (amd64, windows) (push) Blocked by required conditions
go: build dev binaries / build_dev_darwin (amd64, darwin) (push) Blocked by required conditions
go: build dev binaries / build_dev_darwin (arm64, darwin) (push) Blocked by required conditions
docker: build dev containers / build-dev-containers (push) Waiting to run
End to End / FUSE Mount (push) Waiting to run
go: build binary / Build (push) Waiting to run
Ceph S3 tests / Ceph S3 tests (push) Waiting to run
Accumulated changes for message queue (#6600)
* rename

* set agent address

* refactor

* add agent sub

* pub messages

* grpc new client

* can publish records via agent

* send init message with session id

* fmt

* check cancelled request while waiting

* use sessionId

* handle possible nil stream

* subscriber process messages

* separate debug port

* use atomic int64

* less logs

* minor

* skip io.EOF

* rename

* remove unused

* use saved offsets

* do not reuse session, since always session id is new after restart

remove last active ts from SessionEntry

* simplify printing

* purge unused

* just proxy the subscription, skipping the session step

* adjust offset types

* subscribe offset type and possible value

* start after the known tsns

* avoid wrongly set startPosition

* move

* remove

* refactor

* typo

* fix

* fix changed path
2025-03-09 23:49:42 -07:00
..
consumer_group_instance.go "golang.org/x/exp/slices" => "slices" and go fmt 2024-12-19 19:25:06 -08:00
consumer_group.go Add message queue agent (#6463) 2025-01-20 22:19:27 -08:00
inflight_message_tracker_test.go fix size calculation 2024-05-30 09:41:04 -07:00
inflight_message_tracker.go "golang.org/x/exp/slices" => "slices" and go fmt 2024-12-19 19:25:06 -08:00
market_test.go add market 2024-05-26 14:35:22 -07:00
market.go Accumulated changes for message queue (#6600) 2025-03-09 23:49:42 -07:00
partition_consumer_mapping_test.go go fmt 2024-05-20 11:05:18 -07:00
partition_consumer_mapping.go merge current message queue code changes (#6201) 2024-11-04 12:08:25 -08:00
partition_list.go merge current message queue code changes (#6201) 2024-11-04 12:08:25 -08:00
sub_coordinator.go Add message queue agent (#6463) 2025-01-20 22:19:27 -08:00