-
In some cases, when replaying events, it's useful to replay until a certain event.
There already is the `from(start)` but I would also like to be able to say `to(stop)`.
I would propose that the…
-
I am using spring-amqp (2.0.5.RELEASE) via spring-cloud-bus and spring-cloud-stream with a clustered RabbitMQ setup. Spring-cloud-bus creates an auto-delete, exclusive queue for each service I run. So…
-
I’m a PM at Google, working on the CLI and UI experience for GCP products built on Knative Eventing. The current system has a lot of granular objects that can be combined in very flexible ways. Unfort…
-
Hey
I have scenario where handles messages in parallel, so the way I have this done is to wrap them in their own `Task` which calls `MarkAsProcessed` at the end, then `await Task.WhenAll(allTasks)`…
-
## Description of Problem
For the [Main Ping Processing](https://docs.google.com/document/d/1oPp_J4AoB3llgAe5Gp1SVPtkA2xUjZR5TKL0CVOZKx8/edit#) in GCP, we plan on including every historical probe, …
-
As a citizen integrator, I want to send and receive Concur data from within an integration flow.
DoD:
- Concur connections should support two actions:
-- Retrieve : used only in a start connec…
-
ConsumerBeanAutoConfiguration needs to be more cautious with ContextRefreshedEvent because it will get one from any child contexts that are created in addition to the context it was itself part of. It…
dsyer updated
5 years ago
-
Description
===========
I'm trying to create unit tests that inject network faults in order to test our fault tolerance code, and I ran into this behaviour that I can't make sense of. This is the …
-
We currently don't give a clear guidance on the usage of HTTP methods for resource creation.
Currently our APIs have a wild mixture of both.
A naive POST has a problem in case of a connection issu…
ePaul updated
5 years ago
-
Enforce exactly once semantics with a single consumer group and stateful offset management.