Skip to content

Commit

Permalink
fix: Add Hazelcast discovery for Kubernetes on weigh-bridge
Browse files Browse the repository at this point in the history
Missing Hazelcast discovery strategy in weigh-bridge
  • Loading branch information
Noddy76 committed May 8, 2019
2 parents 71807bb + 60a5102 commit f6538b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -141,8 +141,8 @@ Special thanks to the following for making data-highway possible!
| [<img src="https://avatars.githubusercontent.com/nahguam?s=100" width="100" alt="Dave Maughan" /><br /><sub><b>Dave Maughan</b></sub>](https://github.com/nahguam)<br />[πŸ’»](https://github.com/HotelsDotCom/data-highway/commits?author=nahguam "Code") [🎨](#design "Design") [πŸ‘€](#review "Reviewed Pull Requests") [πŸ“–](#documentation "Documentation") | [<img src="https://avatars.githubusercontent.com/noddy76?s=100" width="100" alt="James Grant" /><br /><sub><b>James Grant</b></sub>](https://github.com/noddy76)<br />[πŸ’»](https://github.com/HotelsDotCom/data-highway/commits?author=noddy76 "Code") [🎨](#design "Design") [πŸ‘€](#review "Reviewed Pull Requests") [πŸ“–](#documentation "Documentation") [πŸ“’](#talks "Talks") | [<img src="https://avatars.githubusercontent.com/teabot?s=100" width="100" alt="Elliot West" /><br /><sub><b>Elliot West</b></sub>](https://github.com/teabot)<br />[πŸ’»](https://github.com/HotelsDotCom/data-highway/commits?author=teabot "Code") [🎨](#design "Design") [πŸ‘€](#review "Reviewed Pull Requests") [πŸ“–](#documentation "Documentation") [πŸ“’](#talks "Talks") | [<img src="https://avatars.githubusercontent.com/massdosage?s=100" width="100" alt="Adrian Woodhead" /><br /><sub><b>Adrian Woodhead</b></sub>](https://github.com/massdosage)<br />[πŸ’»](https://github.com/HotelsDotCom/data-highway/commits?author=massdosage "Code") [🎨](#design "Design") [πŸ‘€](#review "Reviewed Pull Requests") [πŸ“–](#documentation "Documentation") | [<img src="https://avatars.githubusercontent.com/konrad7d?s=100" width="100" alt="Konrad Dowgird" /><br /><sub><b>Konrad Dowgird</b></sub>](https://github.com/konrad7d)<br />[πŸ’»](https://github.com/HotelsDotCom/data-highway/commits?author=konrad7d "Code") [🎨](#design "Design") [πŸ‘€](#review "Reviewed Pull Requests") [πŸ“–](#documentation "Documentation") | [<img src="https://avatars.githubusercontent.com/riccardofreixo?s=100" width="100" alt="Riccardo Freixo" /><br /><sub><b>Riccardo Freixo</b></sub>](https://github.com/riccardofreixo)<br />[πŸ’»](https://github.com/HotelsDotCom/data-highway/commits?author=riccardofreixo "Code") [🎨](#design "Design") [πŸ‘€](#review "Reviewed Pull Requests") [πŸ“–](#documentation "Documentation") [πŸš‡](#infrastructure "Infrastructure") | [<img src="https://avatars.githubusercontent.com/MonicaacinoM?s=100" width="100" alt="Monica Nicoara" /><br /><sub><b>Monica Nicoara</b></sub>](https://github.com/MonicaacinoM)<br />[πŸ€”](#planning "Planning") [πŸ“‹](#events "Events") |
| :---: | :---: | :---: | :---: | :---: | :---: | :---: |

| [<img src="https://avatars.githubusercontent.com/teivah?s=100" width="100" alt="Teiva Harsanyi" /><br /><sub><b>Teiva Harsanyi</b></sub>](https://github.com/teivah)<br />[πŸ’»](https://github.com/HotelsDotCom/data-highway/commits?author=teivah "Code") | [<img src="https://avatars.githubusercontent.com/kyrsideris?s=100" width="100" alt="Kryiakos Sideris" /><br /><sub><b>Kryiakos Sideris</b></sub>](https://github.com/kyrsideris)<br />[πŸ’»](https://github.com/HotelsDotCom/data-highway/commits?author=kyrsideris "Code") | [<img src="https://avatars.githubusercontent.com/SandeepSolanki?s=100" width="100" alt="Sandeep Solanki" /><br /><sub><b>Sandeep Solanki</b></sub>](https://github.com/SandeepSolanki)<br />[πŸ’»](https://github.com/HotelsDotCom/data-highway/commits?author=SandeepSolanki "Code") |
| :---: | :---: | :---: |
| [<img src="https://avatars.githubusercontent.com/kyrsideris?s=100" width="100" alt="Kryiakos Sideris" /><br /><sub><b>Kryiakos Sideris</b></sub>](https://github.com/kyrsideris)<br />[πŸ’»](https://github.com/HotelsDotCom/data-highway/commits?author=kyrsideris "Code") | [<img src="https://avatars.githubusercontent.com/SandeepSolanki?s=100" width="100" alt="Sandeep Solanki" /><br /><sub><b>Sandeep Solanki</b></sub>](https://github.com/SandeepSolanki)<br />[πŸ’»](https://github.com/HotelsDotCom/data-highway/commits?author=SandeepSolanki "Code") |
| :---: | :---: |
<!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification.
Expand Down
4 changes: 4 additions & 0 deletions monitoring/weigh-bridge/pom.xml
Expand Up @@ -59,6 +59,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-kubernetes</artifactId>
</dependency>

<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit f6538b4

Please sign in to comment.