Thorsten Hake
Thorsten Hake
Actually multitenant databases are not supported and I haven't even tried if it works. But if you are willing to put some work in it, I would be very glad...
It would also be great to support other authentication providers like Cloudflare zero trust. Cloudflare kind of works similarly to Authelia. Cloudflare checks the cookies that are sent with the...
Great idea! Thanks for this detailed description of this enhancement. I really like it! A few things to note: - I think you already intended it, but I just want...
@Chuckame, regarding performance issues: I think we should create an additional enhancement to introduce schema caching into avro4k. As the schemas are always generated based on the classes loaded within...
Opened up #159.
Should be solved together with #80 as both cases require an extension of the RootRecordEncoder. The problem is that primitives are not wrappable in an Avro record. Therefore the API...
Maybe #116 can also be solved together. The API change should be capable of this.
Sorry for getting back to you on this so late. I think we should consolidate the current ways of naming a record. Have you checked if the @SerialName annotation can...
I actually don't know because I've not checked it yet. That's why I'm asking you if you have checked it ;) Everything possible according to the [avro spec on naming](https://avro.apache.org/docs/1.11.1/specification/#names)...
I think this is a good starting point for our API remake that is required for moving avro4k to multiplatform :rocket: