Git Product home page Git Product logo

outbox-pattern's People

Contributors

sohangp avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

outbox-pattern's Issues

Sending messages to kafka reliably

Hi

Problem, how do I know that messages will come to kafka? Even if debezium-connect can be temporary down.

Example
I have running all services. I create students in student app

HTTP POST http://localhost:8080/students/~/enroll

{ 
    "name": "Yan-1",
    "email": "[email protected]",
    "address": "Toronto, ON"
}

The message comes to kafka

{"schema":null,"payload":"{\"studentId\":4,\"name\":\"Yan-1\",\"email\":\"[email protected]\",\"address\":\"Toronto, ON\"}"}

Now, I stopped debezium connect. docker-compose stop debezium-connect.
Imagine a real world situation when some containers can go down.

Then I create a user.

HTTP POST http://localhost:8080/students/~/enroll

{ 
    "name": "Yan-2 ebezium is down",
    "email": "[email protected]",
    "address": "Toronto, ON"
}

The student record is created in the database. However, there is not kafka message.

Performance Benchmark

Hi, thanks for this repo. I am curious about the performance. How much of a difference in the time can we expect to see in our messages being sent to Kafka with debezium; is it negligible?

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.