wangxianghu closed pull request #11210:
URL: https://github.com/apache/kafka/pull/11210
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: jira-unsub
wangxianghu commented on pull request #11210:
URL: https://github.com/apache/kafka/pull/11210#issuecomment-898293032
reopen to trigger the ci
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the
[
https://issues.apache.org/jira/browse/KAFKA-10493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nicholas Telford updated KAFKA-10493:
-
Attachment: out-of-order-table.png
> KTable out-of-order updates are not being ignored
>
[
https://issues.apache.org/jira/browse/KAFKA-10493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17398550#comment-17398550
]
Nicholas Telford commented on KAFKA-10493:
--
This issue is quite serious, becaus
[
https://issues.apache.org/jira/browse/KAFKA-13191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17398594#comment-17398594
]
afusr commented on KAFKA-13191:
---
I have been able to replicate this issue using the conflu
[
https://issues.apache.org/jira/browse/KAFKA-13191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
afusr updated KAFKA-13191:
--
Comment: was deleted
(was: I have been able to replicate this issue using the confluent 6.2 images,
please se
[
https://issues.apache.org/jira/browse/KAFKA-13191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17398596#comment-17398596
]
CS User commented on KAFKA-13191:
-
I have been able to replicate this issue using the co
SkyTianTian removed a comment on pull request #10277:
URL: https://github.com/apache/kafka/pull/10277#issuecomment-897736948
Hi, is there anyone who knows any workaround to avoid this heartbeat issue
temporarily?
--
This is an automated message from the Apache Git Service.
To respond to
vamossagar12 opened a new pull request #11211:
URL: https://github.com/apache/kafka/pull/11211
WindowedStore and SessionStore do not implement a strict retention time in
general. We should consider to make retention time strict: even if we still
have some record in the store (due to the se
vamossagar12 commented on pull request #11211:
URL: https://github.com/apache/kafka/pull/11211#issuecomment-898431720
@mjsax , @ableegoldman plz review when you get the chance.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
vamossagar12 commented on pull request #11076:
URL: https://github.com/apache/kafka/pull/11076#issuecomment-898433039
@ableegoldman plz review whenever you get the chance...
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
vamossagar12 commented on pull request #10798:
URL: https://github.com/apache/kafka/pull/10798#issuecomment-898433681
@cadonna , @guozhangwang plz review the numbers whenever you get the
chance...
--
This is an automated message from the Apache Git Service.
To respond to the message, pl
Mickael Maison created KAFKA-13200:
--
Summary: Fix version of MirrorMaker2 connectors
Key: KAFKA-13200
URL: https://issues.apache.org/jira/browse/KAFKA-13200
Project: Kafka
Issue Type: Improv
smccauliff commented on a change in pull request #11204:
URL: https://github.com/apache/kafka/pull/11204#discussion_r688600716
##
File path:
clients/src/main/java/org/apache/kafka/clients/ClientResponseWithFinalize.java
##
@@ -0,0 +1,67 @@
+/*
+ * Licensed to the Apache Softwa
mimaison opened a new pull request #11212:
URL: https://github.com/apache/kafka/pull/11212
Use the Kafka version instead of hardcoding it to 1.
### Committer Checklist (excluded from commit message)
- [ ] Verify design and implementation
- [ ] Verify test coverage and CI build
[
https://issues.apache.org/jira/browse/KAFKA-12908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17398747#comment-17398747
]
dengziming commented on KAFKA-12908:
It seems we can't write the number of records i
[
https://issues.apache.org/jira/browse/KAFKA-12908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17398747#comment-17398747
]
dengziming edited comment on KAFKA-12908 at 8/13/21, 3:46 PM:
[
https://issues.apache.org/jira/browse/KAFKA-10475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17398781#comment-17398781
]
Matthias J. Sax commented on KAFKA-10475:
-
In the end `groupBy(...)` and `groupB
ryannedolan commented on pull request #11212:
URL: https://github.com/apache/kafka/pull/11212#issuecomment-898647966
Does this have any impact on users as they upgrade? So far the MM connectors
are mostly agnostic to what version of Kafka they interact with, and I'm
wondering if syncing th
xvrl commented on a change in pull request #11201:
URL: https://github.com/apache/kafka/pull/11201#discussion_r688708853
##
File path:
clients/src/test/java/org/apache/kafka/common/metrics/JmxReporterTest.java
##
@@ -76,6 +77,21 @@ public void testJmxRegistration() throws Exce
xvrl commented on pull request #11201:
URL: https://github.com/apache/kafka/pull/11201#issuecomment-898649031
@dajac agree there might be some surprises for users that relied on ordering
that might appear constant, but never guaranteed that. Unfortunately, that
order would be dependent on
Jorge Esteban Quilcate Otoya created KAFKA-13201:
Summary: Convert KTable suppress to new PAPI
Key: KAFKA-13201
URL: https://issues.apache.org/jira/browse/KAFKA-13201
Project: Kafka
jeqo opened a new pull request #11213:
URL: https://github.com/apache/kafka/pull/11213
As part of the migration of KStream/KTable operations to the new Processor
API https://issues.apache.org/jira/browse/KAFKA-8410, this PR includes the
migration of KTable suppress.
Testing strategy
Kirk True created KAFKA-13202:
-
Summary: KIP-768: Extend SASL/OAUTHBEARER with Support for OIDC
Key: KAFKA-13202
URL: https://issues.apache.org/jira/browse/KAFKA-13202
Project: Kafka
Issue Type:
rhauch commented on a change in pull request #10907:
URL: https://github.com/apache/kafka/pull/10907#discussion_r688675632
##
File path:
connect/api/src/main/java/org/apache/kafka/connect/source/SourceTaskContext.java
##
@@ -38,4 +38,30 @@
* Get the OffsetStorageReader f
mimaison commented on pull request #11212:
URL: https://github.com/apache/kafka/pull/11212#issuecomment-898708844
This should not have an impact. As far as I can tell the version is only
externally visible when querying `/connector-plugins`.
When we have a bunch of Connect clusters w
lbradstreet commented on pull request #11199:
URL: https://github.com/apache/kafka/pull/11199#issuecomment-898750464
> @lbradstreet : Thanks for the updated PR. Were the java 16 tests ok?
@junrao it looks like it is one of the issues where System.exit was called
without the Exit.exit
junrao merged pull request #11199:
URL: https://github.com/apache/kafka/pull/11199
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: jira-unsubscr..
[
https://issues.apache.org/jira/browse/KAFKA-13194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jun Rao resolved KAFKA-13194.
-
Fix Version/s: 3.1.0
Assignee: Lucas Bradstreet
Resolution: Fixed
Merged the PR to trunk
[
https://issues.apache.org/jira/browse/KAFKA-12994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17398977#comment-17398977
]
Andrew patterson commented on KAFKA-12994:
--
Hello,
I'd be happy to take this i
[
https://issues.apache.org/jira/browse/KAFKA-13186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
CoolGuy updated KAFKA-13186:
Description:
Hello! I saw in your [coding
guidelines|https://kafka.apache.org/coding-guide.html] that ??D
[
https://issues.apache.org/jira/browse/KAFKA-12994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17399110#comment-17399110
]
Christo Lolov commented on KAFKA-12994:
---
Hello, I believe I managed to get some of
clolov opened a new pull request #11214:
URL: https://github.com/apache/kafka/pull/11214
*This is a follow-up task connected with KIP-633 to update APIs used in unit
tests*
### Committer Checklist (excluded from commit message)
- [] Verify design and implementation
- [] Verify
[
https://issues.apache.org/jira/browse/KAFKA-12994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17399110#comment-17399110
]
Christo Lolov edited comment on KAFKA-12994 at 8/14/21, 6:36 AM:
-
34 matches
Mail list logo