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

fix: mention network policies

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

+ 1 - 0
design/014/ADAPTER.md

@@ -121,6 +121,7 @@ The architecture employs a global connection pool (`grpc.ConnectionPool`) to ena
 ### Negative
 
 - **Performance Overhead:** Network hop adds latency compared to in-process calls (mitigated by connection pooling and client caching)
+- **Network Policies:** Users have to deal with network policies to make their system secure
 - **Serialization Cost:** Data must be serialized/deserialized at adapter boundaries
 - **Complexity:** Additional layer of indirection requires understanding adapter pattern for debugging
 - **Error Propagation:** gRPC errors must be properly mapped to provider errors for consistent behavior