Alex Margulis
Alex Margulis
Hi @LBBO, When do you think this PR will be merged?
Yes, I forgot to mention that I used your action for it (well I forked it 😄 ) Here's a piece of the workflow: ``` on: pull_request jobs: build: runs-on:...
I'm having the same issue right now with managed Kafka on Confluent Cloud. @manojgdhv - have you ever resolved this?
Hi @leonardochaia , no actually I went with another approach, less comprehensive but good enough for our case. I'm using tj-actions/changed-files to detect changes from git, and am triggering builds...
A concrete use case is: events coming in batches via queue and we want to pipe them to an http endpoint which is rate limited. So we want to consume...