Pulsar-related Configurations
Milvus Docs 需要你的帮助
本文档暂时没有中文版本,欢迎你成为社区贡献者,协助中文技术文档的翻译。你可以通过页面右边的 编辑 按钮直接贡献你的翻译。更多详情,参考 贡献指南。如需帮助,你可以 提交 GitHub Issue。
This topic introduces the Pulsar-related configurations of Milvus.
Pulsar is the underlying engine supporting Milvus cluster's reliable storage and publication/subscription of message streams.
Under this section, you can configure Pulsar address, the message size, etc.
pulsar.address
Description | Default Value |
---|---|
PULSAR_ADDRESS pulsar.address and pulsar.port together generate the valid access to Pulsar.PULSAR_ADDRESS when Milvus is started. |
localhost |
pulsar.port
Description | Default Value |
---|---|
PULSAR_ADDRESS pulsar.address and pulsar.port together generate the valid access to Pulsar.PULSAR_ADDRESS when Milvus is started. |
6650 |
pulsar.maxMessageSize
Description | Default Value |
---|---|
|
5242880 |