Commit Graph

5 Commits (7ac2df3f3c0b4ca33717f62dddb280f2f3977311)

Author SHA1 Message Date
hc-github-team-consul-core 0f52c25396
Backport of Add custom balancer to always remove subConns into release/1.14.x (#15836)
* backport of commit c37343dfcc

* backport of commit 27a0ffb6e8

* backport of commit ee5841db54

* backport of commit 35f72880ce

* backport of commit e8be8e4d55

* backport of commit 44d5c20f16

* backport of commit 5420eddfb0

* backport of commit ec1b87a98e

Co-authored-by: Chris S. Kim <ckim@hashicorp.com>
2022-12-19 17:50:52 +00:00
hc-github-team-consul-core 2811464d56
Backport of fix(peering): increase the gRPC limit to 8MB into release/1.14.x (#15589)
* backport of commit 84b287cc3c

Co-authored-by: cskh <hui.kang@hashicorp.com>
2022-11-28 18:05:33 -05:00
Chris S. Kim fb7b645b29
Update hcp-scada-provider to fix diamond dependency problem with go-msgpack (#15185) (#15277) 2022-11-07 12:09:18 -05:00
Paul Glass d17af23641
gRPC server metrics (#14922)
* Move stats.go from grpc-internal to grpc-middleware
* Update grpc server metrics with server type label
* Add stats test to grpc-external
* Remove global metrics instance from grpc server tests
2022-10-11 17:00:32 -05:00
Dan Upton b9e525d689
grpc: rename public/private directories to external/internal (#13721)
Previously, public referred to gRPC services that are both exposed on
the dedicated gRPC port and have their definitions in the proto-public
directory (so were considered usable by 3rd parties). Whereas private
referred to services on the multiplexed server port that are only usable
by agents and other servers.

Now, we're splitting these definitions, such that external/internal
refers to the port and public/private refers to whether they can be used
by 3rd parties.

This is necessary because the peering replication API needs to be
exposed on the dedicated port, but is not (yet) suitable for use by 3rd
parties.
2022-07-13 16:33:48 +01:00