-
If an offset is lost completely due to an out of range error, KafkaConsumer has an attribute `auto_offset_reset` which controls what to do in that scenario. By default this is set to `latest`. This wo…
-
@adamdubiel
We often use hermes-manager end points to deactivate /activate subscription (pause ), yesterday we noticed around 1900 messages lost and never received. I have the hermes message ids pr…
-
We have resources that don't actually get deleted, instead they get a disabled status and can later be re-activated. Would it be valid to allow a DELETE request and respond with a 200 providing `meta`…
-
For reference. We're exploring an alternative to the `observe` function proposed in #3398.
Instead of having a separate function that defines a list of dependencies on Observables, we could allow the…
-
I am using service bus queue; I have this setting for the OnMessageOptions
```
var onMessageOptions = new OnMessageOptions
{
MaxConcurrentCalls = 10,
…
-
This was discussed at TC39, some NCJS modules generate new Modules for every load (notably [meow](https://www.npmjs.com/package/meow). I think in order to support this we need to have ModuleDeclaratio…
bmeck updated
7 years ago
-
I've looked at the network traffic of a nodejs program I'm currently working on, and it immediately closes couchdb HTTP connections after getting the response (although it sends a `Connection: keep-al…
thejh updated
6 years ago
-
If a shared library is written in Go, loaded using `dlopen` and then forked, Go behavior becomes unstable, often resulting in a deadlock or bad file descriptor error.
The `bad file descriptor` error …
-
Saw this earlier:
```
panic: runtime error: index out of range
goroutine 102 [running]:
github.com/tmm1/bufit.(*readerHeap).Swap(0xc4205d4568, 0x1, 0x0)
:8 +0x10c
container/heap.Remo…
-
I was trying to use queryRaw to do some data migration, and found that a point retrieved via `.queryRaw` isn't easily passed to `.writePoint`.
`queryRaw` (and `query` as well) pass through the JSON r…
dandv updated
7 years ago