Pulsar-related Configurations
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 |