vongosling
vongosling
Hi, I have read some of your research for messaging benchmark, very nice. Do you know our project OpenMessaging, I would like to invite you to look at this benchmark...
If you have a problem, please file a bug at https://github.com/vongosling/dependency-mediator/issues. (First, check whether there is an existing bug report for that issue.) Alternately (especially if your communication is not...
## Are you using OpenChaos? OpenChaos proposes a unified API for vendors to provide solutions to various aspects of performing the principles of chaos engineering in a cloud-native environment. In...
AWS presents 5 Pillars in their Well-Architected Framework, which could help architects build the most secure, high-performing, resilient, and efficient infrastructure possible for their applications. But this is just one...
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/eventmesh/issues?q=is%3Aissue) and found no similar issues. ### Feature Request More and more customers want to implement consistent distributed transactions...
## Enhancement Request Generally speaking, choreography is driven by events from the various services within a system. Each service consumes events, performs an action, and publishes events. There is no...
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/eventmesh/issues?q=is%3Aissue) and found no similar issues. ### Feature Request Nowadays, we have redesigned our new generation SDKs based on...
Java 9 introduces overridden methods with covariant return types for the following methods in java.nio.ByteBuffer: * position(int newPosition) * limit(int newLimit) * flip() * clear() * mark() * reset() *...
Spring Native has availability on start.spring.io, In practice, that means that in addition to the regular Java Virtual Machine supported by Spring since its inception, support for compiling Spring applications...
This is a feature request. The project could not be used in JDK 11 above. There are many things to do before upgrade to Java11+, The following link[1] could be...