Sha256: 03b7fa7348524f8ec799c038f63ecd89cd35d0b1d7a87a7ad80ee13057443382
Contents?: true
Size: 897 Bytes
Versions: 18
Compression:
Stored size: 897 Bytes
Contents
<% if details[:issue_type] == :deserialization %> <p> The initial state of the consumers metrics appears to be corrupted. </p> <p> This issue typically arises when invalid messages have been sent to the Karafka consumers' metrics 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 metrics for the Web UI were 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