LoadBalancing NamespaceΒΆ

Namespace: LoadBalancing.

class zlogging.enum.load_balancing.Method(*values)[source]

Bases: IntFlag

Enum: LoadBalancing::Method.

AUTO_BPF = 1

Apply BPF filters to each worker in a way that causes them to automatically flow balance traffic between them.

static _generate_next_value_(name, start, count, last_values)

Generate the next value when not given.

name: the name of the member start: the initial start value or None count: the number of existing members last_values: the last value assigned or None