Hello
Nobody
Logout
Sign In
or
Sign Up
(
Why?
)
Home
3,640 messages
org.apache.kafka.jira [
All Lists
]
2020 June [
All Months
]
Page 118 (Messages 2926 to 2950):
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
[jira] [Commented] (KAFKA-9320) Enable TLSv1.3 by default and disable some of the older protocols
-
Nikolay Izhikov (Jira)
[jira] [Comment Edited] (KAFKA-6502) Kafka streams deserialization handler not committing offsets on error records
-
Matthias J. Sax (Jira)
[jira] [Created] (KAFKA-10105) Regression in group coordinator dealing with flaky clients joining while leaving
-
William Reynolds (Jira)
[jira] [Resolved] (KAFKA-9851) Revoking Connect tasks due to connectivity issues should also clear running assignment
-
Konstantine Karantasis (Jira)
[jira] [Commented] (KAFKA-6435) Application Reset Tool might delete incorrect internal topics
-
Boyang Chen (Jira)
[jira] [Commented] (KAFKA-10091) Improve task idling
-
John Roesler (Jira)
[GitHub] [kafka] kkonstantine commented on pull request #8805: KAFKA-9848: Avoid triggering scheduled rebalance delay when task assignment fails but Connect workers remain in the group
-
GitBox
[jira] [Created] (KAFKA-10135) Extract Task#executeAndMaybeSwallow to be a general utility function into TaskManager
-
Boyang Chen (Jira)
[jira] [Resolved] (KAFKA-9991) Flaky Test KTableSourceTopicRestartIntegrationTest.shouldRestoreAndProgressWhenTopicWrittenToDuringRestorationWithEosAlphaEnabled
-
Guozhang Wang (Jira)
[jira] [Resolved] (KAFKA-10115) Incorporate errors.tolerance with the Errant Record Reporter
-
Randall Hauch (Jira)
[jira] [Updated] (KAFKA-10146) Backport KAFKA-9066 to 2.5 and 2.4 branches
-
Randall Hauch (Jira)
[jira] [Created] (KAFKA-10149) Do not prevent automatic preferred election when reassignment in progress
-
Jason Gustafson (Jira)
[GitHub] [kafka] kowshik commented on pull request #8857: KAFKA-10157: Fix broken tests due to InterruptedException from FinalizedFeatureChangeListener
-
GitBox
[GitHub] [kafka] ableegoldman commented on a change in pull request #8856: KAFKA-10150: task state transitions/management and committing cleanup
-
GitBox
[jira] [Commented] (KAFKA-10152) Attempt to write checkpoint without first committing during recycle
-
Sophie Blee-Goldman (Jira)
[jira] [Updated] (KAFKA-5636) Add Sliding-Window support for Aggregations
-
Sophie Blee-Goldman (Jira)
[jira] [Commented] (KAFKA-10155) Flaky Test ReassignPartitionsUnitTest.testModifyBrokerThrottles
-
Matthias J. Sax (Jira)
[jira] [Commented] (KAFKA-10034) Clarify Usage of "batch.size" and "max.request.size" Producer Configs
-
Ismael Juma (Jira)
[jira] [Commented] (KAFKA-10173) BufferUnderflowException during Kafka Streams Upgrade
-
Karsten Schnitter (Jira)
[jira] [Comment Edited] (KAFKA-10055) Add shared internal utility class for Streams module
-
Boyang Chen (Jira)
[jira] [Commented] (KAFKA-10160) Kafka MM2 consumer configuration
-
sats (Jira)
[GitHub] [kafka] omkreddy commented on a change in pull request #8885: KAFKA-8264: decrease the record size for flaky test
-
GitBox
[jira] [Updated] (KAFKA-8082) Flaky Test ProducerFailureHandlingTest#testNotEnoughReplicasAfterBrokerShutdown
-
Randall Hauch (Jira)
[jira] [Updated] (KAFKA-8073) Transient failure in kafka.api.UserQuotaTest.testThrottledProducerConsumer
-
Randall Hauch (Jira)
[jira] [Commented] (KAFKA-9943) Enable TLSv.1.3 in system tests "run all" execution.
-
Randall Hauch (Jira)
Page 118 (Messages 2926 to 2950):
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146