armadaproject / armada

A multi-cluster batch queuing system for high-throughput workloads on Kubernetes.
https://armadaproject.io
Apache License 2.0
476 stars 134 forks source link

Move PulsarConfig into common/config (#217) #3907

Closed eleanorpratt closed 4 weeks ago

eleanorpratt commented 4 weeks ago

Moves pulsar config out of server/configuration and into the common config package, as it's used by a variety of internal configs and not server alone. This PR also makes a small fix to a test name from TestValidateHasJobSetID > TestValidateHasJobSetId.