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
Is your feature request related to a problem? Please describe.
I used setup to change the topic names for my app. Calling karafka-web install would fail because the deserializer was being set to the wrong topic name and it didn't symbolize the keys.
Describe the solution you'd like
Either:
A note in the documentation to only call setup before enable!, or
Change the behavior so setup fails with an error if called after enable!
Describe alternatives you've considered
See above :)
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I used
setup
to change the topic names for my app. Callingkarafka-web install
would fail because the deserializer was being set to the wrong topic name and it didn't symbolize the keys.Describe the solution you'd like
Either:
setup
beforeenable!
, orsetup
fails with an error if called afterenable!
Describe alternatives you've considered
See above :)
The text was updated successfully, but these errors were encountered: