-
-
-
I'm beginning an integration with a 3rd party which gives us a temporary/refreshable SQS sessionToken along with access_key_id and secret_access_key. I'd like to use Broadway, but right now I have mor…
-
I'm using ```GensStage.sync_subscribe``` to get a consumer to connect to a producer-consumer. Later I want to cancel the subscription, but I'd still like to use the consumer later. However using GenSt…
-
As it was discussed at λ-days, I am to describe our use case for _Broadway_.
We have a _Rabbit_ queue of incoming messages at the rate ~10K/sec in peaks.
We apply validation rules onto them since …
-
Loving this library. However, I'm having trouble exporting the contents of my APNs Auth Key as an environment variable for my production deployment. The docs say:
> :key - Created and downloaded vi…
-
Get Involved!
---
We are seeking **Traditional Chinese** translators for this project. If you would like to get involved with translating a lesson. Please folk the project and start translating.
…
-
**Is your feature request related to a problem? Please describe.**
I would like to have Non-web transactions represented in NewRelic transactions list. As an example, I would like to see [ConsumerSup…
-
Just wondering why such code:
```elixir
items = Repo.stream(Something)
stream = Task.Supervisor.async_stream_nolink(TaskSupervisor, items, fn item ->
do_some_io_with(item)
end)
Repo.tra…
-
Hello,
I need to connect my flow to three different downstream flows. However, I'm unable to instantiate the downstream flows because all Flow constructors require that you have knowledge of the u…