Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Take 2 : Pulsar force schema fetch on pulsar-client-thread for all schema using AbstractMultiVersionReader #2514

Merged
merged 1 commit into from
Mar 8, 2024

Conversation

ozangunalp
Copy link
Collaborator

Fixes #2513

@@ -112,7 +116,7 @@ public PulsarIncomingChannel(PulsarClient client, Vertx vertx, Schema<T> schema,
.until(m -> closed.get())
.plug(msgMulti -> {
// Calling getValue on the pulsar-client-internal thread to make sure the SchemaInfo is fetched
if (schema.requireFetchingSchemaInfo()) {
if (schemaRequiresBLockingFetch(schema)) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like a typo in BLocking

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indeed 😞
Thanks!

@ozangunalp ozangunalp merged commit 2de14d4 into smallrye:main Mar 8, 2024
4 checks passed
@ozangunalp ozangunalp added this to the 4.19.0 milestone Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deadlock when using Avro schema with pulsar
2 participants