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] TableView does not support reading from encrypted topics #19007

Closed
2 tasks done
rbarbey opened this issue Dec 20, 2022 · 0 comments · Fixed by #19008 · May be fixed by rbarbey/pulsar#1
Closed
2 tasks done

[Bug] TableView does not support reading from encrypted topics #19007

rbarbey opened this issue Dec 20, 2022 · 0 comments · Fixed by #19008 · May be fixed by rbarbey/pulsar#1
Labels
type/bug The PR fixed a bug or issue reported a bug

Comments

@rbarbey
Copy link
Contributor

rbarbey commented Dec 20, 2022

Search before asking

  • I searched in the issues and found nothing similar.

Version

Pulsar 2.10.2

Minimal reproduce step

  • write messages into a compacted topic using a Producer that has a CryptoKeyReader configured
  • try reading messages from the topic using a TableView

What did you expect to see?

When constructing the TableView using a TableViewBuilder I would expect to have methods that allow me to specify a CryptoKeyReader and a ConsumerCryptoFailureAction much like on ReaderBuilder.

What did you see instead?

No such methods and reading from the compacted topic using a TableView failed.

Anything else?

No response

Are you willing to submit a PR?

  • I'm willing to submit a PR!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug The PR fixed a bug or issue reported a bug
Projects
None yet
1 participant