Sergey Fedorov

Results 46 comments of Sergey Fedorov

I've re-read the documentation (also check the `erlavro` source code). And the specification says https://avro.apache.org/docs/1.11.1/specification/#primitive-types > Primitive types have no specified attributes. > Primitive type names are also defined type...

@rewritten could you please provide an example schema you've mentioned? Maybe it's indeed an issue. It also could be that it's just a case so rare/broken that it makes no...

Thanks for the additional details. I still need to wrap my head around it, but it feels like an issue now. It would be cool to have a basic failing...

Docs: 1. https://www.confluent.io/blog/multiple-event-types-in-the-same-kafka-topic/ 2. https://docs.confluent.io/platform/current/schema-registry/develop/api.html#post--subjects-(string-%20subject)-versions Examples: ```json ["int", "string"] ``` ```json { "schema": "[\"int\",\"string\"]", "schemaType": "AVRO", "references": [] } ``` and with a custom type reference ```json ["int", "io.Payment"] ```...

Hi @Stratus3D, it's a cool idea. I would appreciate your help. Unfortunately, I'm not dog-flooding with this project anymore, I'm very concerned about any performance regressions and unnecessary dependencies. ~So...

@Stratus3D I've read one more time what this lib provides and I think we can add it to the main dependencies to produce events 👍🏼

Thanks for the reply @Stratus3D, let's keep it, I will look into it and maybe add it myself.

@bradgreens I will try to pick it up 😸

Hi @roobre and thanks for the issue. > Would it be possible to have a queue label in sidekiq_processed_jobs_total, or is this not an infromation that sidekiq provides? I don't...

I've checked the Sidekiq codebase and unfortunately, it doesn't accumulate per queue stats, even tho everything is ready for that. To achieve that we would need to introduce the code,...