EndpointHints

data class EndpointHints(val forNodes: List<ForNode>? = null, val forZones: List<ForZone>? = null)

EndpointHints provides hints describing how an endpoint should be consumed.

Constructors

Link copied to clipboard
constructor(forNodes: List<ForNode>? = null, forZones: List<ForZone>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val forNodes: List<ForNode>? = null

forNodes indicates the node(s) this endpoint should be consumed by when using topology aware routing. May contain a maximum of 8 entries. This is an Alpha feature and is only used when the PreferSameTrafficDistribution feature gate is enabled.

Link copied to clipboard
val forZones: List<ForZone>? = null

forZones indicates the zone(s) this endpoint should be consumed by when using topology aware routing. May contain a maximum of 8 entries.