Kafka Consumer Testing with Burrow - Part 1
In this post we will cover how to build a common docker image that we will then use to run both Kafka and Zookeeper in a local docker-compose cluster.
Robert FarrimondIn this post we will cover how to build a common docker image that we will then use to run both Kafka and Zookeeper in a local docker-compose cluster.
Robert FarrimondThe Customer Interaction Platform team here at OVO wanted to automated some manual post-release checks as part of their CI release stage. This post details some of the challenges of automating that process. These checks were generally executed manually by the engineer following the post-release run…
In Boost we develop most of our backend services using sbt, Scala, deployed as docker containers on kubernetes. The following is something we found out while creating a new service. Openjdk docker images: 8-jre vs 8-jre-alpine So your code finally seems to work, uh? You have unit-integration-end2en…
At OVO Energy we take cyber-security very seriously. We are keen to ensure that all of our services and infrastructure are set up to be as resistant as possible to attack. One area we’ve recently decided to improve in is the area of security for Docker containers. In this article I’ll describe a mec…
Some time ago we migrated all our services to AWS. This had many benefits, but we were still using the same deployment processes as before. As the number of services grew and our deployment process became more expensive, we decided to explore other options provided by AWS and try out Elastic Beansta…
OVO TECH