Git Product home page Git Product logo

connect-mock's Introduction

connect-mock

This is a dummy application that mocks the Kafka Connect API. Any state is currently hold in memory, so restarting the mock service will make all your mock-connectors to be lost. In addition, it currently exposes 3 different ports that emulates a Connect cluster with 3 different workers.

The Goal

The first goal os this project is to be able to test applications that needs to interact with Kafka Connect. Having this mocked service will allow those apps to test scenarios handling several docens of connectors. After this first iteration, the idea is start adding some random failures on the artifitially deployed connectors and workers, so we can emulate disaster scenarios for apps speaking to Connect.

Usage

Docker

There is also a Dockerfile that will allow you to build and run the application

docker build -t fperezp/mock-connect:0.5.0 .

Helm

The project provides a Helm chart that can be used to deploy the mock service to Kubernetes

helm install -n fran-test mock-connect ./helm

Friendly reminder, if you want to deploy using Helm you'll need to push the docker image to a docker registry accessible from the Kubernetes cluster you want to deploy the mock-connect app into.

connect-mock's People

Contributors

fperezp avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.