Просмотр исходного кода

fix: add consequence of adapter implementation

Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
Moritz Johner 7 месяцев назад
Родитель
Сommit
d0756bb7c1
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      design/014/ADAPTER.md

+ 2 - 0
design/014/ADAPTER.md

@@ -115,6 +115,8 @@ The architecture employs a global connection pool (`grpc.ConnectionPool`) to ena
 - **Flexibility:** Providers can be deployed in-process (legacy), out-of-process (v2), or mixed
 - **Testability:** v1 provider implementations can be tested directly without gRPC infrastructure
 - **Gradual Migration:** Existing providers migrate individually without disrupting others
+- **New features**: This will open the door to provider implementations. Alternative deployments designs are possible, though they are not the goal of this design.
+
 
 ### Negative