Eric Schmar
Eric Schmar
Setting the Worker Limit to anything above 0 throws a nil pointer when using a memqueue. My Setup: ``` qf = memqueue.NewFactory() MessageQueue = qf.RegisterQueue(&taskq.QueueOptions{ Name: "pipeline-worker", MinNumWorker: int32(runtime.NumCPU()), MaxNumWorker:...
**Is your feature request related to a problem? Please describe.** I'm using a message queue that utilizes gob/encoding for encoding arbitrary data into messages. I have messages that need to...
Could you consider adding a working example using the Memory Provider? Preferably one with includes the subscriber and how to set up with components to work together.
When using the `camera()`, `scene()`, and `renderer()` functions to access the internals of the Globe, changing any of their properties does not reflect in the rendered globe. For example: ```...
Referencing: https://smallrye.io/smallrye-graphql/2.5.0/gradle-plugin/ ``` plugins { id 'io.smallrye.graphql' version '1.0.2-SNAPSHOT' } ``` This version is not present in any maven repo, and should be updated. Additionally, following the documentation by adding:...
Attempting to login through my home server of beeper.com does not work and there's no indication of why.
Please consider adding documentation for queuing work into the pipeline as I just spent the better part of a day debugging my own pipeline. In my case, the issue was...
**Is your feature request related to a problem? Please describe.** We have data sources spanning csv, parquet, etc. but also have a data source using MongoDB. Currently, I have to...