seaweedfs/weed/mq/broker
vadimartynov 86d92a42b4
Added tls for http clients (#5766)
* Added global http client

* Added Do func for global http client

* Changed the code to use the global http client

* Fix http client in volume uploader

* Fixed pkg name

* Fixed http util funcs

* Fixed http client for bench_filer_upload

* Fixed http client for stress_filer_upload

* Fixed http client for filer_server_handlers_proxy

* Fixed http client for command_fs_merge_volumes

* Fixed http client for command_fs_merge_volumes and command_volume_fsck

* Fixed http client for s3api_server

* Added init global client for main funcs

* Rename global_client to client

* Changed:
- fixed NewHttpClient;
- added CheckIsHttpsClientEnabled func
- updated security.toml in scaffold

* Reduce the visibility of some functions in the util/http/client pkg

* Added the loadSecurityConfig function

* Use util.LoadSecurityConfiguration() in NewHttpClient func
2024-07-16 23:14:09 -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 Added tls for http clients (#5766) 2024-07-16 23:14:09 -07:00
broker_write.go Added tls for http clients (#5766) 2024-07-16 23:14:09 -07:00