File tree 1 file changed +13
-1
lines changed
lib/karafka/web/pro/ui/views/consumers/partitions/pauses
1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 6
6
You are about to adjust pause for an actively running consumer. This operation:
7
7
</ p >
8
8
9
- < ul class ="list-disc ml-6 mt-2 ">
9
+ < ul class ="list-disc ml-6 mt-2 mb-2 ">
10
10
< li > Takes effect during the next poll operation</ li >
11
11
< li > May affect message processing</ li >
12
12
< li > Cannot be undone</ li >
13
13
< li > Will take effect only if the current process still owns the assignment</ li >
14
14
</ 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 >
15
27
<% end %>
You can’t perform that action at this time.
0 commit comments