Hello
Nobody
Logout
Sign In
or
Sign Up
(
Why?
)
Home
4,540 messages
org.apache.pulsar.commits [
All Lists
]
2022 February [
All Months
]
Page 1 (Messages 1 to 25):
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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
[GitHub] [pulsar] lhotari commented on pull request #14088: [Issue 11070][Zookeeper] Fix netcat returning early for probe
-
GitBox
[GitHub] [pulsar] AnonHxy commented on pull request #14038: [Issue 13756][Broker] Optimize topic policy with HierarchyTopicPolicies about dispatchRate
-
GitBox
[GitHub] [pulsar] michaeljmarshall merged pull request #14090: [Issue 14080] Clean up Cleanup NPEs in ``ServerCnxTest ``
-
GitBox
[GitHub] [pulsar] Anonymitaet commented on pull request #13758: [DO NOT MERGE][Doc] Rename two parameters about metadatastore (ZK free) and add a comprehensive list for deprecated parameters of broker
-
GitBox
[GitHub] [pulsar] lordcheng10 opened a new pull request #14142: support dynamic config for maxMessageSize
-
GitBox
[GitHub] [pulsar] lhotari commented on issue #14146: Flaky-test: BrokerServiceLookupTest. testPartitionTopicLookup
-
GitBox
[GitHub] [pulsar] rdhabalia commented on a change in pull request #12235: [pulsar-broker] PIP-100 Support pluggable topic factory
-
GitBox
[GitHub] [pulsar] gaozhangmin opened a new pull request #14205: [Flaky-Test] BacklogQuotaManagerTest#testProducerExceptionAndThenUnblockSizeQuota
-
GitBox
[GitHub] [pulsar] startjava commented on issue #14233: [Performance Tuning] Apache pulsar 性能提升遇到了瓶颈,怎么修改配置参数都无法得到有效提高
-
GitBox
[GitHub] [pulsar] gaozhangmin commented on pull request #14000: [Flaky-test] BacklogQuotaManagerTest#testConsumerBacklogEvictionTimeQuota
-
GitBox
[GitHub] [pulsar] mattisonchao commented on a change in pull request #14253: Check ``getTlsTrustStorePath`` NPE when user forget to set it.
-
GitBox
[GitHub] [pulsar] codelipenghui merged pull request #13995: [Doc] Add doc for init sub config in DLQ policy and producer
-
GitBox
[GitHub] [pulsar] gaozhangmin closed pull request #13204: support limit message size produced by protocol handlers by maxMessag…
-
GitBox
[GitHub] [pulsar] startjava commented on issue #14274: Can customized the key-value in typedmessagebuilder class?
-
GitBox
[pulsar-site] branch main updated (27127f0 -> e850bc9)
-
urf...@apache.org
[GitHub] [pulsar] BewareMyPower opened a new pull request #14380: [C++] Fix thread safety issue for multi topic consumer
-
GitBox
[GitHub] [pulsar] youg9203 commented on issue #14191: NonPersistentTopics - [myuser] Failed to get list of topics under namespace public/default
-
GitBox
[GitHub] [pulsar] michaeljmarshall commented on pull request #14409: Make sure policies.is_allow_auto_update_schema not null
-
GitBox
[pulsar-site] branch main updated: update
-
urf...@apache.org
[pulsar] branch branch-2.8 updated: [Tests] Fix flaky org.mockito.exceptions.misusing.WrongTypeOfReturnValue issue in broker tests (#13621)
-
mmar...@apache.org
[GitHub] [pulsar] github-actions[bot] commented on issue #12974: [Functions] Function workers require more memory on Pulsar 2.8.x+
-
GitBox
[GitHub] [pulsar] codelipenghui commented on a change in pull request #14469: [Broker] Fix ``Future.join()`` causing deadlock.
-
GitBox
[GitHub] [pulsar] mattisonchao commented on pull request #14469: [Broker] Fix ``Future.join()`` causing deadlock.
-
GitBox
[pulsar] branch master updated (85661d3 -> 77efc9f)
-
liu...@apache.org
[GitHub] [pulsar] github-actions[bot] commented on pull request #14491: [pulsar-io] throw exceptions when kafka offset backing store failed to start
-
GitBox
Page 1 (Messages 1 to 25):
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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182