Results 19 comments of pqab

I believe @semistone is testing with Pulsar 3.2.2, and this error is gone

I think so, we will test with the latest version and see if all similar issues are gone

We tested with 3.2.3 broker & client, and the issue is gone now

We are using 4.16.3 and encountering this error with 1-2 events occurring randomly on a daily basis, and we have a workaround to skip the specific position and resend the...

@semistone could you share the code to reproduce the issue?

we published around 1m of messages, and we are able to reproduce with this code https://github.com/apache/pulsar/compare/v3.1.2...semistone:pulsar:test/flux-test ``` bin/pulsar-perf consume persistent://tenant1/namespace1/topic1 --auth-plugin org.apache.pulsar.client.impl.auth.AuthenticationTls --auth-params '{"tlsCertFile":"conf/superuser.cer","tlsKeyFile":"conf/superuser.key.pem"}' --test-reactor -sp Earliest -st Key_Shared -ss...

> > we published around 1m of messages, and we are able to reproduce with this code > > [v3.1.2...semistone:pulsar:test/flux-test](https://github.com/apache/pulsar/compare/v3.1.2...semistone:pulsar:test/flux-test) > > Thanks for sharing the repro app. I'll give...

> > 3.0.0 > > Is there a chance to use 3.0.2 ? A lot of bugs have been fixed in 3.0.1 and 3.0.2 . This applies to both broker...

we are using the micronaut with swagger annotations in JAVA, and the example field is a String in the annotation, it serialized the yaml as is https://github.com/swagger-api/swagger-core/blob/v2.2.20/modules/swagger-annotations/src/main/java/io/swagger/v3/oas/annotations/media/Schema.java#L256 however swagger ui...