You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
Search before asking
Version
Pulsar 2.10.2
Minimal reproduce step
Producer
that has aCryptoKeyReader
configuredTableView
What did you expect to see?
When constructing the
TableView
using aTableViewBuilder
I would expect to have methods that allow me to specify aCryptoKeyReader
and aConsumerCryptoFailureAction
much like onReaderBuilder
.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?
The text was updated successfully, but these errors were encountered: