consul/test
Matt Keeler 326c0ecfbe
In-Memory gRPC (#19942)
* Implement In-Process gRPC for use by controller caching/indexing

This replaces the pipe base listener implementation we were previously using. The new style CAN avoid cloning resources which our controller caching/indexing is taking advantage of to not duplicate resource objects in memory.

To maintain safety for controllers and for them to be able to modify data they get back from the cache and the resource service, the client they are presented in their runtime will be wrapped with an autogenerated client which clones request and response messages as they pass through the client.

Another sizable change in this PR is to consolidate how server specific gRPC services get registered and managed. Before this was in a bunch of different methods and it was difficult to track down how gRPC services were registered. Now its all in one place.

* Fix race in tests

* Ensure the resource service is registered to the multiplexed handler for forwarding from client agents

* Expose peer streaming on the internal handler
2024-01-12 11:54:07 -05:00
..
bin [COMPLIANCE] License changes (#18443) 2023-08-11 09:12:13 -04:00
ca test: update certs for 10 year expiry (#19481) 2023-11-07 14:57:52 -05:00
ca_path test: update certs for 10 year expiry (#19481) 2023-11-07 14:57:52 -05:00
client_certs test: update certs for 10 year expiry (#19481) 2023-11-07 14:57:52 -05:00
command/merge Add utility types to enable checking for unset flags 2017-02-07 20:14:41 -05:00
hostname test: update certs for 10 year expiry (#19481) 2023-11-07 14:57:52 -05:00
integration In-Memory gRPC (#19942) 2024-01-12 11:54:07 -05:00
key [Cloud][CC-6925] Updates to pushing server state (#19682) 2023-12-04 10:25:18 -05:00
load [COMPLIANCE] License changes (#18443) 2023-08-11 09:12:13 -04:00
snapshot snapshot: read meta.json correctly. (#5193) 2019-01-08 17:06:28 +01:00
CA-GENERATION.md test: update certs for 10 year expiry (#19481) 2023-11-07 14:57:52 -05:00