Sha256: 319fe1c54deb76fc90f1dc5226eb1997c808a65ba7307d7c844b7bf391805d84
Contents?: true
Size: 884 Bytes
Versions: 18
Compression:
Stored size: 884 Bytes
Contents
<% if details[:issue_type] == :deserialization %> <p> The initial state of the consumers appears to be corrupted. </p> <p> This issue typically arises when invalid messages have been sent to the Karafka consumers' state topic or when the topic has been populated with data from a newer Karafka Web UI without updating it. </p> <p class="mb-0"> To resolve this, please first attempt to upgrade the Karafka Web UI. If the problem persists, execute <code>bundle exec karafka-web reset</code> to reset the Web UI. </p> <% else %> <p> The initial consumers state for the Web UI was not created. </p> <p> It means that the <code>bundle exec karafka-web migrate</code> was not executed or failed. </p> <p class="mb-0"> To fix this, you need to ensure that the <code>bundle exec karafka-web migrate</code> runs successfully. </p> <% end %>
Version data entries
18 entries across 18 versions & 1 rubygems