-
Last week I was skimming over the code and this snippet caught my eye:
```
private Mono processOutbox() {
return repository.getUnprocessedRecords(batchSize)
.flatMap(this::publish)
.c…
-
system metric 기능 활성화 후 telegraf 를 아래와 같이 설정하여 debug 하면 404 에러가 발생합니다. uri는 구성하여 정상적으로 출력되며, kafka topic과 pinot table 또한 정상적으로 생성되었습니다.
실행 버전은 pinpoint-collector-starter-boot-2.5.3.jar 이며, web과 col…
-
Going beyond the basic package consumer use case, there are two basic ways in which a package may make its way into the conan cache:
- downloading a package (think of this as mirroring another reposi…
-
Hi guys,
I have a non-trivial case, where I have a queue with multiple message types and a single consumer subscribed to this queue.
Additionally, I want to **buffer messages** (based on some bus…
-
swagger-ui version: 2.1.2
For HTTP GET method Swagger UI doesn't send body payload.
I prepared endpoint (_products/test_) with simple request data (_name_ field).
On 'Try it out' click the request t…
-
### Describe the bug
When running `aws apprunner list-services`, and having more than 2 services, it returns page of 2 of them (and NextToken)
### Expected Behavior
By default it should return all …
-
Hi,
There is an implementation of EventStoreDb in EventFlow to store the events...
1. Has anyone tried to develop an implementation of [EventStore's PersistentSubscription](https://eventstore.c…
-
Hey
Have you ever considered implementing outbox pattern in Rebus?
I'm willing to help if necessary =)
Cheers
-
### Expected Behaviour
The decorator `idempotent_function` should be thread-safe. In particular, consumers of the library should not have to worry about threading issues in the underlying library. …
-
This issue is to track a rough test plan for the `EventProcessor` work in the event hubs SDK.
This list can grow/shrink as needed.
# Event Processor Testing Plan
## EventProcessor instantiati…