AlexeiZenin

Results 8 comments of AlexeiZenin

@stevehu The second solution @pragmaticway mentions is the solution I am currently implementing in one of my projects (hence how I stumbled upon your implementation and found this bug). From...

A good system to look at where this bug also occurs is with Spring's Session implementation with Zuul Gateway where they also have this cross-instance race condition not handled (in...

@zeitounator for testing S3 without having an S3 account Localstack can help. I've used it in the past to get a more real integration test without needing to deploy to...

For others looking for a quick fix (if this does not become the default), you can use this configuration: ```xml csharp folder base_namespace= ``` This causes a directory structure to...

> @edenhill this is proving really useful for me in copying data between topics/servers. For example: > > ``` > ./kafkacat -C -F ~/.kafka-dev -o beginning -e -t patient -J...

Slack link for context: https://signoz-community.slack.com/archives/C01HWQ1R0BC/p1665779140680989

+1, I am on SB 3.0 and can't see an easy path from these NativeHint annotations in OP to the new method of adding the "hints" as @eye-dee mentions