-
Is there a plan on introducing Kafka as one of the event store as well?
-
클라우드 네이티브로 전환한다는 것은 단순히 애플리케이션을 컨테이너나 함수로 변경하는 것이 아니다. 애플리케이션이 다루는 데이터는 어디에 어떤 구조로 저장해야 하는지, 마이크로서비스에서 비동기 통신은 어떻게 동작하는지, 배포를 위한 CI/CD 환경은 어떻게 구성해야 하는지, 운영 중인 앱의 모니터링은 어떻게 하는지, 멀티 클라우드 공급자를 사용할 때는 무엇을…
-
**Current design concepts**
(**NOTE** This showcase is part 2 of [Positioning, vision and future direction of the Dat Project](https://github.com/datproject/discussions/issues/58))
If I it under…
-
Overhang work from jet/equinox#55 and jet/equinox#56:
- [x] (I'm likely to work on this next as a backburner task) Add TodoBackend sample (think: https://github.com/panesofglass/TodoBackendFSharp, bu…
-
-
### Description
_Related: https://github.com/aspnet/DependencyInjection/issues/453 (resolution: wont fix)_
_Related: https://github.com/jbogard/MediatR/issues/819_
Contravariant handler (see repr…
-
I'm using kubemq to communicate with other projects, using the CQRS pattern. My project's language is Python, the other projects' language is Java.
The problem I encountered happens when I receive a …
-
Hello there!
Thank you for the plugin. Installed it just to try, but cannot use it.
Trial version of EE edition (1st day of 30 free).
Windows 10 Pro user.
PhpStorm 2019.3.1.
Gitlab is selfhosted…
-
Hey Mauricio
Thanks for this sample project, I had issues getting it to work, taken your work and done dabbling, I wouldn't use it to replace yours since I have disabled the tracing and took out th…
-
Given is an event-sourced `EmploymentContract` holding an `EmploymentPeriod` with a start and end date.
It is then possible to "deploy employees of a contract to other work places".
*But the `Deploy…