bbc / alephant-broker

Brokers requests for alephant components
MIT License
4 stars 3 forks source link

Pass in broker config in hash form #60

Closed samfrench closed 8 years ago

samfrench commented 8 years ago

The Sequencer expects the config in a hash.

{
  :config => config
}

This PR produced the config in the correct format.

https://jira.dev.bbc.co.uk/browse/CONNPOL-2821

samfrench commented 8 years ago

@BBCMarkMcDonnell, all of the other caching PRs have been merged. The Lookup cache is working as I am seeing "hit" in the logs. The Sequencer cache is being set as the null cache. I have worked out the Sequencer was expecting a hash with a config option in it. I was just passing the config directly into it.

Can you review this one please?

samfrench commented 8 years ago

Note, this will take less than 5 minutes to review...

Integralist commented 8 years ago

:cake: