-
From
https://github.com/akoutmos/prom_ex/blob/3557e828cf3905adaf6719003e68b65294b62288/lib/prom_ex/plugins/broadway.ex#L248
This populates the `name` tag with the module name of my producer module…
-
I'm getting this error:
`(MatchError) no match of right hand side value: {:error, %RuntimeError{message: "unexpected status 404 from Google\n\nNot Found\n\n"}} (broadway_cloud_pub_sub 0.7.1) lib/…
-
**Describe the bug**
Elixir GenStage crashes when receiving demand from Ergo.
Error:
```
[error] GenServer Producer terminating
** (FunctionClauseError) no function clause matching in GenStage.m…
-
**Describe the bug**
Apparently the Activators ignore the treatment of the actors' reactivation process, which provides that if an actor is not in Horde.Registry it will be reactivated on the node …
-
## 大纲
* Broadway 是什么?
* 基本的数据流处理流程及源码
* 问题:本该并行的框架串行了
* 问题源码分析
## 分享者自我介绍
* Blog: https://www.thinkingincrowd.me/
* Github: https://github.com/kenspirit
* Bio:
* 船运行业,基于 Fabr…
-
I've got an issue report and trying to realize the reason what's happening on the producer side https://github.com/ergo-services/ergo/issues/103
Ergo has gen.Stage implementation, which is expected…
-
Similar to #88.
Flow 1.2.0
GenStage 1.1.2
Elixir 1.13.3
Erlang 24.3
My Flow looks something like this, where my `spec` is only options that are for internal business.
```elixir
Flow.from_…
-
when i set it to `declare: [no_wait: true]` the producer keeps failing:
```
[error] Cannot connect to RabbitMQ broker: :ok
[error] Crashing because of unexpected error when connecting to RabbitMQ
…
-
Hello!
We have some issue with brod in kubernetes. When the service starts all consumers join to group and works fine. But after some time we got
```
2022-07-24 16:05:04.207 pid= [info] Group memb…
-
Hello,
I was wondering what the best way to go about handling the shutdown of one of my Broadway Pipelines is, if the Topic its ingesting from is deleted while its still running.
I know when tha…