-
I was curious about the idempotent implementation and the general property of REST API bodies being un-ordered lists of JSON attributes. A REST API should be resilient to consumers and pragmatic in it…
-
We ran into an `java.lang.IllegalStateException` while testing the EoS implementation and we are not sure what is causing it.
The scenario is as follows: in a loop, we create a KafkaJs client and a…
-
# Checklist
- [ ] I have verified that the issue exists against the `master` branch of Celery.
- [ ] This has already been asked to the [discussion group](https://groups.google.com/forum/#!forum…
-
We are using Orleans 1.2.3 and SimpleMessageStreamProvider with FireAndForgetDelivery=true and AzureTableStorage for PubSubStore.
Our stream has one producer (grain) and one consumer (client). Cons…
-
##### Versions
*Please specify real version numbers or git SHAs, not just "Latest" since that changes fairly regularly.*
| Sarama | Kafka | Go |
|-----------|----------|--------|
| 1.29.1 | v2…
-
I am trying to run Excersize 0 as stated here (for [microservices-orders](https://github.com/confluentinc/examples/tree/6.2.0-post/microservices-orders))
- https://docs.confluent.io/platform/current/…
-
In [Example 21](https://www.w3.org/TR/wot-thing-description/#example-21) for instance, it should be explained why `uriVariables` have to be used instead of the `input` property of the `ActionAffordanc…
-
Need to improve how the producer code handles Kafka Error report by wrapping `IProducer.Produce` with try...catch and only fail the stage based on an exception thrown from there.
Error object coming…
-
Currently, it's possible to convert from an array or array pointer to a slice, but
there's no way of reversing
this.
A possible syntax could be similar to the current notation for type assertions:
…
-
In scope of #1699, `ContainerProperties#setTransactionDefinition` was deprecated together with `ChainedTransactionManager`. The note to this method, which we believe caused the deprecation, states:
>…