-
Both event-bus-kafka and event-bus-redis call a `_reconnect_to_db_if_needed` function before processing each event. This ensures that the database connection is in a good state before work begins. In …
-
A event driven state machine pattern should be possible with new object/inheritance/late binding concept discussed in issue #40
-
Need a system for effects that will serve as a template for handling the combinatorial complexity that comes with having lots of items and lots of object/tile types.
One option would be an event sy…
-
see title, use the following yaml, trigger a build, restart it. build will be missing the labeled step
```yaml
- name: pull-labeled-with-bug
image: golang
ruleset:
event: 'pull_…
plyr4 updated
3 months ago
-
Has anyone looked into read side optimizations using LISTEN NOTIFY rather than polling (or using a slow long poll as a backup and use the listen notify to trigger the poll)? We use query by tags with…
-
There is still room to grow on computing an ideal build. The one produced is still objectively worse than the community-driven event builds, for instance.
-
# Outbox pattern - Why, How and Implementation Challenges | pkritiotis Software Engineering
This article presents the outbox pattern, a communication/messaging pattern used in event-driven distribute…
-
For a pom like with multiple references to the same dependency with different classifiers
- `io.netty:netty-resolver-dns-native-macos:4.1.107.Final:osx-aarch_64`
- `io.netty:netty-resolver-dns-nativ…
-
I've been thinking about how to support custom rrweb events, tracking metadata about a request or just content on the page, and ultimately associating those with recordings (and/or timestamps in a rec…
-
## Description
## Background Information / Reproduction Steps
I wanna use async operations without multithreading. Our app is a single-threaded, multi-process, event-driven message passing app. …