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

bug: Pulsar source failed when parsing avro message. #13318

Closed
Tracked by #10689
liurenjie1024 opened this issue Nov 8, 2023 · 5 comments
Closed
Tracked by #10689

bug: Pulsar source failed when parsing avro message. #13318

liurenjie1024 opened this issue Nov 8, 2023 · 5 comments
Milestone

Comments

@liurenjie1024
Copy link
Contributor

No description provided.

@xiangjinwu
Copy link
Contributor

FYI #12871 unless using confluent schema registry, which is unlikely the case for pulsar, because pulsar has its own schema registry.

@liurenjie1024
Copy link
Contributor Author

FYI #12871 unless using confluent schema registry, which is unlikely the case for pulsar, because pulsar has its own schema registry.

Yes, according to our debug with pulsar team, this is caused by wrong api usage.

@liurenjie1024
Copy link
Contributor Author

Duplicated #12871

@xiangjinwu
Copy link
Contributor

FYI #12871 unless using confluent schema registry, which is unlikely the case for pulsar, because pulsar has its own schema registry.

Yes, according to our debug with pulsar team, this is caused by wrong api usage.

Which usage do we intend to support then? (1) No header; (2) Single-object encoding header; (3) pulsar schema registry?

@xiangjinwu xiangjinwu closed this as not planned Won't fix, can't repro, duplicate, stale Nov 8, 2023
@liurenjie1024
Copy link
Contributor Author

FYI #12871 unless using confluent schema registry, which is unlikely the case for pulsar, because pulsar has its own schema registry.

Yes, according to our debug with pulsar team, this is caused by wrong api usage.

Which usage do we intend to support then? (1) No header; (2) Single-object encoding header; (3) pulsar schema registry?

If no schema registry, we should use single-object encoding.
I've not tested what's the behavior of pulsar java api when there is schema registry, we should test it first.

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

No branches or pull requests

2 participants