Pulsar
The Pulsar configuration category includes the following configurable options:
Pulsar Acknowledgement Timeout (seconds)
Pulsar Admin URL
Pulsar Receiver Queue Size
Pulsar Service URL
Validate Pulsar Topics Exist Before Use
|
Pulsar Acknowledgement Timeout (seconds) |
|
|
POSITIVE_INTEGER | |
Sets the timeout in seconds for message acknowledgments. If a consumer does not acknowledge a message within this timeout period, the message will be automatically redelivered to another consumer. | |
|
|
30
|
|
|
|
Pulsar Admin URL |
|
|
STRING | |
URL of Pulsar admin service that allows users to manage and monitor various aspects of a Pulsar cluster | |
|
|
http://localhost:8080
|
|
|
|
Pulsar Receiver Queue Size |
|
|
INTEGER | |
Sets the size of the receiver queue. The receiver queue is used to buffer messages received from Pulsar before they are processed by the application. A larger queue size can help improve throughput, but may also increase memory usage. | |
|
|
100
|
|
|
|
Pulsar Service URL |
|
|
STRING | |
URL used by clients to connect to the Pulsar cluster | |
|
|
pulsar://localhost:6650
|
|
|
|
Validate Pulsar Topics Exist Before Use |
|
|
BOOLEAN | |
Sets this to true if your Pulsar broker is configured to prevent new topics from being automatically created. When this property is set to true, Smile will prevent subscriptions from being created or updated if the delivery topic they depend on doesn't exist yet. | |
|
|
false
|
|
|
You are about to leave the Smile Digital Health documentation and navigate to the Open Source HAPI-FHIR Documentation.