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

MockedStreams takes the Stream properties way too literally #60

Open
monksy opened this issue Nov 21, 2019 · 0 comments
Open

MockedStreams takes the Stream properties way too literally #60

monksy opened this issue Nov 21, 2019 · 0 comments

Comments

@monksy
Copy link

monksy commented Nov 21, 2019

If you pass in the classOf the log and continue exception handler, the mocked streams fails because it can't cast this to a string. KafkaStreams takes care of this internally.

p.put(DEFAULT_DESERIALIZATION_EXCEPTION_HANDLER_CLASS_CONFIG,
      classOf[LogAndContinueExceptionHandler])

KafkaStream's Properties is a Hashtable<Object, Object>

This is with version 3.4.0

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

1 participant