d.
We can follow your suggestions if we do not use Internal class approach,
Thanks,
On Wed, Nov 13, 2024 at 11:12 PM Jun Rao wrote:
> Hi, Manikumar,
>
> Thanks for the updated KIP.
>
> JR10. The new AutoOffsetReset class. Could the following constructors be
> private?
>
has the necessary getters. Of course, the KIP does not need to define
> `AutoOffsetResetInternal` but only the public / user-facing
> `AutoOffsetReset` class.
>
>
> -Matthias
>
> On 11/7/24 10:23 PM, Manikumar wrote:
> > Hi Matthias,
> >
> > Thanks for the comme
concerns.
Thanks,
On Sat, Nov 9, 2024 at 10:06 PM Lianet M. wrote:
>
> Hi all. Thanks Manikumar for the nice improvement, useful indeed.
>
> I also lean towards having a single config given that it's all about the
> reset policy, seems all the same "what" (auto reset p
long as Optional, and use Optional.empty() for latest and earliest?
>
> Regards,
> Apoorv Mittal
>
>
> On Tue, Nov 12, 2024 at 12:06 PM Manikumar
> wrote:
>
> > Thanks Ismael and Lianet for the reviews.
> >
> > Based on suggestions, I have updated the K
Hi Andrew,
Thanks for the review.
AS4, AS5: Updated the KIP.
AS6: Yes, it applies to both. updated the KIP.
Thanks,
On Tue, Nov 5, 2024 at 10:58 PM Andrew Schofield
wrote:
>
> Hi Manikumar,
> Thanks for the updates. A couple of other comments.
>
> AS4: I think the AK co
, Nov 6, 2024 at 1:45 AM Apoorv Mittal wrote:
>
> Hi Manikumar,
> Thanks for the changes. Just minor comment and a question:
>
> AM5: The description "How to initialize the share-partition start offset:"
> for "*share.auto.offset.reset*" seems incomplete as it e
Hi Rajini,
Thanks for the KIP.
+1 (binding).
Thanks,
On Tue, Nov 5, 2024 at 2:55 PM Rajini Sivaram wrote:
>
> Hi everyone,
>
> I would like to start vote on KIP-1102 (
> https://cwiki.apache.org/confluence/display/KAFKA/KIP-1102%3A+Enable+clients+to+rebootstrap+based+on+timeout+or+error+code).
can add the new
> class just for package `org.apache.kafka.streams` to avoid naming conflicts.
>
> Additionally, we would deprecate all methods taking existing enum
> `AutoOffsetReset` (only two classed `Topology` and `Consumed` are
> affected) and add new overload which accepts the
of range scenarios.
Thanks,
On Fri, Nov 8, 2024 at 3:27 AM Jun Rao wrote:
>
> Hi, Manikumar,
>
> Thanks for the KIP. A couple of comments.
>
> JR1. It doesn't seem that we need earliest_local. Intuitively, it makes
> sense for a consumer app to bootstrap based on time.
Hi All,
I have updated the KIP with recent suggestions.
Thanks.
On Fri, Nov 8, 2024 at 11:53 AM Manikumar wrote:
>
> Hi Matthias,
>
> Thanks for the comments.
>
> > I am personally not convinced that adding a new config
> `auto.offset.reset.by.duration` is the best
Hi All,
I have made a minor update to the KIP.
Since we are deprecating the OffsetResetStrategy enum, I have deprecated
the `MockConsumer(OffsetResetStrategy offsetResetStrategy)` constructor
and added a new constructor.
Thanks,
On Thu, Nov 14, 2024 at 10:25 AM Manikumar
wrote:
> Hi
Thanks everyone for the votes.
The vote passed with 6 binding votes (Kamal, David Arthur, Lianet, David
Jacot, Jun, Matthias)
and 2 non-binding votes (Andrew, Apoorv).
Regards,
Manikumar
On Mon, Nov 18, 2024 at 2:41 PM Manikumar wrote:
> Thanks Jun,
>
> Yes, Updated the KIP
>
&
Hi Jun,
JR10: Yes, we can remove the name field. Updated the KIP.
Thanks,
On Thu, Nov 14, 2024 at 3:57 AM Jun Rao wrote:
> Hi, Manikumar,
>
> Thanks for the explanation. We can follow the existing KStreams pattern.
>
> Could AutoOffsetReset(String name, long dura
Thanks Jun,
Yes, Updated the KIP
On Sat, Nov 16, 2024 at 1:21 AM Jun Rao wrote:
> Hi, ManiKumar,
>
> Thanks for the KIP. +1
>
> Should we document that duration can't be negative in the following too?
>
> AutoOffsetReset duration(Duration duration)
>
> Jun
>
Hi Apoorv,
Thanks for the KIP.
+1 (binding)
Thanks
On Thu, Nov 14, 2024 at 11:11 AM Chia-Ping Tsai wrote:
> hi Apoorv
>
> Could you please add the link of vote thread to the KIP-1103 page?
>
> thanks,
> Chia-Ping
>
> On 2024/11/07 11:14:03 Apoorv Mittal wrote:
> > Hi All,
> > I would like to
raprak...@gmail.com> wrote:
>
> > Hi Manikumar,
> >
> > Thanks for the KIP! Duration based offset reset is a useful addition when
> > remote storage is enabled.
> >
> > +1 (binding)
> >
> > Thanks,
> > Kamal
> >
> > On Thu, Nov 14, 2024
Hi All,
I would like to start start vote on KIP-1106:
https://cwiki.apache.org/confluence/display/KAFKA/KIP-1106%3A+Add+duration+based+offset+reset+option+for+consumer+clients
This KIP proposes to add an additional auto offset reset strategy for
consumer clients.
Regards,
Manikumar
ated `with(Topology.AutoOffsetReset)` method
- added new `with(TimestampExtractor, AutoOffsetReset)` method
- added new `with(TimestampExtractor, AutoOffsetReset)` method
Thanks
On Tue, Nov 19, 2024 at 5:36 PM Manikumar wrote:
> Hi All,
>
> I have made a minor update to the
Severity: low
Affected versions:
- Apache Kafka 0.10.2.0 before 3.7.2
- Apache Kafka 3.8.0
Description:
Incorrect Implementation of Authentication Algorithm in Apache Kafka's
SCRAM implementation.
Issue Summary:
Apache Kafka's implementation of the Salted Challenge Response
Authentication Mech
configurations
- A full end-to-end usage guide for the JWT bearer grant flow in Kafka
Thanks,
Manikumar
On Sat, Mar 15, 2025 at 12:23 AM Kirk True wrote:
> Hi all,
>
> I would like to start a discussion for KIP-1139: Add support for OAuth
> jwt-bearer grant type:
>
> http
Thanks for the detailed KIP.
+1 (binding)
Thanks,
On Tue, May 6, 2025 at 3:24 AM Jun Rao wrote:
> Hi, Kirk,
>
> Thanks for the KIP. +1
>
> Jun
>
> On Fri, May 2, 2025 at 9:15 AM Kirk True wrote:
>
> > Hi,
> >
> > Thanks to all who provided feedback on KIP-1139: Add support for OAuth
> > jwt-be
c mechanism
> to detect file changes”). Should we clarify it in the related *.file
> configs, that it does support live rotation?
>
> Thanks!
>
> On Thu, Apr 24, 2025 at 7:46 PM Kirk True wrote:
>
> > Hi Manikumar,
> >
> > Update on the use of Keycloak for integ
Thanks for this KIP.
+1 (binding)
On Tue, May 20, 2025 at 5:42 PM 黃竣陽 wrote:
> Thank for this KIP.
>
> +1 (non-binding)
>
> Best Regards,
> Jiunn-Yang
>
> > Luke Chen 於 2025年5月20日 上午10:25 寫道:
> >
> > +1 (binding) from me.
> >
> > Thanks for the KIP.
> > Luke
> >
> > On Mon, May 19, 2025 at 11:
[
https://issues.apache.org/jira/browse/KAFKA-5462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-5462.
--
Resolution: Fixed
Fix Version/s: 2.2.0
> Add a configuration for users to specify a templ
[
https://issues.apache.org/jira/browse/KAFKA-7535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-7535.
--
Resolution: Fixed
> KafkaConsumer doesn't report records-lag if isolation.level is read_c
[
https://issues.apache.org/jira/browse/KAFKA-7579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-7579.
--
Resolution: Fixed
Fix Version/s: 2.1.0
This is fixed via KAFKA-7561.
> System Test Fail
[
https://issues.apache.org/jira/browse/KAFKA-7554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-7554.
--
Resolution: Not A Problem
Default Zookeeper session timeout value 6 seconds. If the server fails to
[
https://issues.apache.org/jira/browse/KAFKA-7323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-7323.
--
Resolution: Not A Problem
Closing as per above comment. probably heap memory is not sufficient
[
https://issues.apache.org/jira/browse/KAFKA-764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-764.
-
Resolution: Duplicate
This old issue is similar to KAFKA-7165. Closing this as duplicate KAFKA-7165
[
https://issues.apache.org/jira/browse/KAFKA-7659?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-7659.
--
Resolution: Invalid
> dummy test
> --
>
> Key
[
https://issues.apache.org/jira/browse/KAFKA-7616?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-7616.
--
Resolution: Fixed
Fix Version/s: 2.2.0
Issue resolved by pull request 5901
[https://github.com
[
https://issues.apache.org/jira/browse/KAFKA-6971?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-6971.
--
Resolution: Duplicate
> Passing in help flag to kafka-console-producer should print arg opti
[
https://issues.apache.org/jira/browse/KAFKA-6149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-6149.
--
Resolution: Fixed
Fix Version/s: 0.11.0.1
1.0.0
This was fixed in 1.0 and
[
https://issues.apache.org/jira/browse/KAFKA-7259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-7259.
--
Resolution: Fixed
Issue resolved by pull request 5480
[https://github.com/apache/kafka/pull/5480
[
https://issues.apache.org/jira/browse/KAFKA-7617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-7617.
--
Resolution: Fixed
Fix Version/s: 2.2.0
Issue resolved by pull request 5906
[https://github.com
Manikumar created KAFKA-7694:
Summary: Support ZooKeeper based master/secret key management for
delegation tokens
Key: KAFKA-7694
URL: https://issues.apache.org/jira/browse/KAFKA-7694
Project: Kafka
[
https://issues.apache.org/jira/browse/KAFKA-7742?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-7742.
--
Resolution: Fixed
Fix Version/s: 2.2.0
Issue resolved by pull request 6037
[https://github.com
[
https://issues.apache.org/jira/browse/KAFKA-7762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-7762.
--
Resolution: Fixed
Fix Version/s: 2.2.0
Issue resolved by pull request 6052
[https://github.com
[
https://issues.apache.org/jira/browse/KAFKA-7054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-7054.
--
Resolution: Fixed
Fix Version/s: 2.2.0
Issue resolved by pull request 5211
[https://github.com
[
https://issues.apache.org/jira/browse/KAFKA-7752?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-7752.
--
Resolution: Fixed
Fix Version/s: 2.2.0
Issue resolved by pull request 6072
[https://github.com
[
https://issues.apache.org/jira/browse/KAFKA-5994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-5994.
--
Resolution: Fixed
Fix Version/s: 2.2.0
Issue resolved by pull request 5021
[https://github.com
[
https://issues.apache.org/jira/browse/KAFKA-7781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-7781.
--
Resolution: Fixed
Assignee: Kamal Chandraprakash
Fix Version/s: 2.2.0
> Add validat
[
https://issues.apache.org/jira/browse/KAFKA-6837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-6837.
--
Resolution: Information Provided
> Apache kafka broker got stop
[
https://issues.apache.org/jira/browse/KAFKA-3921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-3921.
--
Resolution: Auto Closed
Closing inactive issue. The old producer is no longer supported. Please upgrade
[
https://issues.apache.org/jira/browse/KAFKA-6825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-6825.
--
Resolution: Fixed
Assignee: Guozhang Wang
Fix Version/s: 2.0.0
[
https://issues.apache.org/jira/browse/KAFKA-6141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-6141.
--
Resolution: Fixed
Closing this as log level changed to debug in ZOOKEEPER-2795 / Zookeeper 3.4.12
[
https://issues.apache.org/jira/browse/KAFKA-6682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-6682.
--
Resolution: Duplicate
Resolving this as duplicate of KAFKA-6260. Please reopen if the issue still
[
https://issues.apache.org/jira/browse/KAFKA-6426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-6426.
--
Resolution: Cannot Reproduce
This looks like configuration issue. Please reopen if you think the issue
[
https://issues.apache.org/jira/browse/KAFKA-1977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-1977.
--
Resolution: Auto Closed
Closing this as the Scala consumers have been deprecated and no further work is
[
https://issues.apache.org/jira/browse/KAFKA-3180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-3180.
--
Resolution: Not A Problem
I suggest to post these kind of queries to
[[us...@kafka.apache.org
[
https://issues.apache.org/jira/browse/KAFKA-3620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-3620.
--
Resolution: Fixed
Closing this as some cleanup done in newer versions. Please reopen if you
think
[
https://issues.apache.org/jira/browse/KAFKA-3843?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-3843.
--
Resolution: Auto Closed
The Scala consumers have been deprecated and no further work is planned, please
[
https://issues.apache.org/jira/browse/KAFKA-4091?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-4091.
--
Resolution: Cannot Reproduce
{color:#00}Closing inactive issue. Please reopen if you think the
[
https://issues.apache.org/jira/browse/KAFKA-5728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-5728.
--
Resolution: Auto Closed
looks like this is related to spring kafka config issue. must be related to
[
https://issues.apache.org/jira/browse/KAFKA-3246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-3246.
--
Resolution: Auto Closed
> Transient Failure
[
https://issues.apache.org/jira/browse/KAFKA-5039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-5039.
--
Resolution: Auto Closed
Closing as scala producer is removed from codebase.
> Logging
[
https://issues.apache.org/jira/browse/KAFKA-3345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-3345.
--
Resolution: Auto Closed
Closing as scala producer is removed from codebase.
[|https://issues.apache.org
[
https://issues.apache.org/jira/browse/KAFKA-2174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-2174.
--
Resolution: Auto Closed
Closing inactive issue.
> Wrong TopicMetadata deserializat
[
https://issues.apache.org/jira/browse/KAFKA-1460?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-1460.
--
Resolution: Auto Closed
Closing inactive issue. Please reopen if you think the issue still exists in
[
https://issues.apache.org/jira/browse/KAFKA-4419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-4419.
--
Resolution: Duplicate
Resolving as duplicate of KAFKA-3355.
> Unable to GetOffset when the ACL
[
https://issues.apache.org/jira/browse/KAFKA-5432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-5432.
--
Resolution: Auto Closed
Closing inactive issue. Exceptions observed with deprecated scala clients
[
https://issues.apache.org/jira/browse/KAFKA-2943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-2943.
--
Resolution: Auto Closed
> Transient Failure in kafka.producer.SyncProducerTest.testReachableSer
[
https://issues.apache.org/jira/browse/KAFKA-6356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-6356.
--
Resolution: Not A Problem
old data is discarded after log retention period or when the log reaches
[
https://issues.apache.org/jira/browse/KAFKA-3793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-3793.
--
Resolution: Cannot Reproduce
{color:#00}Closing inactive issue. Please reopen if you think the
[
https://issues.apache.org/jira/browse/KAFKA-2036?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-2036.
--
Resolution: Duplicate
Resolving this duplicate of KIP-235/KIP-302
> Consumer and broker h
[
https://issues.apache.org/jira/browse/KAFKA-4505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-4505.
--
Resolution: Auto Closed
{color:#00}Closing inactive issue. Please reopen if you think the issue
[
https://issues.apache.org/jira/browse/KAFKA-6862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-6862.
--
Resolution: Invalid
Please reopen the Jira with more details.
> test toolch
Manikumar created KAFKA-6945:
Summary: Add support to allow users to acquire delegation tokens
for other users
Key: KAFKA-6945
URL: https://issues.apache.org/jira/browse/KAFKA-6945
Project: Kafka
[
https://issues.apache.org/jira/browse/KAFKA-6921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-6921.
--
Resolution: Fixed
> Remove old Scala producer and all related code, tests, and to
[
https://issues.apache.org/jira/browse/KAFKA-3649?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-3649.
--
Resolution: Fixed
Requested features are added in KIP-133: Describe and Alter Configs Admin APIs
and
[
https://issues.apache.org/jira/browse/KAFKA-6929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-6929.
--
Resolution: Fixed
Fix Version/s: 2.0.0
Fixed via https://github.com/apache/kafka/pull/5060
[
https://issues.apache.org/jira/browse/KAFKA-5346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-5346.
--
Resolution: Not A Problem
Closing as per above comment. Please reopen if you think the issue still
[
https://issues.apache.org/jira/browse/KAFKA-6769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-6769.
--
Resolution: Fixed
Fix Version/s: 2.0.0
Jetty version upgraded to 9.4.10.v20180503 in trunk
[
https://issues.apache.org/jira/browse/KAFKA-4368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-4368.
--
Resolution: Auto Closed
Closing inactive issue.
> Unclean shutdown breaks Kafka clus
[
https://issues.apache.org/jira/browse/KAFKA-6427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-6427.
--
Resolution: Fixed
Fix Version/s: 2.0.0
Fixed in https://github.com/apache/kafka/pull/5005
[
https://issues.apache.org/jira/browse/KAFKA-3293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-3293.
--
Resolution: Cannot Reproduce
Closing inactive issue. Please reopen if the issue still exists in newer
[
https://issues.apache.org/jira/browse/KAFKA-2556?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-2556.
--
Resolution: Not A Problem
Closing inactive issue. Kafka log.dir contains topic data and metadata
[
https://issues.apache.org/jira/browse/KAFKA-3743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-3743.
--
Resolution: Duplicate
> kafka-server-start.sh: Unhelpful error mess
[
https://issues.apache.org/jira/browse/KAFKA-6581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-6581.
--
Resolution: Fixed
Fix Version/s: (was: 0.10.0.2)
2.0.0
This is addressed
[
https://issues.apache.org/jira/browse/KAFKA-3177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-3177.
--
Resolution: Fixed
This is addressed by KIP-266.
> Kafka consumer can hang when position() is cal
[
https://issues.apache.org/jira/browse/KAFKA-3503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-3503.
--
Resolution: Duplicate
> Throw exception on missing/non-existent partit
[
https://issues.apache.org/jira/browse/KAFKA-3899?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-3899.
--
Resolution: Fixed
Assignee: (was: Edoardo Comar)
Fix Version/s: 2.0.0
This is
[
https://issues.apache.org/jira/browse/KAFKA-3727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-3727.
--
Resolution: Fixed
This is addressed by KIP-266.
> Consumer.poll() stuck in loop on non-existent to
[
https://issues.apache.org/jira/browse/KAFKA-3011?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-3011.
--
Resolution: Fixed
This is addressed by KIP-266.
> Consumer.poll(0) blocks if Kafka not accessi
[
https://issues.apache.org/jira/browse/KAFKA-3822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-3822.
--
Resolution: Fixed
This is addressed by KIP-266.
> Kafka Consumer close() hangs indefinitely if Ka
[
https://issues.apache.org/jira/browse/KAFKA-3457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-3457.
--
Resolution: Fixed
This is addressed by KIP-266.
> KafkaConsumer.committed(...) hangs forever if p
[
https://issues.apache.org/jira/browse/KAFKA-4571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-4571.
--
Resolution: Auto Closed
Closing inactive issue. Please reopen if the issue still exists.
> Consu
[
https://issues.apache.org/jira/browse/KAFKA-4751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-4751.
--
Resolution: Fixed
This is addressed by KIP-266.
> kafka-clients-0.9.0.2.4.2.11-1 issue not throw
[
https://issues.apache.org/jira/browse/KAFKA-5304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-5304.
--
Resolution: Auto Closed
Closing inactive issue. Please reopen if the issue still exists.
> Ka
[
https://issues.apache.org/jira/browse/KAFKA-5424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-5424.
--
Resolution: Fixed
This has been fixed via KAFKA-3396
> KafkaConsumer.listTopics() throws Except
[
https://issues.apache.org/jira/browse/KAFKA-5940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-5940.
--
Resolution: Fixed
Fixed in KAFKA-5919
> kafka-delete-records.sh doesn't give any feedback
[
https://issues.apache.org/jira/browse/KAFKA-6972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-6972.
--
Resolution: Information Provided
> Kafka ACL does not work expected with wildc
[
https://issues.apache.org/jira/browse/KAFKA-5523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-5523.
--
Resolution: Fixed
Assignee: Manikumar
Fix Version/s: 2.0.0
> ReplayLogProducer
[
https://issues.apache.org/jira/browse/KAFKA-6982?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-6982.
--
Resolution: Fixed
Fix Version/s: 2.0.0
> java.lang.ArithmeticException: / by z
[
https://issues.apache.org/jira/browse/KAFKA-6984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-6984.
--
Resolution: Information Provided
Post these kind of queries to
[us...@kafka.apache.org|mailto:us
[
https://issues.apache.org/jira/browse/KAFKA-2445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-2445.
--
Resolution: Auto Closed
> Failed test: kafka.producer.ProducerTest > testSendWithDeadBroker
[
https://issues.apache.org/jira/browse/KAFKA-6351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-6351.
--
Resolution: Fixed
Fix Version/s: 2.0.0
Closing this as javassist jar is resolving to single
[
https://issues.apache.org/jira/browse/KAFKA-2572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-2572.
--
Resolution: Auto Closed
Closing inactive issue. Please reopen if the issue still exists in newer
[
https://issues.apache.org/jira/browse/KAFKA-3379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-3379.
--
Resolution: Fixed
Fix Version/s: 2.0.0
> Update tools relying on old producer to use
[
https://issues.apache.org/jira/browse/KAFKA-1181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-1181.
--
Resolution: Auto Closed
Closing this as BrokerPartitionInfo class removed in KAFKA-6921
401 - 500 of 1736 matches
Mail list logo