DynamoDB
Envoy supports an HTTP level DynamoDB sniffing filter with the following features:
DynamoDB API request/response parser.
DynamoDB per operation/per table/per partition and operation statistics.
Failure type statistics for 4xx responses, parsed from response JSON, e.g., ProvisionedThroughputExceededException.
Batch operation partial failure statistics.
The DynamoDB filter is a good example of Envoy’s extensibility and core abstractions at the HTTP layer. At Lyft we use this filter for all application communication with DynamoDB. It provides an invaluable source of data agnostic to the application platform and specific AWS SDK in use.
DynamoDB filter configuration.
当前内容版权归 Envoy Proxy 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 Envoy Proxy .