Skip to content

Commit fdc084e

Browse files
committed
add freeze warning
1 parent 2ed94b5 commit fdc084e

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

lib/karafka/web/pro/ui/views/consumers/partitions/pauses/_adjusting_warning.erb

+13-1
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,22 @@
66
You are about to adjust pause for an actively running consumer. This operation:
77
</p>
88

9-
<ul class="list-disc ml-6 mt-2">
9+
<ul class="list-disc ml-6 mt-2 mb-2">
1010
<li>Takes effect during the next poll operation</li>
1111
<li>May affect message processing</li>
1212
<li>Cannot be undone</li>
1313
<li>Will take effect only if the current process still owns the assignment</li>
1414
</ul>
15+
16+
<hr/>
17+
18+
<p class="mt-2">
19+
During long pauses, lag reporting on this topic partition may stop as librdkafka freezes the last known high watermark.
20+
</p>
21+
22+
<p class="mt-2">
23+
Real-time, state-independent lag metrics can always be checked in the
24+
<a href="<%= root_path('health', 'cluster_lags') %>">Cluster Lags</a> tab
25+
of the <a href="<%= root_path('health') %>">Health</a> section.
26+
</p>
1527
<% end %>

0 commit comments

Comments
 (0)