Skip to content

Commit 39c38b6

Browse files
committed
Mark pulsar-relay experimental in the docs
1 parent e8f347a commit 39c38b6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/configure.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -225,9 +225,9 @@ publish, the Pulsar server can retry the connection, governed by the
225225
Message Queue (pulsar-relay)
226226
-----------------------------
227227

228-
Pulsar can also communicate with Galaxy via **pulsar-relay**, an HTTP-based
229-
message proxy. This mode is similar to the AMQP message queue mode but uses
230-
HTTP long-polling instead of a message broker like RabbitMQ. This is ideal when:
228+
Pulsar can also communicate with Galaxy via an experimental **pulsar-relay** server,
229+
an HTTP-based message proxy. This mode is similar to the AMQP message queue mode but uses
230+
HTTP long-polling instead of a message broker like RabbitMQ. This can help when:
231231

232232
* Galaxy cannot directly reach Pulsar (e.g., due to firewall restrictions)
233233
* You want to avoid deploying and managing a RabbitMQ server
@@ -284,7 +284,7 @@ with proxy parameters::
284284
load: galaxy.jobs.runners.pulsar:PulsarMQJobRunner
285285
# Proxy connection
286286
proxy_url: http://proxy-server.example.org:9000
287-
proxy_username: admin
287+
proxy_username: your_username
288288
proxy_password: your_secure_password
289289

290290

0 commit comments

Comments
 (0)