1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-06-28 05:12:13 +02:00
seaweedfs/weed/messaging/broker
chrislu 9f9ef1340c use streaming mode for long poll grpc calls
streaming mode would create separate grpc connections for each call.
this is to ensure the long poll connections are properly closed.
2021-12-26 00:15:03 -08:00
..
broker_append.go use streaming mode for long poll grpc calls 2021-12-26 00:15:03 -08:00
broker_grpc_server.go filer: cross cluster synchronization 2020-09-09 11:21:23 -07:00
broker_grpc_server_discovery.go use streaming mode for long poll grpc calls 2021-12-26 00:15:03 -08:00
broker_grpc_server_publish.go rename filer2 to filer 2020-09-01 00:21:19 -07:00
broker_grpc_server_subscribe.go avoid possible metadata subscription data loss 2021-09-25 01:18:44 -07:00
broker_server.go use streaming mode for long poll grpc calls 2021-12-26 00:15:03 -08:00
consistent_distribution.go go fmt 2020-05-10 03:50:30 -07:00
consistent_distribution_test.go go fmt 2020-05-10 03:50:30 -07:00
topic_manager.go logging changes to debug 2021-06-27 05:54:16 -07:00