public static interface Topic.PartitionConfig.CapacityOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getPublishMibPerSec()
Publish throughput capacity per partition in MiB/s.
|
int |
getSubscribeMibPerSec()
Subscribe throughput capacity per partition in MiB/s.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getPublishMibPerSec()
Publish throughput capacity per partition in MiB/s. Must be >= 4 and <= 16.
int32 publish_mib_per_sec = 1;int getSubscribeMibPerSec()
Subscribe throughput capacity per partition in MiB/s. Must be >= 4 and <= 32.
int32 subscribe_mib_per_sec = 2;Copyright © 2023 Google LLC. All rights reserved.