-
Hi there,
Recently, I wrote a simple prototype which required a dick-based queue.
After I copied the snippet, and then bad luck, I got an error like:
```
➜ logpipe (main) ✗ go run main.go
…
-
We get `Unhandled` Exceptions in our AWS Lambda functions for 3 days (2019-07-24). This exception occurs with version 1.0.7 and 1.0.11. We have not touched the Lambda function in the last months, so w…
-
Bigqueue. Setarenasize() default 128M
Bigqueue. Setmaxinmememarenas() defaults to 3
Theoretically, the maximum number of Enqueue data is 128 * 3, but in practice, I can test unlimited Enqueue da…
-
The implementation of this will be in two parts.
1. A generic support class that lets a data store queue and dequeue datapoints. This class can be used by data stores to queue events if they need to…
-
@ macOS 10.15.6
error:
```go
/Users/xxx/go/pkg/mod/github.com/jhunters/bigqueue@v1.0.1/mmap_unix.go:13:9: undefined: syscall.Fdatasync
```
I see there is support for Darwin in issue, but why d…
-
I think it's more safe and to work with Maven Central for publishing the JARs of this project. Our company (logz.io) would love to help setup this. WDYT?
asafm updated
7 years ago
-
Messages produced by producer are not visible to consumer on other JVM.
In real-time consumer, when the producer from other JVM on same machine enqueues data, it is not visible to the live consumer.
…
-
Hi,
I've been using this module for a project I'm working on and it is a great fit for my needs. Really appreciate the work here.
Over the course of a month of running a process that uses the BigQue…
-
Hi,
We're using logz.io appender for log4j2 to ship logs. While on x64 servers it's running fine, in the ARM instances we see next exception
```
2023-07-25 13:20:55,788 Log4j2-TF-1-LogzioAppender…
-
**Summary**
Currently, Raccoon uses Channels for the intermediate processing of EventRequests, which are then forwarded to the message broker. But it does not solve the problem of loss of events that…