-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### What would you like to be added?
add a new pipeline to test distributed-streaming component
### Why is this n…
-
Here's a minimal reproduction, tested with node 14 and 15.
```javascript
// test.js
const request = require('superagent');
const fs = require('fs');
const util = require('util');
const pipeline …
-
I'm streaming RGB, depth, accl and gyro in the same pipeline. Optimizations are implemented to the best of my ability, but I still get this error during runtime.`Source frameset queue fulled, drop the…
genkv updated
1 month ago
-
When we are using side inputs with streaming pipelines, most of the use cases require this side inputs to be refreshed(re-calculate) over time. Scio doesn't have a nicer way to do this. Apache beam ha…
-
@onurbaran is helping us when creating data pipelines, the draft schema exists below.
![image](https://user-images.githubusercontent.com/9213230/103807123-03c49300-5067-11eb-959b-3acae20666a9.png)
…
-
- Abstract (2-3 lines)
Introduction to the Beam model and using Apache Beam to write data pipelines that can run on multiple distributed processing back-ends for streaming as well as batch use cases.…
-
* If `configure_consume` is set there is the option to "auto_ack" the incoming messages when they arrive. However, this does not seem to work. Messages are never acknowledged.
* If auto_ack is set …
-
Hello,
I followed the [M5CoreS3 HA voice Assistant](https://docs.m5stack.com/en/guide/homeassistant/m5cores3/m5cores3_quick_start) to setup my M5CoreS3 HA voice Assistant. I set up the [assist pipe…
lboue updated
2 months ago
-
**Is your feature request related to a problem? Please describe.**
We are developing several chatbot-like applications that require streaming the response from LLM. There are a couple of metrics to l…
-
**Describe the bug**
I'm using postgresql for mage(0.9.47) database, and have multiple trigger that running streaming pipeline (pubsub), i found out that i have so many idle connection in the postgre…