Mostafa Moradian

Results 223 comments of Mostafa Moradian

Hey @dnaby, Are your certificates self-signed? Have you tried setting `insecureSkipTlsVerify` to `true` to see if it works? Or even downgrading the TLS version? **Update:** I released a new version...

@dnaby Can you connect the logger to both instances of Writer (in [WriterConfig.connectLogger](https://github.com/mostafa/xk6-kafka/blob/main/api-docs/docs/interfaces/WriterConfig.md#connectlogger)) and Reader (in [ReaderConfig.connectLogger](https://github.com/mostafa/xk6-kafka/blob/main/api-docs/docs/interfaces/ReaderConfig.md#connectlogger)) to see what's happening behind the scenes?

Hey @daylikon, I totally understand what you're trying to achieve with this, but this will generate too many metrics, that is, the cardinality of the metrics will increase under load,...

Hey @daylikon, Unless this tag is optional, I won't merge this PR. If you want this to be merged, please update the code to make it optional, otherwise we can...

@vvargas90 This is the expected behavior based on the current design. Would be happy to see contributions.

@davidgomesdev @vvargas90 Good question! I am trying to fix it. Will raise a PR soon and would be happy to have your feedback.

@davidgomesdev @vvargas90 Can you test the changes?

@davidgomesdev I won't be able to decipher the error any more than you do. I made the [kafka-go](https://github.com/segmentio/kafka-go)'s error catch-able, so you can search the error in that library.

Hey @0-haha @panjf2000, If you ever need help testing this, I'd be very happy to help.

@sgabb Thanks for your contribution! I just merged it.