Search code examples
pythonpython-3.xapache-pulsar

How do I change the port on which Pulsar is running?


I want to run pulsar along with apache airflow. The catch is that both run on port number 8080. I do not want to change Airflow's configuration but in order to make pulsar run, I have to assign it another port. I am using a Python library, which runs airflow on 8080.

I tried going through the standalone installation document but could not get anything through it. My aim is to run the Python client of Pulsar.

How do I change the port configuration of Pulsar?


Solution

  • For standalone, you can edit the conf/standalone.conf config file and set webServicePort=8081