[GitHub] [kafka] feyman2016 commented on a change in pull request #9270: KAFKA-10284: Group membership update due to static member rejoin should be persisted

2020-10-03 Thread GitBox
feyman2016 commented on a change in pull request #9270: URL: https://github.com/apache/kafka/pull/9270#discussion_r499196092 ## File path: core/src/main/scala/kafka/coordinator/group/GroupCoordinator.scala ## @@ -1040,21 +1040,36 @@ class GroupCoordinator(val brokerId: Int,

[jira] [Commented] (KAFKA-10569) Running aggregate queries on KSQL client side is getting to ERROR Shutdown broker because all log dirs in ...

2020-10-03 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17206860#comment-17206860 ] Matthias J. Sax commented on KAFKA-10569: - Thanks for chiming in [~agavra]! > Running aggregate

[jira] [Resolved] (KAFKA-10569) Running aggregate queries on KSQL client side is getting to ERROR Shutdown broker because all log dirs in ...

2020-10-03 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax resolved KAFKA-10569. - Resolution: Invalid > Running aggregate queries on KSQL client side is getting to ERROR

[GitHub] [kafka] Fleshgrinder opened a new pull request #9369: KAFKA-4715: Ignore case of CompressionType and OffsetResetStrategy

2020-10-03 Thread GitBox
Fleshgrinder opened a new pull request #9369: URL: https://github.com/apache/kafka/pull/9369 This allows the configuration values for CompressionType in the ProducerConfig and the OffsetResetStrategy in the ConsumerConfig to be specified regardless of their case.

[jira] [Commented] (KAFKA-9234) Consider using @Nullable and @Nonnull annotations

2020-10-03 Thread Richard Fussenegger (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17206735#comment-17206735 ] Richard Fussenegger commented on KAFKA-9234: There are no standard Java {{@Nullable}},