/pcp-broker

PCP message broker

Primary LanguageClojureApache License 2.0Apache-2.0

pcp-broker

A message broker for the PCP protocol

Installing

To use this service in your trapperkeeper application, simply add this project as a dependency in your leiningen project file:

Clojars Project

And then see these notes on configuring

Running the server

For development purposes you can run a broker out of a checkout using the insecure certificates provided in test-resources/ with either the following command:

lein tk

(This one runs the broker with schema validations disabled, i.e. the same as in production.)

Or with:

lein tkv

(This one runs the broker with schema validations enabled for greater scrutiny.)

Documentation

Look here.

Maintenance

Maintainers: Alessandro Parisi alessandro@puppet.com, Michael Smith michael.smith@puppet.com, Michal Ruzicka michal.ruzicka@puppet.com.

Contributing: Please refer to this document.

Tickets: File bug tickets at https://tickets.puppet.com/browse/PCP and add the pcp-broker component to the ticket.