3个稳定版本
2.2.0 | 2024年8月11日 |
---|---|
2.1.0 | 2024年3月1日 |
2.0.0 | 2024年3月1日 |
457 在 数据库接口
158 每月下载量
在 lgm 中使用
1.5MB
23K SLoC
pulsar-admin-sdk的Rust API客户端
此版本提供管理操作的REST API
概述
此API客户端由OpenAPI Generator项目生成。通过使用来自远程服务器的openapi-spec,您可以轻松生成API客户端。
- API版本:v2
- 包版本:v2
- 构建包:
org.openapitools.codegen.languages.RustClientCodegen
安装
将包放在项目文件夹下的pulsar-admin-sdk
目录中,并在[dependencies]
下添加以下内容到Cargo.toml
pulsar-admin-sdk = { path = "./pulsar-admin-sdk" }
API端点文档
所有URI相对于/admin/v2
类 | 方法 | HTTP请求 | 描述 |
---|---|---|---|
BookiesApi | bookies_delete_bookie_rack_info | DELETE /bookies/racks-info/{bookie} | 移除集群中特定bookie的机架放置信息 |
BookiesApi | bookies_get_all_bookies | GET /bookies/all | 获取集群中所有bookie的原始信息 |
BookiesApi | bookies_get_bookie_rack_info | GET /bookies/racks-info/{bookie} | 获取集群中特定bookie的机架放置信息 |
BookiesApi | bookies_get_bookies_rack_info | GET /bookies/racks-info | 获取集群中所有bookie的机架放置信息 |
BookiesApi | bookies_update_bookie_rack_info | POST /bookies/racks-info/{bookie} | 更新集群中特定bookie的机架放置信息(注意:bookie地址格式:address:port ) |
BrokerStatsApi | broker_stats_base_get_allocator_stats | GET /broker-stats/allocator-stats/{allocator} | 获取Netty分配器的统计信息。可用的分配器有'default'和'ml-cache' |
BrokerStatsApi | broker_stats_base_get_load_report | GET /broker-stats/load-report | 获取此代理的负载 |
BrokerStatsApi | broker_stats_base_get_m_beans | GET /broker-stats/mbeans | 获取此代理JVM的所有mbean详细信息 |
BrokerStatsApi | broker_stats_base_get_metrics | GET /broker-stats/metrics | 获取监控的指标 |
BrokerStatsApi | broker_stats_base_get_pending_bookie_ops_stats | GET /broker-stats/bookieops | 按命名空间获取待处理的bookie客户端操作统计信息 |
BrokerStatsApi | broker_stats_get_broker_resource_availability | GET /broker-stats/broker-resource-availability/{tenant}/{namespace} | 代理可用性报告 |
BrokerStatsApi | broker_stats_get_topics2 | GET /broker-stats/topics | 通过命名空间获取所有主题的统计信息 |
BrokersApi | brokers_base_backlog_quota_check | GET /brokers/backlog-quota-check | 一个用于触发backlogQuotaCheck的REST端点 |
BrokersApi | brokers_base_delete_dynamic_configuration | DELETE /brokers/configuration/{configName} | 仅将动态ServiceConfiguration删除到元数据中。此操作需要Pulsar超级用户权限。 |
BrokersApi | brokers_base_get_active_brokers | GET /brokers | 获取本地集群中活动代理(代理ID)的列表。如果未启用授权 |
BrokersApi | brokers_base_get_active_brokers_0 | GET /brokers/{cluster} | 获取集群中活动代理(代理ID)的列表。如果未启用授权,任何集群名称都有效。 |
BrokersApi | brokers_base_get_all_dynamic_configurations | GET /brokers/configuration/values | 获取所有动态配置值,这些值已覆盖本地配置 |
BrokersApi | brokers_base_get_dynamic_configuration_name | GET /brokers/configuration | 获取所有可更新的动态配置的名称 |
BrokersApi | brokers_base_get_internal_configuration_data | GET /brokers/internal-configuration | 获取内部配置数据 |
BrokersApi | brokers_base_get_leader_broker | GET /brokers/leaderBroker | 获取领导代理的信息。 |
BrokersApi | brokers_base_get_owned_namespaces | GET /brokers/{clusterName}/{brokerId}/ownedNamespaces | 获取由特定代理ID服务的命名空间列表 |
BrokersApi | brokers_base_get_runtime_configuration | GET /brokers/configuration/runtime | 获取所有运行时配置。此操作需要Pulsar超级用户权限。 |
BrokersApi | brokers_base_health_check | GET /brokers/health | 对代理执行健康检查 |
BrokersApi | brokers_base_is_ready | GET /brokers/ready | 检查代理是否已完全初始化 |
BrokersApi | brokers_base_shut_down_broker_gracefully | POST /brokers/shutdown | 优雅地关闭代理。 |
BrokersApi | brokers_base_update_dynamic_configuration | POST /brokers/configuration/{configName}/{configValue} | 仅将动态服务配置更新到zk中。此操作需要Pulsar超级用户权限。 |
BrokersApi | brokers_base_version | GET /brokers/version | 获取当前代理的版本 |
ClustersApi | clusters_base_create_cluster | PUT /clusters/{cluster} | 创建一个新的集群。 |
ClustersApi | clusters_base_delete_cluster | DELETE /clusters/{cluster} | 删除现有的集群。 |
ClustersApi | clusters_base_delete_failure_domain | DELETE /clusters/{cluster}/failureDomains/{domainName} | 删除集群的故障域。 |
ClustersApi | clusters_base_delete_namespace_isolation_policy | DELETE /clusters/{cluster}/namespaceIsolationPolicies/{policyName} | 删除命名空间隔离策略。 |
ClustersApi | clusters_base_get_broker_with_namespace_isolation_policy | GET /clusters/{cluster}/namespaceIsolationPolicies/brokers/{broker} | 获取附加了命名空间隔离策略的代理。 |
ClustersApi | clusters_base_get_brokers_with_namespace_isolation_policy | GET /clusters/{cluster}/namespaceIsolationPolicies/brokers | 获取附加了命名空间隔离策略的代理列表。 |
ClustersApi | clusters_base_get_cluster | GET /clusters/{cluster} | 获取指定集群的配置。 |
ClustersApi | clusters_base_get_cluster_migration | GET /clusters/{cluster}/migrate | 获取指定集群的集群迁移配置。 |
ClustersApi | clusters_base_get_clusters | GET /clusters | 获取所有Pulsar集群的列表。 |
ClustersApi | clusters_base_get_domain | GET /clusters/{cluster}/failureDomains/{domainName} | 获取集群中的域。 |
ClustersApi | clusters_base_get_failure_domains | GET /clusters/{cluster}/failureDomains | 获取集群的故障域。 |
ClustersApi | clusters_base_get_namespace_isolation_policies | GET /clusters/{cluster}/namespaceIsolationPolicies | 获取分配给集群的命名空间隔离策略。 |
ClustersApi | clusters_base_get_namespace_isolation_policy | GET /clusters/{cluster}/namespaceIsolationPolicies/{policyName} | 获取分配给集群的单个命名空间隔离策略。 |
ClustersApi | clusters_base_get_peer_cluster | GET /clusters/{cluster}/peers | 获取指定集群的节点集群数据。 |
ClustersApi | clusters_base_set_failure_domain | POST /clusters/{cluster}/failureDomains/{domainName} | 设置集群的故障域。 |
ClustersApi | clusters_base_set_namespace_isolation_policy | POST /clusters/{cluster}/namespaceIsolationPolicies/{policyName} | 设置命名空间隔离策略。 |
ClustersApi | clusters_base_set_peer_cluster_names | POST /clusters/{cluster}/peers | 更新集群的节点集群列表。 |
ClustersApi | clusters_base_update_cluster | POST /clusters/{cluster} | 更新集群的配置。 |
ClustersApi | clusters_base_update_cluster_migration | POST /clusters/{cluster}/migrate | 更新集群迁移的配置。 |
DefaultApi | worker_drain | PUT /worker/drain | 清空此工作节点,即将其工作分配移动到其他工作节点 |
DefaultApi | worker_drain_at_leader | PUT /worker/leader/drain | 清空指定的工作节点,即将其工作分配移动到其他工作节点 |
DefaultApi | worker_get_assignments | GET /worker/assignments | 获取关于分配到哪个Pulsar集群的哪些Pulsar函数的信息 |
DefaultApi | worker_get_cluster | GET /worker/cluster | 获取运行Pulsar函数的Pulsar集群的信息 |
DefaultApi | worker_get_cluster_leader | GET /worker/cluster/leader | 获取运行Pulsar函数的Pulsar集群的领导节点信息 |
DefaultApi | worker_get_connectors_list | GET /worker/connectors | 获取当前以集群模式运行的受支持Pulsar IO连接器的列表 |
DefaultApi | worker_get_drain_status | GET /worker/drain | 获取在此工作节点上进行的任何正在进行的中断操作的状态 |
DefaultApi | worker_get_drain_status_from_leader | GET /worker/leader/drain | 获取指定工作节点上进行的任何正在进行的中断操作的状态 |
DefaultApi | worker_is_leader_ready | GET /worker/cluster/leader/ready | 检查此节点是否是领导节点并准备好处理请求 |
DefaultApi | worker_rebalance | PUT /worker/rebalance | 触发函数到工作节点的重新平衡 |
DefaultApi | worker_stats_get_metrics | GET /worker-stats/metrics | 获取监控的指标 |
DefaultApi | worker_stats_get_stats | GET /worker-stats/functionsmetrics | 获取属于工作节点的所有函数的度量指标 |
NamespacesApi | namespaces_clear_namespace_backlog | POST /namespaces/{tenant}/{namespace}/clearBacklog | 清除命名空间上所有主题的后台日志。 |
NamespacesApi | namespaces_clear_namespace_backlog_for_subscription | POST /namespaces/{tenant}/{namespace}/clearBacklog/{subscription} | 清除命名空间上特定订阅的所有主题的后台日志。 |
NamespacesApi | namespaces_clear_namespace_bundle_backlog | POST /namespaces/{tenant}/{namespace}/{bundle}/clearBacklog | 清除命名空间捆绑上所有主题的后台日志。 |
NamespacesApi | namespaces_clear_namespace_bundle_backlog_for_subscription | POST /namespaces/{tenant}/{namespace}/{bundle}/clearBacklog/{subscription} | 清除命名空间捆绑上特定订阅的所有主题的后台日志。 |
NamespacesApi | namespaces_clear_offload_deletion_lag | DELETE /namespaces/{tenant}/{namespace}/offloadDeletionLagMs | 清除配置的命名空间卸载删除延迟。命名空间中的主题将回退到使用默认配置的删除延迟 |
NamespacesApi | namespaces_clear_properties | DELETE /namespaces/{tenant}/{namespace}/properties | 清除指定命名空间上的属性。 |
NamespacesApi | namespaces_create_namespace | PUT /namespaces/{tenant}/{namespace} | 使用指定的策略创建新的命名空间。 |
NamespacesApi | namespaces_delete_bookie_affinity_group | DELETE /namespaces/{property}/{namespace}/persistence/bookieAffinity | 从命名空间本地策略中删除bookie-affinity-group。 |
NamespacesApi | namespaces_delete_compaction_threshold | DELETE /namespaces/{tenant}/{namespace}/compactionThreshold | 删除在触发压缩之前主题中未压缩字节数的最大值。 |
NamespacesApi | namespaces_delete_dispatch_rate | DELETE /namespaces/{tenant}/{namespace}/dispatchRate | 删除命名空间所有主题的dispatch-rate节流。 |
NamespacesApi | namespaces_delete_namespace | DELETE /namespaces/{tenant}/{namespace} | 删除命名空间及其下的所有主题。 |
NamespacesApi | namespaces_delete_namespace_bundle | DELETE /namespaces/{tenant}/{namespace}/{bundle} | 删除命名空间包及其下的所有主题。 |
NamespacesApi | namespaces_delete_persistence | DELETE /namespaces/{tenant}/{namespace}/persistence | 删除命名空间上所有主题的持久化配置。 |
NamespacesApi | namespaces_delete_subscribe_rate | DELETE /namespaces/{tenant}/{namespace}/subscribeRate | 删除命名空间下所有主题的订阅速率限制。 |
NamespacesApi | namespaces_delete_subscription_dispatch_rate | DELETE /namespaces/{tenant}/{namespace}/subscriptionDispatchRate | 删除命名空间下所有主题的订阅分发速率限制。 |
NamespacesApi | namespaces_get_anti_affinity_namespaces | GET /namespaces/{cluster}/antiAffinity/{group} | 获取给定集群中按给定亲和组分组的所有命名空间。只能由现有租户的管理员访问该API。 |
NamespacesApi | namespaces_get_auto_subscription_creation | GET /namespaces/{tenant}/{namespace}/autoSubscriptionCreation | 获取命名空间中的自动订阅创建信息。 |
NamespacesApi | namespaces_get_auto_topic_creation | GET /namespaces/{tenant}/{namespace}/autoTopicCreation | 获取命名空间中的自动主题创建信息。 |
NamespacesApi | namespaces_get_backlog_quota_map | GET /namespaces/{tenant}/{namespace}/backlogQuotaMap | 获取命名空间上的回压配额映射。 |
NamespacesApi | namespaces_get_bookie_affinity_group | GET /namespaces/{property}/{namespace}/persistence/bookieAffinity | 从命名空间本地策略中获取bookie亲和组。 |
NamespacesApi | namespaces_get_bundles_data | GET /namespaces/{tenant}/{namespace}/bundles | 获取拆分数据。 |
NamespacesApi | namespaces_get_compaction_threshold | GET /namespaces/{tenant}/{namespace}/compactionThreshold | 触发压缩前主题中的未压缩字节数的最大值。 |
NamespacesApi | namespaces_get_deduplication | GET /namespaces/{tenant}/{namespace}/deduplication | 获取命名空间中所有主题的代理端去重。 |
NamespacesApi | namespaces_get_deduplication_snapshot_interval | GET /namespaces/{tenant}/{namespace}/deduplicationSnapshotInterval | 获取命名空间上的deduplicationSnapshotInterval配置。 |
NamespacesApi | namespaces_get_delayed_delivery_policies | GET /namespaces/{tenant}/{namespace}/delayedDelivery | 获取命名空间上的延迟投递消息配置。 |
NamespacesApi | namespaces_get_dispatch_rate | GET /namespaces/{tenant}/{namespace}/dispatchRate | 获取命名空间的配置的派送速率,null表示未配置派送速率,-1表示在派送速率中尚未配置msg-dispatch-rate或byte-dispatch-rate |
NamespacesApi | namespaces_get_dispatcher_pause_on_ack_state_persistent | GET /namespaces/{tenant}/{namespace}/dispatcherPauseOnAckStatePersistent | 获取命名空间上的派送器在确认状态暂停的持久配置。 |
NamespacesApi | namespaces_get_encryption_required | GET /namespaces/{tenant}/{namespace}/encryptionRequired | 获取命名空间中消息加密需求的状态。 |
NamespacesApi | namespaces_get_entry_filters_per_topic | GET /namespaces/{tenant}/{namespace}/entryFilters | 获取命名空间上的maxConsumersPerSubscription配置。 |
NamespacesApi | namespaces_get_inactive_topic_policies | GET /namespaces/{tenant}/{namespace}/inactiveTopicPolicies | 获取命名空间上的非活动主题策略配置。 |
NamespacesApi | namespaces_get_is_allow_auto_update_schema | GET /namespaces/{tenant}/{namespace}/isAllowAutoUpdateSchema | 允许自动更新模式的标志。 |
NamespacesApi | namespaces_get_max_consumers_per_subscription | GET /namespaces/{tenant}/{namespace}/maxConsumersPerSubscription | 获取命名空间上的maxConsumersPerSubscription配置。 |
NamespacesApi | namespaces_get_max_consumers_per_topic | GET /namespaces/{tenant}/{namespace}/maxConsumersPerTopic | 获取命名空间上的maxConsumersPerTopic配置。 |
NamespacesApi | namespaces_get_max_producers_per_topic | GET /namespaces/{tenant}/{namespace}/maxProducersPerTopic | 获取命名空间上的maxProducersPerTopic配置。 |
NamespacesApi | namespaces_get_max_subscriptions_per_topic | GET /namespaces/{tenant}/{namespace}/maxSubscriptionsPerTopic | 获取命名空间上的maxSubscriptionsPerTopic配置。 |
NamespacesApi | namespaces_get_max_topics_per_namespace | GET /namespaces/{tenant}/{namespace}/maxTopicsPerNamespace | 获取命名空间上的maxTopicsPerNamespace配置。 |
NamespacesApi | namespaces_get_max_unacked_messages_per_consumer | GET /namespaces/{tenant}/{namespace}/maxUnackedMessagesPerConsumer | 获取命名空间上的maxUnackedMessagesPerConsumer配置。 |
NamespacesApi | namespaces_get_max_unackedmessages_per_subscription | GET /namespaces/{tenant}/{namespace}/maxUnackedMessagesPerSubscription | 获取命名空间上的 maxUnackedMessagesPerSubscription 配置。 |
NamespacesApi | namespaces_get_namespace_anti_affinity_group | GET /namespaces/{tenant}/{namespace}/antiAffinity | 获取命名空间的反亲和性组。 |
NamespacesApi | namespaces_get_namespace_message_ttl | GET /namespaces/{tenant}/{namespace}/messageTTL | 获取命名空间的消息 TTL。 |
NamespacesApi | namespaces_get_namespace_replication_clusters | GET /namespaces/{tenant}/{namespace}/replication | 获取命名空间的复制集群。 |
NamespacesApi | namespaces_get_namespace_resource_group | GET /namespaces/{tenant}/{namespace}/resourcegroup | 获取附加到命名空间的资源组。 |
NamespacesApi | namespaces_get_offload_deletion_lag | GET /namespaces/{tenant}/{namespace}/offloadDeletionLagMs | 在从 Pulsar 集群的本地存储(即 BookKeeper)卸载之前等待删除已卸载的账本段的毫秒数。 |
NamespacesApi | namespaces_get_offload_policies | GET /namespaces/{tenant}/{namespace}/offloadPolicies | 获取命名空间上的卸载配置。 |
NamespacesApi | namespaces_get_offload_threshold | GET /namespaces/{tenant}/{namespace}/offloadThreshold | 在代理开始将数据卸载到长期存储之前,在 Pulsar 集群中存储的最多字节数。 |
NamespacesApi | namespaces_get_offload_threshold_in_seconds | GET /namespaces/{tenant}/{namespace}/offloadThresholdInSeconds | 在代理开始将数据卸载到长期存储之前,在 Pulsar 集群中存储的最多字节数。 |
NamespacesApi | namespaces_get_permission_on_subscription | GET /namespaces/{tenant}/{namespace}/permissions/subscription | 检索订阅的权限。 |
NamespacesApi | namespaces_get_permissions | GET /namespaces/{tenant}/{namespace}/permissions | 检索命名空间的权限。 |
NamespacesApi | namespaces_get_persistence | GET /namespaces/{tenant}/{namespace}/persistence | 获取命名空间的持久化配置。 |
NamespacesApi | namespaces_get_policies | GET /namespaces/{tenant}/{namespace} | 获取为命名空间指定的所有策略的转储。 |
NamespacesApi | namespaces_get_properties | GET /namespaces/{tenant}/{namespace}/properties | 获取给定命名空间的关键值对属性。 |
NamespacesApi | namespaces_get_property | GET /namespaces/{tenant}/{namespace}/property/{key} | 获取命名空间上给定键的属性值。 |
NamespacesApi | namespaces_get_replicator_dispatch_rate | GET /namespaces/{tenant}/{namespace}/replicatorDispatchRate | 获取命名空间配置的复制器调度速率,null 表示未配置复制器调度速率,-1 表示尚未在调度速率中配置 msg-dispatch-rate 或 byte-dispatch-rate。 |
NamespacesApi | namespaces_get_retention | GET /namespaces/{tenant}/{namespace}/retention | 获取命名空间的保留配置。 |
NamespacesApi | namespaces_get_schema_auto_update_compatibility_strategy | GET /namespaces/{tenant}/{namespace}/schemaAutoUpdateCompatibilityStrategy | 在自动更新模式之前,用于检查新架构(由生产者提供)兼容性的策略。 |
NamespacesApi | namespaces_get_schema_compatibility_strategy | GET /namespaces/{tenant}/{namespace}/schemaCompatibilityStrategy | 命名空间架构兼容性的策略。 |
NamespacesApi | namespaces_get_schema_validtion_enforced | GET /namespaces/{tenant}/{namespace}/schemaValidationEnforced | 获取命名空间的架构验证强制标志。 |
NamespacesApi | namespaces_get_subscribe_rate | GET /namespaces/{tenant}/{namespace}/subscribeRate | 获取命名空间配置的订阅速率。 |
NamespacesApi | namespaces_get_subscription_auth_mode | GET /namespaces/{tenant}/{namespace}/subscriptionAuthMode | 获取命名空间中的订阅认证模式。 |
NamespacesApi | namespaces_get_subscription_dispatch_rate | GET /namespaces/{tenant}/{namespace}/subscriptionDispatchRate | 获取命名空间配置的订阅调度速率,null 表示未配置订阅调度速率,-1 表示尚未在调度速率中配置 msg-dispatch-rate 或 byte-dispatch-rate。 |
NamespacesApi | namespaces_get_subscription_expiration_time | GET /namespaces/{tenant}/{namespace}/subscriptionExpirationTime | 获取命名空间的订阅过期时间。 |
NamespacesApi | namespaces_get_subscription_types_enabled | GET /namespaces/{tenant}/{namespace}/subscriptionTypesEnabled | 是否允许订阅类型的集合。 |
NamespacesApi | namespaces_get_tenant_namespaces | GET /namespaces/{tenant} | 获取特定租户的所有命名空间列表。 |
NamespacesApi | namespaces_get_topic_hash_positions | GET /namespaces/{tenant}/{namespace}/{bundle}/topicHashPositions | 获取主题的哈希位置。 |
NamespacesApi | namespaces_get_topics | GET /namespaces/{tenant}/{namespace}/topics | 获取特定命名空间下所有主题的列表。 |
NamespacesApi | namespaces_grant_permission_on_namespace | POST /namespaces/{tenant}/{namespace}/permissions/{role} | 在命名空间上为角色授予新的权限。 |
NamespacesApi | namespaces_modify_deduplication | POST /namespaces/{tenant}/{namespace}/deduplication | 启用或禁用命名空间中所有主题的代理端去重。 |
NamespacesApi | namespaces_modify_encryption_required | POST /namespaces/{tenant}/{namespace}/encryptionRequired | 命名空间中所有主题的消息加密是否需要。 |
NamespacesApi | namespaces_remove_auto_subscription_creation | DELETE /namespaces/{tenant}/{namespace}/autoSubscriptionCreation | 移除命名空间中代理的allowAutoSubscriptionCreation的覆盖。 |
NamespacesApi | namespaces_remove_auto_topic_creation | DELETE /namespaces/{tenant}/{namespace}/autoTopicCreation | 移除命名空间中代理的allowAutoTopicCreation的覆盖。 |
NamespacesApi | namespaces_remove_backlog_quota | DELETE /namespaces/{tenant}/{namespace}/backlogQuota | 从命名空间中移除回退配额策略。 |
NamespacesApi | namespaces_remove_deduplication | DELETE /namespaces/{tenant}/{namespace}/deduplication | 移除命名空间中所有主题的代理端去重。 |
NamespacesApi | namespaces_remove_delayed_delivery_policies | DELETE /namespaces/{tenant}/{namespace}/delayedDelivery | 在命名空间上删除延迟交付消息配置。 |
NamespacesApi | namespaces_remove_dispatcher_pause_on_ack_state_persistent | DELETE /namespaces/{tenant}/{namespace}/dispatcherPauseOnAckStatePersistent | 移除指定命名空间上的ack状态持久暂停配置。 |
NamespacesApi | namespaces_remove_inactive_topic_policies | DELETE /namespaces/{tenant}/{namespace}/inactiveTopicPolicies | 从命名空间中移除非活动主题策略。 |
NamespacesApi | namespaces_remove_max_consumers_per_subscription | DELETE /namespaces/{tenant}/{namespace}/maxConsumersPerSubscription | 在命名空间上设置maxConsumersPerSubscription配置。 |
NamespacesApi | namespaces_remove_max_consumers_per_topic | DELETE /namespaces/{tenant}/{namespace}/maxConsumersPerTopic | 从命名空间上移除maxConsumersPerTopic配置。 |
NamespacesApi | namespaces_remove_max_producers_per_topic | DELETE /namespaces/{tenant}/{namespace}/maxProducersPerTopic | 从命名空间上移除maxProducersPerTopic配置。 |
NamespacesApi | namespaces_remove_max_subscriptions_per_topic | DELETE /namespaces/{tenant}/{namespace}/maxSubscriptionsPerTopic | 从命名空间上移除maxSubscriptionsPerTopic配置。 |
NamespacesApi | namespaces_remove_max_topics_per_namespace | DELETE /namespaces/{tenant}/{namespace}/maxTopicsPerNamespace | 从命名空间上移除maxTopicsPerNamespace配置。 |
NamespacesApi | namespaces_remove_max_unackedmessages_per_consumer | DELETE /namespaces/{tenant}/{namespace}/maxUnackedMessagesPerConsumer | 从命名空间上移除maxUnackedMessagesPerConsumer配置。 |
NamespacesApi | namespaces_remove_max_unackedmessages_per_subscription | DELETE /namespaces/{tenant}/{namespace}/maxUnackedMessagesPerSubscription | 从命名空间上移除maxUnackedMessagesPerSubscription配置。 |
NamespacesApi | namespaces_remove_namespace_anti_affinity_group | DELETE /namespaces/{tenant}/{namespace}/antiAffinity | 移除命名空间的亲和性组。 |
NamespacesApi | namespaces_remove_namespace_entry_filters | DELETE /namespaces/{tenant}/{namespace}/entryFilters | 移除命名空间的入口过滤器。 |
NamespacesApi | namespaces_remove_namespace_message_ttl | DELETE /namespaces/{tenant}/{namespace}/messageTTL | 移除命名空间的消息TTL(以秒为单位)。 |
NamespacesApi | namespaces_remove_namespace_resource_group | DELETE /namespaces/{tenant}/{namespace}/resourcegroup | 删除命名空间的资源组。 |
NamespacesApi | namespaces_remove_offload_policies | DELETE /namespaces/{tenant}/{namespace}/removeOffloadPolicies | 在命名空间上设置卸载配置。 |
NamespacesApi | namespaces_remove_property | DELETE /namespaces/{tenant}/{namespace}/property/{key} | 移除命名空间上给定键的属性值。 |
NamespacesApi | namespaces_remove_replicator_dispatch_rate | DELETE /namespaces/{tenant}/{namespace}/replicatorDispatchRate | 移除命名空间所有主题的复制器调度率限制。 |
NamespacesApi | namespaces_remove_retention | DELETE /namespaces/{tenant}/{namespace}/retention | 从命名空间上移除保留配置。 |
NamespacesApi | namespaces_remove_subscription_expiration_time | DELETE /namespaces/{tenant}/{namespace}/subscriptionExpirationTime | 移除命名空间的订阅过期时间。 |
NamespacesApi | namespaces_remove_subscription_types_enabled | DELETE /namespaces/{tenant}/{namespace}/subscriptionTypesEnabled | 从命名空间上移除启用的订阅类型。 |
NamespacesApi | namespaces_revoke_permissions_on_namespace | DELETE /namespaces/{tenant}/{namespace}/permissions/{role} | 撤销命名空间上角色的所有权限。 |
NamespacesApi | namespaces_scan_offloaded_ledgers | GET /namespaces/{tenant}/{namespace}/scanOffloadedLedgers | 触发对给定命名空间LedgerOffloader上卸载的账本的扫描。 |
NamespacesApi | namespaces_set_auto_subscription_creation | POST /namespaces/{tenant}/{namespace}/autoSubscriptionCreation | 覆盖命名空间对broker的allowAutoSubscriptionCreation设置的允许。 |
NamespacesApi | namespaces_set_auto_topic_creation | POST /namespaces/{tenant}/{namespace}/autoTopicCreation | 覆盖命名空间对broker的allowAutoTopicCreation设置的允许。 |
NamespacesApi | namespaces_set_backlog_quota | POST /namespaces/{tenant}/{namespace}/backlogQuota | 为命名空间上所有主题设置回压配额。 |
NamespacesApi | namespaces_set_bookie_affinity_group | POST /namespaces/{tenant}/{namespace}/persistence/bookieAffinity | 将bookie-affinity-group设置为namespace-persistent策略。 |
NamespacesApi | namespaces_set_compaction_threshold | PUT /namespaces/{tenant}/{namespace}/compactionThreshold | 在触发压缩之前,设置主题中未压缩字节数的最大值。 |
NamespacesApi | namespaces_set_deduplication_snapshot_interval | POST /namespaces/{tenant}/{namespace}/deduplicationSnapshotInterval | 在命名空间上设置deduplicationSnapshotInterval配置。 |
NamespacesApi | namespaces_set_delayed_delivery_policies | POST /namespaces/{tenant}/{namespace}/delayedDelivery | 在命名空间上设置延迟投递消息的配置。 |
NamespacesApi | namespaces_set_dispatch_rate | POST /namespaces/{tenant}/{namespace}/dispatchRate | 为命名空间的所有主题设置dispatch-rate节流。 |
NamespacesApi | namespaces_set_dispatcher_pause_on_ack_state_persistent | POST /namespaces/{tenant}/{namespace}/dispatcherPauseOnAckStatePersistent | 为指定命名空间设置dispatcher暂停在ack状态持久配置。 |
NamespacesApi | namespaces_set_entry_filters_per_topic | POST /namespaces/{tenant}/{namespace}/entryFilters | 为命名空间设置条目过滤器。 |
NamespacesApi | namespaces_set_inactive_topic_policies | POST /namespaces/{tenant}/{namespace}/inactiveTopicPolicies | 在命名空间上设置不活跃主题策略配置。 |
NamespacesApi | namespaces_set_is_allow_auto_update_schema | POST /namespaces/{tenant}/{namespace}/isAllowAutoUpdateSchema | 更新允许自动更新模式的标志。 |
NamespacesApi | namespaces_set_max_consumers_per_subscription | POST /namespaces/{tenant}/{namespace}/maxConsumersPerSubscription | 在命名空间上设置maxConsumersPerSubscription配置。 |
NamespacesApi | namespaces_set_max_consumers_per_topic | POST /namespaces/{tenant}/{namespace}/maxConsumersPerTopic | 在命名空间上设置maxConsumersPerTopic配置。 |
NamespacesApi | namespaces_set_max_producers_per_topic | POST /namespaces/{tenant}/{namespace}/maxProducersPerTopic | 在命名空间上设置maxProducersPerTopic配置。 |
NamespacesApi | namespaces_set_max_subscriptions_per_topic | POST /namespaces/{tenant}/{namespace}/maxSubscriptionsPerTopic | 在命名空间上设置maxSubscriptionsPerTopic配置。 |
NamespacesApi | namespaces_set_max_topics_per_namespace | POST /namespaces/{tenant}/{namespace}/maxTopicsPerNamespace | 在命名空间上设置maxTopicsPerNamespace配置。 |
NamespacesApi | namespaces_set_max_unacked_messages_per_consumer | POST /namespaces/{tenant}/{namespace}/maxUnackedMessagesPerConsumer | 在命名空间上设置maxConsumersPerTopic配置。 |
NamespacesApi | namespaces_set_max_unacked_messages_per_subscription | POST /namespaces/{tenant}/{namespace}/maxUnackedMessagesPerSubscription | 在命名空间上设置maxUnackedMessagesPerSubscription配置。 |
NamespacesApi | namespaces_set_namespace_anti_affinity_group | POST /namespaces/{tenant}/{namespace}/antiAffinity | 为命名空间设置反亲和性组。 |
NamespacesApi | namespaces_set_namespace_message_ttl | POST /namespaces/{tenant}/{namespace}/messageTTL | 为命名空间设置消息TTL(以秒为单位)。 |
NamespacesApi | namespaces_set_namespace_replication_clusters | POST /namespaces/{tenant}/{namespace}/replication | 为命名空间设置复制集群。 |
NamespacesApi | namespaces_set_namespace_resource_group | POST /namespaces/{tenant}/{namespace}/resourcegroup/{resourcegroup} | 为命名空间设置resourcegroup。 |
NamespacesApi | namespaces_set_offload_deletion_lag | PUT /namespaces/{tenant}/{namespace}/offloadDeletionLagMs | 设置在删除从Pulsar集群本地存储(即BookKeeper)卸载的账本段之前要等待的毫秒数。 |
NamespacesApi | namespaces_set_offload_policies | POST /namespaces/{tenant}/{namespace}/offloadPolicies | 在命名空间上设置卸载配置。 |
NamespacesApi | namespaces_set_offload_threshold | PUT /namespaces/{tenant}/{namespace}/offloadThreshold | 设置在代理开始将数据卸载到长期存储之前,在Pulsar集群中存储一个主题的最大字节数。 |
NamespacesApi | namespaces_set_offload_threshold_in_seconds | PUT /namespaces/{tenant}/{namespace}/offloadThresholdInSeconds | 设置在代理开始将数据卸载到长期存储之前,在Pulsar集群中存储一个主题的最大秒数。 |
NamespacesApi | namespaces_set_persistence | POST /namespaces/{tenant}/{namespace}/persistence | 设置命名空间上所有主题的持久化配置。 |
NamespacesApi | namespaces_set_properties | PUT /namespaces/{tenant}/{namespace}/properties | 在命名空间上设置键值对属性。 |
NamespacesApi | namespaces_set_property | PUT /namespaces/{tenant}/{namespace}/property/{key}/{value} | 在命名空间上设置一个键值对属性。 |
NamespacesApi | namespaces_set_replicator_dispatch_rate | POST /namespaces/{tenant}/{namespace}/replicatorDispatchRate | 设置命名空间下所有主题的复制器分发速率限制。 |
NamespacesApi | namespaces_set_retention | POST /namespaces/{tenant}/{namespace}/retention | 设置命名空间上的保留配置。 |
NamespacesApi | namespaces_set_schema_auto_update_compatibility_strategy | PUT /namespaces/{tenant}/{namespace}/schemaAutoUpdateCompatibilityStrategy | 更新在自动更新模式之前,用于检查生产者提供的新模式兼容性的策略。 |
NamespacesApi | namespaces_set_schema_compatibility_strategy | PUT /namespaces/{tenant}/{namespace}/schemaCompatibilityStrategy | 更新用于检查新模式兼容性的策略。 |
NamespacesApi | namespaces_set_schema_validation_enforced | POST /namespaces/{tenant}/{namespace}/schemaValidationEnforced | 在命名空间上设置模式验证强制标志。 |
NamespacesApi | namespaces_set_subscribe_rate | POST /namespaces/{tenant}/{namespace}/subscribeRate | 设置命名空间下所有主题的订阅速率限制。 |
NamespacesApi | namespaces_set_subscription_auth_mode | POST /namespaces/{tenant}/{namespace}/subscriptionAuthMode | 为命名空间上的所有主题设置订阅认证模式。 |
NamespacesApi | namespaces_set_subscription_dispatch_rate | POST /namespaces/{tenant}/{namespace}/subscriptionDispatchRate | 设置命名空间下所有主题的订阅分发速率限制。 |
NamespacesApi | namespaces_set_subscription_expiration_time | POST /namespaces/{tenant}/{namespace}/subscriptionExpirationTime | 设置命名空间的订阅过期时间(分钟)。 |
NamespacesApi | namespaces_set_subscription_types_enabled | POST /namespaces/{tenant}/{namespace}/subscriptionTypesEnabled | 更新是否允许共享子类型的集合。 |
NamespacesApi | namespaces_split_namespace_bundle | PUT /namespaces/{tenant}/{namespace}/{bundle}/split | 拆分命名空间包。 |
NamespacesApi | namespaces_unload_namespace | PUT /namespaces/{tenant}/{namespace}/unload | 卸载命名空间。 |
NamespacesApi | namespaces_unload_namespace_bundle | PUT /namespaces/{tenant}/{namespace}/{bundle}/unload | 卸载命名空间包。 |
NamespacesApi | namespaces_unsubscribe_namespace | POST /namespaces/{tenant}/{namespace}/unsubscribe/{subscription} | 在命名空间的所有主题上取消给定订阅。 |
NamespacesApi | namespaces_unsubscribe_namespace_bundle | POST /namespaces/{tenant}/{namespace}/{bundle}/unsubscribe/{subscription} | 在命名空间包的所有主题上取消给定订阅。 |
NonPersistentTopicApi | non_persistent_topics_create_partitioned_topic | PUT /non-persistent/{tenant}/{namespace}/{topic}/partitions | 创建一个分区主题。 |
NonPersistentTopicApi | non_persistent_topics_get_entry_filters | GET /non-persistent/{tenant}/{namespace}/{topic}/entryFilters | 获取主题的条目过滤器。 |
NonPersistentTopicApi | non_persistent_topics_get_internal_stats | GET /non-persistent/{tenant}/{namespace}/{topic}/internalStats | 获取主题的内部统计信息。 |
NonPersistentTopicApi | non_persistent_topics_get_list | GET /non-persistent/{tenant}/{namespace} | 获取命名空间下非持久化主题的列表。 |
NonPersistentTopicApi | non_persistent_topics_get_list_from_bundle | GET /non-persistent/{tenant}/{namespace}/{bundle} | 获取命名空间包下非持久化主题的列表。 |
NonPersistentTopicApi | non_persistent_topics_get_partitioned_metadata | GET /non-persistent/{tenant}/{namespace}/{topic}/partitions | 获取分区主题元数据。 |
NonPersistentTopicApi | non_persistent_topics_get_partitioned_stats | GET /non-persistent/{tenant}/{namespace}/{topic}/partitioned-stats | 获取分区主题的统计信息。 |
NonPersistentTopicApi | non_persistent_topics_remove_entry_filters | DELETE /non-persistent/{tenant}/{namespace}/{topic}/entryFilters | 移除指定主题的条目过滤器。 |
NonPersistentTopicApi | non_persistent_topics_set_entry_filters | POST /non-persistent/{tenant}/{namespace}/{topic}/entryFilters | 设置指定主题的条目过滤器 |
NonPersistentTopicApi | non_persistent_topics_truncate_topic | DELETE /non-persistent/{tenant}/{namespace}/{topic}/truncate | 截断一个主题。 |
NonPersistentTopicApi | non_persistent_topics_unload_topic | PUT /non-persistent/{tenant}/{namespace}/{topic}/unload | 卸载一个主题 |
NonPersistentTopicApi | persistent_topics_analyze_subscription_backlog | POST /non-persistent/{tenant}/{namespace}/{topic}/subscription/{subName}/analyzeBacklog | 通过扫描所有未处理的消息来分析订阅。 |
NonPersistentTopicApi | persistent_topics_compact | PUT /non-persistent/{tenant}/{namespace}/{topic}/compaction | 在一个主题上触发压缩操作。 |
NonPersistentTopicApi | persistent_topics_compaction_status | GET /non-persistent/{tenant}/{namespace}/{topic}/compaction | 获取主题压缩操作的状态。 |
NonPersistentTopicApi | persistent_topics_create_missed_partitions | POST /non-persistent/{tenant}/{namespace}/{topic}/createMissedPartitions | 创建现有分区主题的缺失分区。 |
NonPersistentTopicApi | persistent_topics_create_non_partitioned_topic | PUT /non-persistent/{tenant}/{namespace}/{topic} | 创建一个非分区主题。 |
NonPersistentTopicApi | persistent_topics_create_subscription | PUT /non-persistent/{tenant}/{namespace}/{topic}/subscription/{subscriptionName} | 在主题上创建订阅。 |
NonPersistentTopicApi | persistent_topics_delete_deduplication_snapshot_interval | DELETE /non-persistent/{tenant}/{namespace}/{topic}/deduplicationSnapshotInterval | 删除主题上的 deduplicationSnapshotInterval 配置。 |
NonPersistentTopicApi | persistent_topics_delete_delayed_delivery_policies | DELETE /non-persistent/{tenant}/{namespace}/{topic}/delayedDelivery | 设置主题上的延迟投递消息配置。 |
NonPersistentTopicApi | persistent_topics_delete_inactive_topic_policies | DELETE /non-persistent/{tenant}/{namespace}/{topic}/inactiveTopicPolicies | 删除主题上的非活动主题策略。 |
NonPersistentTopicApi | persistent_topics_delete_max_unacked_messages_on_consumer | DELETE /non-persistent/{tenant}/{namespace}/{topic}/maxUnackedMessagesOnConsumer | 删除主题上每个消费者的最大未确认消息配置。 |
NonPersistentTopicApi | persistent_topics_delete_max_unacked_messages_on_subscription | DELETE /non-persistent/{tenant}/{namespace}/{topic}/maxUnackedMessagesOnSubscription | 删除主题上每个订阅的最大未确认消息配置。 |
NonPersistentTopicApi | persistent_topics_delete_partitioned_topic | DELETE /non-persistent/{tenant}/{namespace}/{topic}/partitions | 删除一个分区主题。 |
NonPersistentTopicApi | persistent_topics_delete_shadow_topics | DELETE /non-persistent/{tenant}/{namespace}/{topic}/shadowTopics | 删除主题的阴影主题。 |
NonPersistentTopicApi | persistent_topics_delete_subscription | DELETE /non-persistent/{tenant}/{namespace}/{topic}/subscription/{subName} | 删除订阅。 |
NonPersistentTopicApi | persistent_topics_delete_topic | DELETE /non-persistent/{tenant}/{namespace}/{topic} | 删除一个主题。 |
NonPersistentTopicApi | persistent_topics_examine_message | GET /non-persistent/{tenant}/{namespace}/{topic}/examinemessage | 通过相对于最早或最新消息的位置来检查主题上的特定消息。 |
NonPersistentTopicApi | persistent_topics_expire_messages_for_all_subscriptions | POST /non-persistent/{tenant}/{namespace}/{topic}/all_subscription/expireMessages/{expireTimeInSeconds} | 使主题的所有订阅中的消息过期。 |
NonPersistentTopicApi | persistent_topics_expire_topic_messages | POST /non-persistent/{tenant}/{namespace}/{topic}/subscription/{subName}/expireMessages | 使主题订阅中的消息过期。 |
NonPersistentTopicApi | persistent_topics_expire_topic_messages_0 | POST /non-persistent/{tenant}/{namespace}/{topic}/subscription/{subName}/expireMessages/{expireTimeInSeconds} | 使主题订阅中的消息过期。 |
NonPersistentTopicApi | persistent_topics_get_auto_subscription_creation | GET /non-persistent/{tenant}/{namespace}/{topic}/autoSubscriptionCreation | 获取主题中的 autoSubscriptionCreation 信息。 |
NonPersistentTopicApi | persistent_topics_get_backlog | GET /non-persistent/{tenant}/{namespace}/{topic}/backlog | 获取离线主题的预估积压大小。 |
NonPersistentTopicApi | persistent_topics_get_backlog_quota_map | GET /non-persistent/{tenant}/{namespace}/{topic}/backlogQuotaMap | 获取主题上的积压配额映射。 |
NonPersistentTopicApi | persistent_topics_get_backlog_size_by_message_id | PUT /non-persistent/{tenant}/{namespace}/{topic}/backlogSize | 通过消息ID(以字节为单位)计算回压大小。 |
NonPersistentTopicApi | persistent_topics_get_compaction_threshold | GET /non-persistent/{tenant}/{namespace}/{topic}/compactionThreshold | 获取指定主题的压缩阈值配置。 |
NonPersistentTopicApi | persistent_topics_get_deduplication | GET /non-persistent/{tenant}/{namespace}/{topic}/deduplicationEnabled | 获取主题的重复数据删除配置。 |
NonPersistentTopicApi | persistent_topics_get_deduplication_snapshot_interval | GET /non-persistent/{tenant}/{namespace}/{topic}/deduplicationSnapshotInterval | 获取主题上的 deduplicationSnapshotInterval 配置。 |
NonPersistentTopicApi | persistent_topics_get_delayed_delivery_policies | GET /non-persistent/{tenant}/{namespace}/{topic}/delayedDelivery | 获取主题上的延迟投递消息配置。 |
NonPersistentTopicApi | persistent_topics_get_dispatch_rate | GET /non-persistent/{tenant}/{namespace}/{topic}/dispatchRate | 获取指定主题的调度速率配置。 |
NonPersistentTopicApi | persistent_topics_get_dispatcher_pause_on_ack_state_persistent | GET /non-persistent/{tenant}/{namespace}/{topic}/dispatcherPauseOnAckStatePersistent | 获取主题上的调度器在确认状态暂停的持久配置。 |
NonPersistentTopicApi | persistent_topics_get_inactive_topic_policies | GET /non-persistent/{tenant}/{namespace}/{topic}/inactiveTopicPolicies | 获取主题上的非活动主题策略。 |
NonPersistentTopicApi | persistent_topics_get_last_message_id | GET /non-persistent/{tenant}/{namespace}/{topic}/lastMessageId | 返回主题的最后提交消息ID。 |
NonPersistentTopicApi | persistent_topics_get_managed_ledger_info | GET /non-persistent/{tenant}/{namespace}/{topic}/internal-info | 获取存储的主题元数据。 |
NonPersistentTopicApi | persistent_topics_get_max_consumers | GET /non-persistent/{tenant}/{namespace}/{topic}/maxConsumers | 获取指定主题的 maxConsumers 配置。 |
NonPersistentTopicApi | persistent_topics_get_max_consumers_per_subscription | GET /non-persistent/{tenant}/{namespace}/{topic}/maxConsumersPerSubscription | 获取指定主题的每个订阅的 maxConsumers 配置。 |
NonPersistentTopicApi | persistent_topics_get_max_message_size | GET /non-persistent/{tenant}/{namespace}/{topic}/maxMessageSize | 获取指定主题的 maxMessageSize 配置。 |
NonPersistentTopicApi | persistent_topics_get_max_producers | GET /non-persistent/{tenant}/{namespace}/{topic}/maxProducers | 获取指定主题的 maxProducers 配置。 |
NonPersistentTopicApi | persistent_topics_get_max_subscriptions_per_topic | GET /non-persistent/{tenant}/{namespace}/{topic}/maxSubscriptionsPerTopic | 获取指定主题的 maxSubscriptionsPerTopic 配置。 |
NonPersistentTopicApi | persistent_topics_get_max_unacked_messages_on_consumer | GET /non-persistent/{tenant}/{namespace}/{topic}/maxUnackedMessagesOnConsumer | 获取主题上每个消费者配置的最大未确认消息数。 |
NonPersistentTopicApi | persistent_topics_get_max_unacked_messages_on_subscription | GET /non-persistent/{tenant}/{namespace}/{topic}/maxUnackedMessagesOnSubscription | 获取主题上每个订阅配置的最大未确认消息数。 |
NonPersistentTopicApi | persistent_topics_get_message_by_id | GET /non-persistent/{tenant}/{namespace}/{topic}/ledger/{ledgerId}/entry/{entryId} | 通过其 messageId 获取消息。 |
NonPersistentTopicApi | persistent_topics_get_message_id_by_timestamp | GET /non-persistent/{tenant}/{namespace}/{topic}/messageid/{timestamp} | 获取在或稍晚于指定绝对时间戳(以毫秒为单位)发布的消息ID。 |
NonPersistentTopicApi | persistent_topics_get_message_ttl | GET /non-persistent/{tenant}/{namespace}/{topic}/messageTTL | 获取主题的消息 TTL(以秒为单位)。 |
NonPersistentTopicApi | persistent_topics_get_offload_policies | GET /non-persistent/{tenant}/{namespace}/{topic}/offloadPolicies | 获取主题上的卸载策略。 |
NonPersistentTopicApi | persistent_topics_get_partitioned_stats_internal | GET /non-persistent/{tenant}/{namespace}/{topic}/partitioned-internalStats | 获取分区主题的 stats-internal。 |
NonPersistentTopicApi | persistent_topics_get_partitioned_topic_list | GET /non-persistent/{tenant}/{namespace}/partitioned | 获取命名空间下分区主题的列表。 |
NonPersistentTopicApi | persistent_topics_get_permissions_on_topic | GET /non-persistent/{tenant}/{namespace}/{topic}/permissions | 获取主题上的权限。 |
NonPersistentTopicApi | persistent_topics_get_persistence | GET /non-persistent/{tenant}/{namespace}/{topic}/persistence | 获取指定主题的持久化策略配置。 |
NonPersistentTopicApi | persistent_topics_get_properties | GET /non-persistent/{tenant}/{namespace}/{topic}/properties | 获取主题属性。 |
NonPersistentTopicApi | persistent_topics_get_publish_rate | GET /non-persistent/{tenant}/{namespace}/{topic}/publishRate | 获取指定主题的发布速率配置。 |
NonPersistentTopicApi | persistent_topics_get_replicated_subscription_status | GET /non-persistent/{tenant}/{namespace}/{topic}/subscription/{subName}/replicatedSubscriptionStatus | 获取主题上的复制订阅状态。 |
NonPersistentTopicApi | 持久化主题获取复制集群 | GET /non-persistent/{tenant}/{namespace}/{topic}/replication | 获取主题的复制集群。 |
NonPersistentTopicApi | 持久化主题获取复制器调度率 | GET /non-persistent/{tenant}/{namespace}/{topic}/replicatorDispatchRate | 获取指定主题的复制器调度率配置。 |
NonPersistentTopicApi | 持久化主题获取保留策略 | GET /non-persistent/{tenant}/{namespace}/{topic}/retention | 获取指定主题的保留配置。 |
NonPersistentTopicApi | 持久化主题获取模式兼容性策略 | GET /non-persistent/{tenant}/{namespace}/{topic}/schemaCompatibilityStrategy | 获取主题上的模式兼容性策略。 |
NonPersistentTopicApi | 持久化主题获取模式验证强制 | GET /non-persistent/{tenant}/{namespace}/{topic}/schemaValidationEnforced | 获取主题的模式验证强制标志。 |
NonPersistentTopicApi | 持久化主题获取影子主题 | GET /non-persistent/{tenant}/{namespace}/{topic}/shadowTopics | 获取主题的影子主题列表。 |
NonPersistentTopicApi | 持久化主题获取统计信息 | GET /non-persistent/{tenant}/{namespace}/{topic}/stats | 获取主题的统计信息。 |
NonPersistentTopicApi | 持久化主题获取订阅速率 | GET /non-persistent/{tenant}/{namespace}/{topic}/subscribeRate | 获取指定主题的订阅速率配置。 |
NonPersistentTopicApi | 持久化主题获取订阅消息调度率 | GET /non-persistent/{tenant}/{namespace}/{topic}/subscriptionDispatchRate | 获取指定主题的订阅消息调度率配置。 |
NonPersistentTopicApi | 持久化主题获取订阅级别调度率 | GET /non-persistent/{tenant}/{namespace}/{topic}/{subName}/dispatchRate | 获取指定订阅的消息调度率配置。 |
NonPersistentTopicApi | 持久化主题获取订阅属性 | GET /non-persistent/{tenant}/{namespace}/{topic}/subscription/{subName}/properties | 返回给定订阅上的所有属性。 |
NonPersistentTopicApi | 持久化主题获取启用订阅类型 | GET /non-persistent/{tenant}/{namespace}/{topic}/subscriptionTypesEnabled | 获取是否启用指定主题的子类型。 |
NonPersistentTopicApi | 持久化主题获取订阅 | GET /non-persistent/{tenant}/{namespace}/{topic}/subscriptions | 获取给定主题的持久订阅列表。 |
NonPersistentTopicApi | 持久化主题在主题上授予权限 | POST /non-persistent/{tenant}/{namespace}/{topic}/permissions/{role} | 在单个主题上向角色授予权限。 |
NonPersistentTopicApi | 持久化主题卸载状态 | GET /non-persistent/{tenant}/{namespace}/{topic}/offload | 将主题的前缀卸载到长期存储。 |
NonPersistentTopicApi | 持久化主题查看第n条消息 | GET /non-persistent/{tenant}/{namespace}/{topic}/subscription/{subName}/position/{messagePosition} | 在主题订阅上查看第n条消息。 |
NonPersistentTopicApi | 持久化主题移除自动订阅创建 | DELETE /non-persistent/{tenant}/{namespace}/{topic}/autoSubscriptionCreation | 从主题中移除自动订阅创建。 |
NonPersistentTopicApi | 持久化主题移除回滚配额 | DELETE /non-persistent/{tenant}/{namespace}/{topic}/backlogQuota | 从主题中移除回滚配额策略。 |
NonPersistentTopicApi | 持久化主题移除压缩阈值 | DELETE /non-persistent/{tenant}/{namespace}/{topic}/compactionThreshold | 移除指定主题的压缩阈值配置。 |
NonPersistentTopicApi | 持久化主题移除去重 | DELETE /non-persistent/{tenant}/{namespace}/{topic}/deduplicationEnabled | 移除指定主题的去重配置。 |
NonPersistentTopicApi | 持久化主题移除调度率 | DELETE /non-persistent/{tenant}/{namespace}/{topic}/dispatchRate | 移除指定主题的消息调度率配置。 |
NonPersistentTopicApi | 持久化主题移除确认状态暂停调度器 | DELETE /non-persistent/{tenant}/{namespace}/{topic}/dispatcherPauseOnAckStatePersistent | 移除指定主题的确认状态暂停调度器配置。 |
NonPersistentTopicApi | 持久化主题移除最大消费者数 | DELETE /non-persistent/{tenant}/{namespace}/{topic}/maxConsumers | 移除指定主题的最大消费者数配置。 |
NonPersistentTopicApi | 持久化主题移除每个订阅的最大消费者数 | DELETE /non-persistent/{tenant}/{namespace}/{topic}/maxConsumersPerSubscription | 移除指定主题的每个订阅的最大消费者数配置。 |
NonPersistentTopicApi | 持久化主题移除最大消息大小 | DELETE /non-persistent/{tenant}/{namespace}/{topic}/maxMessageSize | 移除指定主题的最大消息大小配置。 |
NonPersistentTopicApi | 持久化主题移除最大生产者数 | DELETE /non-persistent/{tenant}/{namespace}/{topic}/maxProducers | 移除指定主题的最大生产者数配置。 |
NonPersistentTopicApi | 持久化主题移除每个主题的最大订阅数 | DELETE /non-persistent/{tenant}/{namespace}/{topic}/maxSubscriptionsPerTopic | 移除指定主题的每个主题的最大订阅数配置。 |
NonPersistentTopicApi | 持久化主题移除消息TTL | 删除 /non-persistent/{tenant}/{namespace}/{topic}/messageTTL | 删除特定主题的消息TTL(秒)。 |
NonPersistentTopicApi | persistent_topics_remove_offload_policies | 删除 /non-persistent/{tenant}/{namespace}/{topic}/offloadPolicies | 删除特定主题的卸载策略。 |
NonPersistentTopicApi | persistent_topics_remove_persistence | 删除 /non-persistent/{tenant}/{namespace}/{topic}/persistence | 删除指定主题的持久化策略配置。 |
NonPersistentTopicApi | persistent_topics_remove_properties | 删除 /non-persistent/{tenant}/{namespace}/{topic}/properties | 删除给定主题上的属性键。 |
NonPersistentTopicApi | persistent_topics_remove_publish_rate | 删除 /non-persistent/{tenant}/{namespace}/{topic}/publishRate | 删除指定主题的消息发布速率配置。 |
NonPersistentTopicApi | persistent_topics_remove_replication_clusters | 删除 /non-persistent/{tenant}/{namespace}/{topic}/replication | 从主题中删除复制集群。 |
NonPersistentTopicApi | persistent_topics_remove_replicator_dispatch_rate | 删除 /non-persistent/{tenant}/{namespace}/{topic}/replicatorDispatchRate | 删除指定主题的replicatorDispatchRate配置。 |
NonPersistentTopicApi | persistent_topics_remove_retention | 删除 /non-persistent/{tenant}/{namespace}/{topic}/retention | 删除指定主题的保留配置。 |
NonPersistentTopicApi | persistent_topics_remove_schema_compatibility_strategy | 删除 /non-persistent/{tenant}/{namespace}/{topic}/schemaCompatibilityStrategy | 删除特定主题上的模式兼容性策略。 |
NonPersistentTopicApi | persistent_topics_remove_subscribe_rate | 删除 /non-persistent/{tenant}/{namespace}/{topic}/subscribeRate | 删除指定主题的订阅速率配置。 |
NonPersistentTopicApi | persistent_topics_remove_subscription_dispatch_rate | 删除 /non-persistent/{tenant}/{namespace}/{topic}/subscriptionDispatchRate | 删除指定主题的订阅消息分发速率配置。 |
NonPersistentTopicApi | persistent_topics_remove_subscription_level_dispatch_rate | 删除 /non-persistent/{tenant}/{namespace}/{topic}/{subName}/dispatchRate | 删除指定订阅的消息分发速率配置。 |
NonPersistentTopicApi | persistent_topics_remove_subscription_types_enabled | 删除 /non-persistent/{tenant}/{namespace}/{topic}/subscriptionTypesEnabled | 删除指定主题的已启用订阅类型。 |
NonPersistentTopicApi | persistent_topics_reset_cursor | POST /non-persistent/{tenant}/{namespace}/{topic}/subscription/{subName}/resetcursor/{timestamp} | 将订阅重置到最接近绝对时间戳(毫秒)的消息位置。 |
NonPersistentTopicApi | persistent_topics_reset_cursor_on_position | POST /non-persistent/{tenant}/{namespace}/{topic}/subscription/{subName}/resetcursor | 将订阅重置到给定位置最接近的消息位置。 |
NonPersistentTopicApi | persistent_topics_revoke_permissions_on_topic | 删除 /non-persistent/{tenant}/{namespace}/{topic}/permissions/{role} | 在主题上撤销权限。 |
NonPersistentTopicApi | persistent_topics_set_auto_subscription_creation | POST /non-persistent/{tenant}/{namespace}/{topic}/autoSubscriptionCreation | 为特定主题覆盖命名空间的allowAutoSubscriptionCreation设置。 |
NonPersistentTopicApi | persistent_topics_set_backlog_quota | POST /non-persistent/{tenant}/{namespace}/{topic}/backlogQuota | 为特定主题设置回压配额。 |
NonPersistentTopicApi | persistent_topics_set_compaction_threshold | POST /non-persistent/{tenant}/{namespace}/{topic}/compactionThreshold | 为指定主题设置压缩阈值配置。 |
NonPersistentTopicApi | persistent_topics_set_deduplication | POST /non-persistent/{tenant}/{namespace}/{topic}/deduplicationEnabled | 在特定主题上设置去重启用。 |
NonPersistentTopicApi | persistent_topics_set_deduplication_snapshot_interval | POST /non-persistent/{tenant}/{namespace}/{topic}/deduplicationSnapshotInterval | 在特定主题上设置deduplicationSnapshotInterval配置。 |
NonPersistentTopicApi | persistent_topics_set_delayed_delivery_policies | POST /non-persistent/{tenant}/{namespace}/{topic}/delayedDelivery | 设置主题上的延迟投递消息配置。 |
NonPersistentTopicApi | persistent_topics_set_dispatch_rate | POST /non-persistent/{tenant}/{namespace}/{topic}/dispatchRate | 为指定主题设置消息分发速率配置。 |
NonPersistentTopicApi | persistent_topics_set_dispatcher_pause_on_ack_state_persistent | POST /non-persistent/{tenant}/{namespace}/{topic}/dispatcherPauseOnAckStatePersistent | 为指定主题设置dispatcherPauseOnAckStatePersistent配置。 |
NonPersistentTopicApi | persistent_topics_set_inactive_topic_policies | POST /non-persistent/{tenant}/{namespace}/{topic}/inactiveTopicPolicies | 在特定主题上设置非活动主题策略。 |
NonPersistentTopicApi | persistent_topics_set_max_consumers | POST /non-persistent/{tenant}/{namespace}/{topic}/maxConsumers | 为指定主题设置maxConsumers配置。 |
NonPersistentTopicApi | persistent_topics_set_max_consumers_per_subscription | POST /non-persistent/{tenant}/{namespace}/{topic}/maxConsumersPerSubscription | 为指定主题设置每个订阅的最大消费者配置。 |
NonPersistentTopicApi | persistent_topics_set_max_message_size | POST /non-persistent/{tenant}/{namespace}/{topic}/maxMessageSize | 为指定主题设置maxMessageSize配置。 |
NonPersistentTopicApi | 持久化主题设置最大生产者 | POST /非持久化/{租户}/{命名空间}/{主题}/maxProducers | 为指定的主题设置maxProducers配置。 |
NonPersistentTopicApi | 持久化主题设置每个主题的最大订阅数 | POST /非持久化/{租户}/{命名空间}/{主题}/maxSubscriptionsPerTopic | 为指定的主题设置maxSubscriptionsPerTopic配置。 |
NonPersistentTopicApi | 持久化主题设置消费者上的最大未确认消息数 | POST /非持久化/{租户}/{命名空间}/{主题}/maxUnackedMessagesOnConsumer | 在一个主题上设置每个消费者最大的未确认消息数配置。 |
NonPersistentTopicApi | 持久化主题设置订阅上的最大未确认消息数 | POST /非持久化/{租户}/{命名空间}/{主题}/maxUnackedMessagesOnSubscription | 在一个主题上设置每个订阅最大的未确认消息数配置。 |
NonPersistentTopicApi | 持久化主题设置消息TTL | POST /非持久化/{租户}/{命名空间}/{主题}/messageTTL | 为主题设置秒数作为消息TTL。 |
NonPersistentTopicApi | 持久化主题设置卸载策略 | POST /非持久化/{租户}/{命名空间}/{主题}/offloadPolicies | 在主题上设置卸载策略。 |
NonPersistentTopicApi | 持久化主题设置持久性 | POST /非持久化/{租户}/{命名空间}/{主题}/persistence | 为指定的主题设置持久性策略的配置。 |
NonPersistentTopicApi | 持久化主题设置发布速率 | POST /非持久化/{租户}/{命名空间}/{主题}/publishRate | 为指定的主题设置消息发布速率配置。 |
NonPersistentTopicApi | 持久化主题设置复制的订阅状态 | POST /非持久化/{租户}/{命名空间}/{主题}/subscription/{subName}/replicatedSubscriptionStatus | 在主题上启用或禁用复制的订阅。 |
NonPersistentTopicApi | 持久化主题设置复制集群 | POST /非持久化/{租户}/{命名空间}/{主题}/replication | 为主题设置复制集群。 |
NonPersistentTopicApi | 持久化主题设置复制器调度速率 | POST /非持久化/{租户}/{命名空间}/{主题}/replicatorDispatchRate | 为指定的主题设置replicatorDispatchRate配置。 |
NonPersistentTopicApi | 持久化主题设置保留 | POST /非持久化/{租户}/{命名空间}/{主题}/retention | 为指定的主题设置保留配置。 |
NonPersistentTopicApi | 持久化主题设置模式兼容性策略 | PUT /非持久化/{租户}/{命名空间}/{主题}/schemaCompatibilityStrategy | 在主题上设置模式兼容性策略。 |
NonPersistentTopicApi | 持久化主题设置模式验证强制执行 | POST /非持久化/{租户}/{命名空间}/{主题}/schemaValidationEnforced | 在主题上设置模式验证强制执行的标志。 |
NonPersistentTopicApi | 持久化主题设置影子主题 | PUT /非持久化/{租户}/{命名空间}/{主题}/shadowTopics | 设置主题的影子主题列表。 |
NonPersistentTopicApi | 持久化主题设置订阅速率 | POST /非持久化/{租户}/{命名空间}/{主题}/subscribeRate | 为指定的主题设置订阅速率配置。 |
NonPersistentTopicApi | 持久化主题设置订阅消息调度速率 | POST /非持久化/{租户}/{命名空间}/{主题}/subscriptionDispatchRate | 为指定的主题设置订阅消息调度速率配置。 |
NonPersistentTopicApi | 持久化主题设置订阅级别调度速率 | POST /非持久化/{租户}/{命名空间}/{主题}/{subName}/dispatchRate | 为指定的订阅设置消息调度速率配置。 |
NonPersistentTopicApi | 持久化主题设置订阅类型启用 | POST /非持久化/{租户}/{命名空间}/{主题}/subscriptionTypesEnabled | 为指定的主题设置是否启用子类型。 |
NonPersistentTopicApi | 持久化主题跳过所有消息 | POST /非持久化/{租户}/{命名空间}/{主题}/subscription/{subName}/skip_all | 在主题订阅上跳过所有消息。 |
NonPersistentTopicApi | 持久化主题跳过消息 | POST /非持久化/{租户}/{命名空间}/{主题}/subscription/{subName}/skip/{numMessages} | 在主题订阅上跳过消息。 |
NonPersistentTopicApi | 持久化主题终止 | POST /非持久化/{租户}/{命名空间}/{主题}/terminate | 终止一个主题。一个被终止的主题将不接受任何更多消息的发布,并允许消费者清除积压的消息。 |
NonPersistentTopicApi | 持久化主题终止分区主题 | POST /非持久化/{租户}/{命名空间}/{主题}/terminate/partitions | 终止所有分区主题。一个被终止的主题将不接受任何更多消息的发布,并允许消费者清除积压的消息。 |
NonPersistentTopicApi | 持久化主题触发卸载 | PUT /非持久化/{租户}/{命名空间}/{主题}/offload | 将主题的前缀卸载到长期存储。 |
NonPersistentTopicApi | 持久化主题修剪主题 | POST /非持久化/{租户}/{命名空间}/{主题}/trim | 修剪主题。 |
NonPersistentTopicApi | 持久化主题更新分区主题 | POST /non-persistent/{tenant}/{namespace}/{topic}/partitions | 增加现有分区主题的分区数量。 |
NonPersistentTopicApi | 持久化主题更新属性 | PUT /non-persistent/{tenant}/{namespace}/{topic}/properties | 更新指定主题上的属性。 |
NonPersistentTopicApi | 持久化主题更新订阅属性 | PUT /non-persistent/{tenant}/{namespace}/{topic}/subscription/{subName}/properties | 替换给定订阅上的所有属性 |
PersistentTopicApi | persistent_topics_analyze_subscription_backlog | POST /persistent/{tenant}/{namespace}/{topic}/subscription/{subName}/analyzeBacklog | 通过扫描所有未处理的消息来分析订阅。 |
PersistentTopicApi | persistent_topics_compact | PUT /persistent/{tenant}/{namespace}/{topic}/compaction | 在一个主题上触发压缩操作。 |
PersistentTopicApi | persistent_topics_compaction_status | GET /persistent/{tenant}/{namespace}/{topic}/compaction | 获取主题压缩操作的状态。 |
PersistentTopicApi | persistent_topics_create_missed_partitions | POST /persistent/{tenant}/{namespace}/{topic}/createMissedPartitions | 创建现有分区主题的缺失分区。 |
PersistentTopicApi | persistent_topics_create_non_partitioned_topic | PUT /persistent/{tenant}/{namespace}/{topic} | 创建一个非分区主题。 |
PersistentTopicApi | 持久化主题创建分区主题 | PUT /persistent/{tenant}/{namespace}/{topic}/partitions | 创建一个分区主题。 |
PersistentTopicApi | persistent_topics_create_subscription | PUT /persistent/{tenant}/{namespace}/{topic}/subscription/{subscriptionName} | 在主题上创建订阅。 |
PersistentTopicApi | persistent_topics_delete_deduplication_snapshot_interval | DELETE /persistent/{tenant}/{namespace}/{topic}/deduplicationSnapshotInterval | 删除主题上的 deduplicationSnapshotInterval 配置。 |
PersistentTopicApi | persistent_topics_delete_delayed_delivery_policies | DELETE /persistent/{tenant}/{namespace}/{topic}/delayedDelivery | 设置主题上的延迟投递消息配置。 |
PersistentTopicApi | persistent_topics_delete_inactive_topic_policies | DELETE /persistent/{tenant}/{namespace}/{topic}/inactiveTopicPolicies | 删除主题上的非活动主题策略。 |
PersistentTopicApi | persistent_topics_delete_max_unacked_messages_on_consumer | DELETE /persistent/{tenant}/{namespace}/{topic}/maxUnackedMessagesOnConsumer | 删除主题上每个消费者的最大未确认消息配置。 |
PersistentTopicApi | persistent_topics_delete_max_unacked_messages_on_subscription | DELETE /persistent/{tenant}/{namespace}/{topic}/maxUnackedMessagesOnSubscription | 删除主题上每个订阅的最大未确认消息配置。 |
PersistentTopicApi | persistent_topics_delete_partitioned_topic | DELETE /persistent/{tenant}/{namespace}/{topic}/partitions | 删除一个分区主题。 |
PersistentTopicApi | persistent_topics_delete_shadow_topics | DELETE /persistent/{tenant}/{namespace}/{topic}/shadowTopics | 删除主题的阴影主题。 |
PersistentTopicApi | persistent_topics_delete_subscription | DELETE /persistent/{tenant}/{namespace}/{topic}/subscription/{subName} | 删除订阅。 |
PersistentTopicApi | persistent_topics_delete_topic | DELETE /persistent/{tenant}/{namespace}/{topic} | 删除一个主题。 |
PersistentTopicApi | persistent_topics_examine_message | GET /persistent/{tenant}/{namespace}/{topic}/examinemessage | 通过相对于最早或最新消息的位置来检查主题上的特定消息。 |
PersistentTopicApi | persistent_topics_expire_messages_for_all_subscriptions | POST /persistent/{tenant}/{namespace}/{topic}/all_subscription/expireMessages/{expireTimeInSeconds} | 使主题的所有订阅中的消息过期。 |
PersistentTopicApi | persistent_topics_expire_topic_messages | POST /persistent/{tenant}/{namespace}/{topic}/subscription/{subName}/expireMessages | 使主题订阅中的消息过期。 |
PersistentTopicApi | persistent_topics_expire_topic_messages_0 | POST /persistent/{tenant}/{namespace}/{topic}/subscription/{subName}/expireMessages/{expireTimeInSeconds} | 使主题订阅中的消息过期。 |
PersistentTopicApi | persistent_topics_get_auto_subscription_creation | GET /persistent/{tenant}/{namespace}/{topic}/autoSubscriptionCreation | 获取主题中的 autoSubscriptionCreation 信息。 |
PersistentTopicApi | persistent_topics_get_backlog | GET /persistent/{tenant}/{namespace}/{topic}/backlog | 获取离线主题的预估积压大小。 |
PersistentTopicApi | persistent_topics_get_backlog_quota_map | GET /persistent/{tenant}/{namespace}/{topic}/backlogQuotaMap | 获取主题上的积压配额映射。 |
PersistentTopicApi | persistent_topics_get_backlog_size_by_message_id | PUT /persistent/{tenant}/{namespace}/{topic}/backlogSize | 通过消息ID(以字节为单位)计算回压大小。 |
PersistentTopicApi | persistent_topics_get_compaction_threshold | GET /persistent/{tenant}/{namespace}/{topic}/compactionThreshold | 获取指定主题的压缩阈值配置。 |
PersistentTopicApi | persistent_topics_get_deduplication | GET /persistent/{tenant}/{namespace}/{topic}/deduplicationEnabled | 获取主题的重复数据删除配置。 |
PersistentTopicApi | persistent_topics_get_deduplication_snapshot_interval | GET /persistent/{tenant}/{namespace}/{topic}/deduplicationSnapshotInterval | 获取主题上的 deduplicationSnapshotInterval 配置。 |
PersistentTopicApi | persistent_topics_get_delayed_delivery_policies | GET /persistent/{tenant}/{namespace}/{topic}/delayedDelivery | 获取主题上的延迟投递消息配置。 |
PersistentTopicApi | persistent_topics_get_dispatch_rate | GET /persistent/{tenant}/{namespace}/{topic}/dispatchRate | 获取指定主题的调度速率配置。 |
PersistentTopicApi | persistent_topics_get_dispatcher_pause_on_ack_state_persistent | GET /persistent/{tenant}/{namespace}/{topic}/dispatcherPauseOnAckStatePersistent | 获取主题上的调度器在确认状态暂停的持久配置。 |
PersistentTopicApi | 持久化主题获取条目过滤器 | GET /persistent/{tenant}/{namespace}/{topic}/entryFilters | 获取主题的条目过滤器。 |
PersistentTopicApi | persistent_topics_get_inactive_topic_policies | GET /persistent/{tenant}/{namespace}/{topic}/inactiveTopicPolicies | 获取主题上的非活动主题策略。 |
PersistentTopicApi | 持久化主题获取内部统计信息 | GET /persistent/{tenant}/{namespace}/{topic}/internalStats | 获取主题的内部统计信息。 |
PersistentTopicApi | persistent_topics_get_last_message_id | GET /persistent/{tenant}/{namespace}/{topic}/lastMessageId | 返回主题的最后提交消息ID。 |
PersistentTopicApi | 持久化主题获取列表 | GET /persistent/{tenant}/{namespace} | 获取命名空间下的主题列表。 |
PersistentTopicApi | persistent_topics_get_managed_ledger_info | GET /persistent/{tenant}/{namespace}/{topic}/internal-info | 获取存储的主题元数据。 |
PersistentTopicApi | persistent_topics_get_max_consumers | GET /persistent/{tenant}/{namespace}/{topic}/maxConsumers | 获取指定主题的 maxConsumers 配置。 |
PersistentTopicApi | persistent_topics_get_max_consumers_per_subscription | GET /persistent/{tenant}/{namespace}/{topic}/maxConsumersPerSubscription | 获取指定主题的每个订阅的 maxConsumers 配置。 |
PersistentTopicApi | persistent_topics_get_max_message_size | GET /persistent/{tenant}/{namespace}/{topic}/maxMessageSize | 获取指定主题的 maxMessageSize 配置。 |
PersistentTopicApi | persistent_topics_get_max_producers | GET /persistent/{tenant}/{namespace}/{topic}/maxProducers | 获取指定主题的 maxProducers 配置。 |
PersistentTopicApi | persistent_topics_get_max_subscriptions_per_topic | GET /persistent/{tenant}/{namespace}/{topic}/maxSubscriptionsPerTopic | 获取指定主题的 maxSubscriptionsPerTopic 配置。 |
PersistentTopicApi | persistent_topics_get_max_unacked_messages_on_consumer | GET /persistent/{tenant}/{namespace}/{topic}/maxUnackedMessagesOnConsumer | 获取主题上每个消费者配置的最大未确认消息数。 |
PersistentTopicApi | persistent_topics_get_max_unacked_messages_on_subscription | GET /persistent/{tenant}/{namespace}/{topic}/maxUnackedMessagesOnSubscription | 获取主题上每个订阅配置的最大未确认消息数。 |
PersistentTopicApi | persistent_topics_get_message_by_id | GET /persistent/{tenant}/{namespace}/{topic}/ledger/{ledgerId}/entry/{entryId} | 通过其 messageId 获取消息。 |
PersistentTopicApi | persistent_topics_get_message_id_by_timestamp | GET /persistent/{tenant}/{namespace}/{topic}/messageid/{timestamp} | 获取在或稍晚于指定绝对时间戳(以毫秒为单位)发布的消息ID。 |
PersistentTopicApi | persistent_topics_get_message_ttl | GET /persistent/{tenant}/{namespace}/{topic}/messageTTL | 获取主题的消息 TTL(以秒为单位)。 |
PersistentTopicApi | persistent_topics_get_offload_policies | GET /persistent/{tenant}/{namespace}/{topic}/offloadPolicies | 获取主题上的卸载策略。 |
PersistentTopicApi | 持久化主题获取分区元数据 | GET /persistent/{tenant}/{namespace}/{topic}/partitions | 获取分区主题元数据。 |
PersistentTopicApi | 持久化主题获取分区统计信息 | GET /persistent/{tenant}/{namespace}/{topic}/partitioned-stats | 获取分区主题的统计信息。 |
PersistentTopicApi | persistent_topics_get_partitioned_stats_internal | GET /persistent/{tenant}/{namespace}/{topic}/partitioned-internalStats | 获取分区主题的 stats-internal。 |
PersistentTopicApi | persistent_topics_get_partitioned_topic_list | GET /persistent/{tenant}/{namespace}/partitioned | 获取命名空间下分区主题的列表。 |
PersistentTopicApi | persistent_topics_get_permissions_on_topic | GET /persistent/{tenant}/{namespace}/{topic}/permissions | 获取主题上的权限。 |
PersistentTopicApi | persistent_topics_get_persistence | GET /persistent/{tenant}/{namespace}/{topic}/persistence | 获取指定主题的持久化策略配置。 |
PersistentTopicApi | persistent_topics_get_properties | GET /persistent/{tenant}/{namespace}/{topic}/properties | 获取主题属性。 |
PersistentTopicApi | persistent_topics_get_publish_rate | GET /persistent/{tenant}/{namespace}/{topic}/publishRate | 获取指定主题的发布速率配置。 |
PersistentTopicApi | persistent_topics_get_replicated_subscription_status | GET /persistent/{tenant}/{namespace}/{topic}/subscription/{subName}/replicatedSubscriptionStatus | 获取主题上的复制订阅状态。 |
PersistentTopicApi | 持久化主题获取复制集群 | GET /persistent/{tenant}/{namespace}/{topic}/replication | 获取主题的复制集群。 |
PersistentTopicApi | 持久化主题获取复制器调度率 | GET /persistent/{tenant}/{namespace}/{topic}/replicatorDispatchRate | 获取指定主题的复制器调度率配置。 |
PersistentTopicApi | 持久化主题获取保留策略 | GET /persistent/{tenant}/{namespace}/{topic}/retention | 获取指定主题的保留配置。 |
PersistentTopicApi | 持久化主题获取模式兼容性策略 | GET /persistent/{tenant}/{namespace}/{topic}/schemaCompatibilityStrategy | 获取主题上的模式兼容性策略。 |
PersistentTopicApi | 持久化主题获取模式验证强制 | GET /persistent/{tenant}/{namespace}/{topic}/schemaValidationEnforced | 获取主题的模式验证强制标志。 |
PersistentTopicApi | 持久化主题获取影子主题 | GET /persistent/{tenant}/{namespace}/{topic}/shadowTopics | 获取主题的影子主题列表。 |
PersistentTopicApi | 持久化主题获取统计信息 | GET /persistent/{tenant}/{namespace}/{topic}/stats | 获取主题的统计信息。 |
PersistentTopicApi | 持久化主题获取订阅速率 | GET /persistent/{tenant}/{namespace}/{topic}/subscribeRate | 获取指定主题的订阅速率配置。 |
PersistentTopicApi | 持久化主题获取订阅消息调度率 | GET /persistent/{tenant}/{namespace}/{topic}/subscriptionDispatchRate | 获取指定主题的订阅消息调度率配置。 |
PersistentTopicApi | 持久化主题获取订阅级别调度率 | GET /persistent/{tenant}/{namespace}/{topic}/{subName}/dispatchRate | 获取指定订阅的消息调度率配置。 |
PersistentTopicApi | 持久化主题获取订阅属性 | GET /persistent/{tenant}/{namespace}/{topic}/subscription/{subName}/properties | 返回给定订阅上的所有属性。 |
PersistentTopicApi | 持久化主题获取启用订阅类型 | GET /persistent/{tenant}/{namespace}/{topic}/subscriptionTypesEnabled | 获取是否启用指定主题的子类型。 |
PersistentTopicApi | 持久化主题获取订阅 | GET /persistent/{tenant}/{namespace}/{topic}/subscriptions | 获取给定主题的持久订阅列表。 |
PersistentTopicApi | 持久化主题在主题上授予权限 | POST /persistent/{tenant}/{namespace}/{topic}/permissions/{role} | 在单个主题上向角色授予权限。 |
PersistentTopicApi | 持久化主题卸载状态 | GET /persistent/{tenant}/{namespace}/{topic}/offload | 将主题的前缀卸载到长期存储。 |
PersistentTopicApi | 持久化主题查看第n条消息 | GET /persistent/{tenant}/{namespace}/{topic}/subscription/{subName}/position/{messagePosition} | 在主题订阅上查看第n条消息。 |
PersistentTopicApi | 持久化主题移除自动订阅创建 | DELETE /persistent/{tenant}/{namespace}/{topic}/autoSubscriptionCreation | 从主题中移除自动订阅创建。 |
PersistentTopicApi | 持久化主题移除回滚配额 | DELETE /persistent/{tenant}/{namespace}/{topic}/backlogQuota | 从主题中移除回滚配额策略。 |
PersistentTopicApi | 持久化主题移除压缩阈值 | DELETE /persistent/{tenant}/{namespace}/{topic}/compactionThreshold | 移除指定主题的压缩阈值配置。 |
PersistentTopicApi | 持久化主题移除去重 | DELETE /persistent/{tenant}/{namespace}/{topic}/deduplicationEnabled | 移除指定主题的去重配置。 |
PersistentTopicApi | 持久化主题移除调度率 | DELETE /persistent/{tenant}/{namespace}/{topic}/dispatchRate | 移除指定主题的消息调度率配置。 |
PersistentTopicApi | 持久化主题移除确认状态暂停调度器 | DELETE /persistent/{tenant}/{namespace}/{topic}/dispatcherPauseOnAckStatePersistent | 移除指定主题的确认状态暂停调度器配置。 |
PersistentTopicApi | 持久化主题移除条目过滤器 | DELETE /persistent/{tenant}/{namespace}/{topic}/entryFilters | 移除指定主题的条目过滤器。 |
PersistentTopicApi | 持久化主题移除最大消费者数 | DELETE /persistent/{tenant}/{namespace}/{topic}/maxConsumers | 移除指定主题的最大消费者数配置。 |
PersistentTopicApi | 持久化主题移除每个订阅的最大消费者数 | DELETE /persistent/{tenant}/{namespace}/{topic}/maxConsumersPerSubscription | 移除指定主题的每个订阅的最大消费者数配置。 |
PersistentTopicApi | 持久化主题移除最大消息大小 | DELETE /persistent/{tenant}/{namespace}/{topic}/maxMessageSize | 移除指定主题的最大消息大小配置。 |
PersistentTopicApi | 持久化主题移除最大生产者数 | DELETE /persistent/{tenant}/{namespace}/{topic}/maxProducers | 移除指定主题的最大生产者数配置。 |
PersistentTopicApi | 持久化主题移除每个主题的最大订阅数 | DELETE /persistent/{tenant}/{namespace}/{topic}/maxSubscriptionsPerTopic | 移除指定主题的每个主题的最大订阅数配置。 |
PersistentTopicApi | 持久化主题移除消息TTL | DELETE /persistent/{tenant}/{namespace}/{topic}/messageTTL | 删除特定主题的消息TTL(秒)。 |
PersistentTopicApi | persistent_topics_remove_offload_policies | DELETE /persistent/{tenant}/{namespace}/{topic}/offloadPolicies | 删除特定主题的卸载策略。 |
PersistentTopicApi | persistent_topics_remove_persistence | DELETE /persistent/{tenant}/{namespace}/{topic}/persistence | 删除指定主题的持久化策略配置。 |
PersistentTopicApi | persistent_topics_remove_properties | DELETE /persistent/{tenant}/{namespace}/{topic}/properties | 删除给定主题上的属性键。 |
PersistentTopicApi | persistent_topics_remove_publish_rate | DELETE /persistent/{tenant}/{namespace}/{topic}/publishRate | 删除指定主题的消息发布速率配置。 |
PersistentTopicApi | persistent_topics_remove_replication_clusters | DELETE /persistent/{tenant}/{namespace}/{topic}/replication | 从主题中删除复制集群。 |
PersistentTopicApi | persistent_topics_remove_replicator_dispatch_rate | DELETE /persistent/{tenant}/{namespace}/{topic}/replicatorDispatchRate | 删除指定主题的replicatorDispatchRate配置。 |
PersistentTopicApi | persistent_topics_remove_retention | DELETE /persistent/{tenant}/{namespace}/{topic}/retention | 删除指定主题的保留配置。 |
PersistentTopicApi | persistent_topics_remove_schema_compatibility_strategy | DELETE /persistent/{tenant}/{namespace}/{topic}/schemaCompatibilityStrategy | 删除特定主题上的模式兼容性策略。 |
PersistentTopicApi | persistent_topics_remove_subscribe_rate | DELETE /persistent/{tenant}/{namespace}/{topic}/subscribeRate | 删除指定主题的订阅速率配置。 |
PersistentTopicApi | persistent_topics_remove_subscription_dispatch_rate | DELETE /persistent/{tenant}/{namespace}/{topic}/subscriptionDispatchRate | 删除指定主题的订阅消息分发速率配置。 |
PersistentTopicApi | persistent_topics_remove_subscription_level_dispatch_rate | DELETE /persistent/{tenant}/{namespace}/{topic}/{subName}/dispatchRate | 删除指定订阅的消息分发速率配置。 |
PersistentTopicApi | persistent_topics_remove_subscription_types_enabled | DELETE /persistent/{tenant}/{namespace}/{topic}/subscriptionTypesEnabled | 删除指定主题的已启用订阅类型。 |
PersistentTopicApi | persistent_topics_reset_cursor | POST /persistent/{tenant}/{namespace}/{topic}/subscription/{subName}/resetcursor/{timestamp} | 将订阅重置到最接近绝对时间戳(毫秒)的消息位置。 |
PersistentTopicApi | persistent_topics_reset_cursor_on_position | POST /persistent/{tenant}/{namespace}/{topic}/subscription/{subName}/resetcursor | 将订阅重置到给定位置最接近的消息位置。 |
PersistentTopicApi | persistent_topics_revoke_permissions_on_topic | DELETE /persistent/{tenant}/{namespace}/{topic}/permissions/{role} | 在主题上撤销权限。 |
PersistentTopicApi | persistent_topics_set_auto_subscription_creation | POST /persistent/{tenant}/{namespace}/{topic}/autoSubscriptionCreation | 为特定主题覆盖命名空间的allowAutoSubscriptionCreation设置。 |
PersistentTopicApi | persistent_topics_set_backlog_quota | POST /persistent/{tenant}/{namespace}/{topic}/backlogQuota | 为特定主题设置回压配额。 |
PersistentTopicApi | persistent_topics_set_compaction_threshold | POST /persistent/{tenant}/{namespace}/{topic}/compactionThreshold | 为指定主题设置压缩阈值配置。 |
PersistentTopicApi | persistent_topics_set_deduplication | POST /persistent/{tenant}/{namespace}/{topic}/deduplicationEnabled | 在特定主题上设置去重启用。 |
PersistentTopicApi | persistent_topics_set_deduplication_snapshot_interval | POST /persistent/{tenant}/{namespace}/{topic}/deduplicationSnapshotInterval | 在特定主题上设置deduplicationSnapshotInterval配置。 |
PersistentTopicApi | persistent_topics_set_delayed_delivery_policies | POST /persistent/{tenant}/{namespace}/{topic}/delayedDelivery | 设置主题上的延迟投递消息配置。 |
PersistentTopicApi | persistent_topics_set_dispatch_rate | POST /persistent/{tenant}/{namespace}/{topic}/dispatchRate | 为指定主题设置消息分发速率配置。 |
PersistentTopicApi | persistent_topics_set_dispatcher_pause_on_ack_state_persistent | POST /persistent/{tenant}/{namespace}/{topic}/dispatcherPauseOnAckStatePersistent | 为指定主题设置dispatcherPauseOnAckStatePersistent配置。 |
PersistentTopicApi | 持久化主题设置条目过滤器 | POST /persistent/{tenant}/{namespace}/{topic}/entryFilters | 设置指定主题的条目过滤器 |
PersistentTopicApi | persistent_topics_set_inactive_topic_policies | POST /persistent/{tenant}/{namespace}/{topic}/inactiveTopicPolicies | 在特定主题上设置非活动主题策略。 |
PersistentTopicApi | persistent_topics_set_max_consumers | POST /persistent/{tenant}/{namespace}/{topic}/maxConsumers | 为指定主题设置maxConsumers配置。 |
PersistentTopicApi | persistent_topics_set_max_consumers_per_subscription | POST /persistent/{tenant}/{namespace}/{topic}/maxConsumersPerSubscription | 为指定主题设置每个订阅的最大消费者配置。 |
PersistentTopicApi | persistent_topics_set_max_message_size | POST /persistent/{tenant}/{namespace}/{topic}/maxMessageSize | 为指定主题设置maxMessageSize配置。 |
PersistentTopicApi | 持久化主题设置最大生产者 | POST /persistent/{tenant}/{namespace}/{topic}/maxProducers | 为指定的主题设置maxProducers配置。 |
PersistentTopicApi | 持久化主题设置每个主题的最大订阅数 | POST /persistent/{tenant}/{namespace}/{topic}/maxSubscriptionsPerTopic | 为指定的主题设置maxSubscriptionsPerTopic配置。 |
PersistentTopicApi | 持久化主题设置消费者上的最大未确认消息数 | POST /persistent/{tenant}/{namespace}/{topic}/maxUnackedMessagesOnConsumer | 在一个主题上设置每个消费者最大的未确认消息数配置。 |
PersistentTopicApi | 持久化主题设置订阅上的最大未确认消息数 | POST /persistent/{tenant}/{namespace}/{topic}/maxUnackedMessagesOnSubscription | 在一个主题上设置每个订阅最大的未确认消息数配置。 |
PersistentTopicApi | 持久化主题设置消息TTL | POST /persistent/{tenant}/{namespace}/{topic}/messageTTL | 为主题设置秒数作为消息TTL。 |
PersistentTopicApi | 持久化主题设置卸载策略 | POST /persistent/{tenant}/{namespace}/{topic}/offloadPolicies | 在主题上设置卸载策略。 |
PersistentTopicApi | 持久化主题设置持久性 | POST /persistent/{tenant}/{namespace}/{topic}/persistence | 为指定的主题设置持久性策略的配置。 |
PersistentTopicApi | 持久化主题设置发布速率 | POST /persistent/{tenant}/{namespace}/{topic}/publishRate | 为指定的主题设置消息发布速率配置。 |
PersistentTopicApi | 持久化主题设置复制的订阅状态 | POST /persistent/{tenant}/{namespace}/{topic}/subscription/{subName}/replicatedSubscriptionStatus | 在主题上启用或禁用复制的订阅。 |
PersistentTopicApi | 持久化主题设置复制集群 | POST /persistent/{tenant}/{namespace}/{topic}/replication | 为主题设置复制集群。 |
PersistentTopicApi | 持久化主题设置复制器调度速率 | POST /persistent/{tenant}/{namespace}/{topic}/replicatorDispatchRate | 为指定的主题设置replicatorDispatchRate配置。 |
PersistentTopicApi | 持久化主题设置保留 | POST /persistent/{tenant}/{namespace}/{topic}/retention | 为指定的主题设置保留配置。 |
PersistentTopicApi | 持久化主题设置模式兼容性策略 | PUT /persistent/{tenant}/{namespace}/{topic}/schemaCompatibilityStrategy | 在主题上设置模式兼容性策略。 |
PersistentTopicApi | 持久化主题设置模式验证强制执行 | POST /persistent/{tenant}/{namespace}/{topic}/schemaValidationEnforced | 在主题上设置模式验证强制执行的标志。 |
PersistentTopicApi | 持久化主题设置影子主题 | PUT /persistent/{tenant}/{namespace}/{topic}/shadowTopics | 设置主题的影子主题列表。 |
PersistentTopicApi | 持久化主题设置订阅速率 | POST /persistent/{tenant}/{namespace}/{topic}/subscribeRate | 为指定的主题设置订阅速率配置。 |
PersistentTopicApi | 持久化主题设置订阅消息调度速率 | POST /persistent/{tenant}/{namespace}/{topic}/subscriptionDispatchRate | 为指定的主题设置订阅消息调度速率配置。 |
PersistentTopicApi | 持久化主题设置订阅级别调度速率 | POST /persistent/{tenant}/{namespace}/{topic}/{subName}/dispatchRate | 为指定的订阅设置消息调度速率配置。 |
PersistentTopicApi | 持久化主题设置订阅类型启用 | POST /persistent/{tenant}/{namespace}/{topic}/subscriptionTypesEnabled | 为指定的主题设置是否启用子类型。 |
PersistentTopicApi | 持久化主题跳过所有消息 | POST /persistent/{tenant}/{namespace}/{topic}/subscription/{subName}/skip_all | 在主题订阅上跳过所有消息。 |
PersistentTopicApi | 持久化主题跳过消息 | POST /persistent/{tenant}/{namespace}/{topic}/subscription/{subName}/skip/{numMessages} | 在主题订阅上跳过消息。 |
PersistentTopicApi | 持久化主题终止 | POST /persistent/{tenant}/{namespace}/{topic}/terminate | 终止一个主题。一个被终止的主题将不接受任何更多消息的发布,并允许消费者清除积压的消息。 |
PersistentTopicApi | 持久化主题终止分区主题 | POST /persistent/{tenant}/{namespace}/{topic}/terminate/partitions | 终止所有分区主题。一个被终止的主题将不接受任何更多消息的发布,并允许消费者清除积压的消息。 |
PersistentTopicApi | 持久化主题触发卸载 | PUT /persistent/{tenant}/{namespace}/{topic}/offload | 将主题的前缀卸载到长期存储。 |
PersistentTopicApi | 持久化主题修剪主题 | POST /persistent/{tenant}/{namespace}/{topic}/trim | 修剪主题。 |
PersistentTopicApi | 持久化主题截断主题 | DELETE /persistent/{tenant}/{namespace}/{topic}/truncate | 截断一个主题。 |
PersistentTopicApi | 持久化主题卸载主题 | PUT /persistent/{tenant}/{namespace}/{topic}/unload | 卸载一个主题 |
PersistentTopicApi | 持久化主题更新分区主题 | POST /persistent/{tenant}/{namespace}/{topic}/partitions | 增加现有分区主题的分区数量。 |
PersistentTopicApi | 持久化主题更新属性 | PUT /persistent/{tenant}/{namespace}/{topic}/properties | 更新指定主题上的属性。 |
PersistentTopicApi | 持久化主题更新订阅属性 | PUT /persistent/{tenant}/{namespace}/{topic}/subscription/{subName}/properties | 替换给定订阅上的所有属性 |
资源配额API | resource_quotas_get_default_resource_quota | GET /resource-quotas | 获取默认配额 |
资源配额API | resource_quotas_get_namespace_bundle_resource_quota | GET /resource-quotas/{tenant}/{namespace}/{bundle} | 获取命名空间分组的资源配额。 |
资源配额API | resource_quotas_remove_namespace_bundle_resource_quota | DELETE /resource-quotas/{tenant}/{namespace}/{bundle} | 移除命名空间的资源配额。 |
资源配额API | resource_quotas_set_default_resource_quota | POST /resource-quotas | 设置默认配额 |
资源配额API | resource_quotas_set_namespace_bundle_resource_quota | POST /resource-quotas/{tenant}/{namespace}/{bundle} | 在命名空间上设置资源配额。 |
资源组API | resource_groups_create_or_update_resource_group | PUT /resourcegroups/{resourcegroup} | 创建一个新的资源组,并指定速率限制器 |
资源组API | resource_groups_delete_resource_group | DELETE /resourcegroups/{resourcegroup} | 删除资源组。 |
资源组API | resource_groups_get_resource_group | GET /resourcegroups/{resourcegroup} | 获取指定资源组的速率限制器。 |
资源组API | resource_groups_get_resource_groups | GET /resourcegroups | 获取所有资源组的列表。 |
模式API | schemas_resource_delete_schema | DELETE /schemas/{tenant}/{namespace}/{topic}/schema | 删除主题的所有版本模式 |
模式API | schemas_resource_get_all_schemas | GET /schemas/{tenant}/{namespace}/{topic}/schemas | 获取主题的所有模式 |
模式API | schemas_resource_get_schema | GET /schemas/{tenant}/{namespace}/{topic}/schema | 获取主题的模式 |
模式API | schemas_resource_get_schema_0 | GET /schemas/{tenant}/{namespace}/{topic}/schema/{version} | 获取特定版本的模式的主题 |
模式API | schemas_resource_get_version_by_schema | POST /schemas/{tenant}/{namespace}/{topic}/version | 获取模式的版本 |
模式API | schemas_resource_post_schema | POST /schemas/{tenant}/{namespace}/{topic}/schema | 更新主题的模式 |
模式API | schemas_resource_test_compatibility | POST /schemas/{tenant}/{namespace}/{topic}/compatibility | 测试模式兼容性 |
租户API | tenants_base_create_tenant | PUT /tenants/{tenant} | 创建新的租户。 |
租户API | tenants_base_delete_tenant | DELETE /tenants/{tenant} | 删除租户及其下的所有命名空间和主题。 |
租户API | tenants_base_get_tenant_admin | GET /tenants/{tenant} | 获取给定租户的管理员配置。 |
租户API | tenants_base_get_tenants | GET /tenants | 获取现有租户的列表。 |
租户API | tenants_base_update_tenant | POST /tenants/{tenant} | 更新租户的管理员。 |
模型文档
- AllocatorStats
- AuthPolicies
- AuthenticationDataSource
- AuthenticationParameters
- AutoFailoverPolicyData
- AutoSubscriptionCreationOverride
- AutoSubscriptionCreationOverrideImpl
- AutoTopicCreationOverride
- BacklogQuota
- BacklogQuotaImpl
- BookieAffinityGroupData
- BookieInfo
- 博彩集群信息
- 代理信息
- 代理命名空间隔离数据
- 捆绑数据
- 证书
- 集群数据
- 集群URL
- 压缩统计信息
- 压缩统计信息实现
- CompletableFuture
- CompletableFutureClusterData
- CompletableFutureListSchemaAndMetadata
- CompletableFutureLong
- CompletableFuturePairBooleanSchemaCompatibilityStrategy
- CompletableFuturePartitionedTopicMetadata
- CompletableFutureResourceQuota
- CompletableFutureSchemaAndMetadata
- CompletableFutureSchemaVersion
- CompletableFutureVoid
- 连接器定义
- 消费者统计信息
- 光标详细信息
- 光标信息
- 光标统计信息
- 延迟交付策略
- 删除模式响应
- 分发速率
- 分发速率实现
- 条目过滤器
- 故障域
- 函数实例统计数据
- 函数实例统计数据基础
- 函数
- 函数V2
- 函数V2Worker服务
- 函数Worker服务
- 获取所有版本模式响应
- 获取模式响应
- 非活动主题策略
- 内部配置数据
- 兼容性响应
- Kubernetes容器工厂
- 账本详细信息
- 账本信息
- 负载报告
- 长时间运行进程状态
- 长模式版本
- 管理账本信息
- 内存限制
- 消息范围信息
- 指标
- 命名空间捆绑统计信息
- 命名空间隔离数据
- 命名空间所有权状态
- 非持久分区主题统计信息实现
- 非持久发布者统计信息
- 非持久复制器统计信息
- 非持久订阅者统计信息
- 非持久主题统计信息实现
- 卸载策略
- 卸载策略实现
- 分区管理账本信息
- 分区主题内部统计信息
- 分区主题元数据
- 分区主题统计信息实现
- 挂起的博彩操作统计信息
- 持久化策略
- 持久离线主题统计信息
- 持久主题内部统计信息
- 持久主题统计信息
- 策略
- 池区域统计信息
- 池块列表统计信息
- 池块统计信息
- 池子页统计信息
- 位置信息
- 后模式有效载荷
- 后模式响应
- 进程容器工厂
- 公钥
- 发布速率
- 发布者统计信息
- 原始博彩信息
- 复制器统计信息
- 重置光标数据
- 资源描述
- 资源组
- 资源配额
- 资源单位
- 资源使用情况
- 资源
- 保留策略
- 接收器
- 接收器Worker服务
- 源
- 源Worker服务
- 订阅速率
- 订阅统计信息
- 系统资源使用情况
- 租户信息
- 线程容器工厂
- 主题统计信息
- Worker配置
- Worker函数实例统计信息
- Worker信息
- Worker服务
要获取生成的文档,请使用
cargo doc --open
作者
依赖关系
~4–16MB
~236K SLoC