Bhautik
Bhautik
### Current behaviour The `main` function Publish an `event1` and relative handler of `event1`, publish `event2`, but the `event2` handler is not calling, and the program is not exited. ```golang...
Is that any way (or future) plan for hosting using docker?
### Changes - Added `zap` logger for logging. - We're using the development zap logger because it's pretty unstructured and not logging using JSON. ### Reviewer(s) to verify - Logging...
# Description `SIGCLD`, `SIGPOLL`, `SIGPWR`, `SIGSTKFLT`, `SIGUNUSED` are not defined in the darwin platform. So removed mentioned signal for the darwin platform. Fixes # (issue) - Fixed signal not defined...
**Describe the bug** I want to omit the `zerovalue` string. I am using example mentioned code. **To Reproduce** ```go type item struct { FirstName string `db:"first_name" goqu:"omitempty"` LastName string `db:"last_name"...
Hello there, I have set the maxBytes in producer, why am I still getting below error ``` │ 2024/08/22 14:28:33 [Processor 9bsv0s31pclg036ue580-events-pod-group] Error running/stopping partition processor 0: 2 errors occurred:...