Giter Club home page Giter Club logo

eventuate-tram-messaging-http's Introduction

An Eventuate project

This project is part of Eventuate, which is a microservices collaboration platform.

eventuate-tram-messaging-http

eventuate-tram-messaging-http's People

Contributors

cer avatar dartartem avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

eventuate-tram-messaging-http's Issues

pointless duplicate key detection should be removed

For example using http proxy to deliver events to customer service (https://github.com/eventuate-examples/eventuate-tram-reactive-examples-customers-and-orders):

Proxy does HTTP POST to Customer Service
Customer service successfully updates database etc.
Customer Service sends back an HTTP response
Proxy crashes before receiving the HTTP response and recording the duplicate.
Proxy recovers and redelivers what is now a duplicate.

This scenario shows that duplicate detection should be handled on application side and should be removed from proxy.

May I ask, is there any relationship between eventuate-tram-messaging-http-master and CDC?

Is eventuate-tram-messaging-http-master responsible for sending messages to consumers via HTTP? Is there any relationship between eventuate-tram-messaging-http-master and CDC, or are they separate projects? When eventuate-tram-messaging-http-master sends messages, does it first persist the messages to the database like Tram, and then rely on CDC for distribution? If so, is there any documentation for this? I couldn't find any HTTP-related code in CDC. Is there another project that CDC needs to depend on? If eventuate-tram-messaging-http-master does not persist messages when sending, what are the main use cases for this project?Thank you very much.

Eliminate wildcard Dockerfile needs to COPY build/libs/eventuate-tram-messaging-proxy-service-<Gradle version>.jar

COPY build/libs/eventuate-tram-messaging-proxy-service-*.jar .

The new build creates source and javadoc jars and so COPY fails because the filecard matches multiple JARs.

The solution is for the Dockerfile to COPY build/libs/eventuate-tram-messaging-proxy-service-.jar

There are several parts to the solution:

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.