seaweedfs/weed/mq/broker
vadimartynov 8aae82dd71
Added context for the MasterClient's methods to avoid endless loops (#5628)
* Added context for the MasterClient's methods to avoid endless loops

* Returned WithClient function. Added WithClientCustomGetMaster function

* Hid unused ctx arguments

* Using a common context for the KeepConnectedToMaster and WaitUntilConnected functions

* Changed the context termination check in the tryConnectToMaster function

* Added a child context to the tryConnectToMaster function

* Added a common context for KeepConnectedToMaster and WaitUntilConnected functions in benchmark
2024-06-14 11:40:34 -07:00
..
broker_connect.go streaming mode 2024-03-15 21:05:24 -07:00
broker_grpc_admin.go subscriber find broker leader first 2024-02-05 23:14:25 -08:00
broker_grpc_assign.go renaming 2024-04-01 15:02:52 -07:00
broker_grpc_balance.go proxy to broker leader 2024-02-05 18:00:50 -08:00
broker_grpc_configure.go go fmt 2024-05-20 11:03:56 -07:00
broker_grpc_lookup.go proxy to broker leader 2024-02-05 18:00:50 -08:00
broker_grpc_pub_balancer.go proxy to broker leader 2024-02-05 18:00:50 -08:00
broker_grpc_pub_follow.go go fmt 2024-05-20 11:03:56 -07:00
broker_grpc_pub.go go fmt 2024-05-20 11:03:56 -07:00
broker_grpc_sub_coordinator.go setup follower by publisher 2024-03-24 12:57:09 -07:00
broker_grpc_sub.go renaming 2024-04-01 15:02:52 -07:00
broker_grpc_topic_partition_control.go Merge accumulated changes related to message queue (#5098) 2023-12-11 12:05:54 -08:00
broker_server.go Added context for the MasterClient's methods to avoid endless loops (#5628) 2024-06-14 11:40:34 -07:00
broker_topic_conf_read_write.go renaming 2024-04-01 15:02:52 -07:00
broker_topic_partition_read_write.go go fmt 2024-05-20 11:03:56 -07:00
broker_write.go go fmt 2024-02-29 09:38:52 -08:00