Interface GrpcMetadataConfig
@ConfigMapping(prefix="stargate.grpc-metadata")
public interface GrpcMetadataConfig
Configuration for the gRPC metadata passed to the Bridge.
-
Method Details
-
tenantIdKey
- Returns:
- Metadata key for passing the tenant-id to the Bridge. Defaults to "X-Tenant-Id"
-
cassandraTokenKey
- Returns:
- Metadata key for passing the cassandra token to the Bridge. Defaults to "X-Cassandra-Token"
-
sourceApiKey
- Returns:
- Metadata key for passing the source API information to the Bridge. Defaults to "X-Source-Api"
-