[jira] [Created] (KAFKA-8901) Extend consumer group command to use the new Admin API to delete consumer offsets

2019-09-12 Thread David Jacot (Jira)
David Jacot created KAFKA-8901: -- Summary: Extend consumer group command to use the new Admin API to delete consumer offsets Key: KAFKA-8901 URL: https://issues.apache.org/jira/browse/KAFKA-8901 Project

Re: Kafka SSH Tunnel Connection without editing hostfile

2019-09-12 Thread David Jacot
Hey, I have done this before with this proxy: https://github.com/grepplabs/kafka-proxy#connect-to-kafka-through-socks5-proxy-example You can spin up a socks proxy when you ssh to your jumphost (-D argument if not mistaken) and configure the proxy as described in the readme. It is good for dev an

Re: [DISCUSS] KIP-511: Collect and Expose Client's Name and Version in the Brokers

2019-09-11 Thread David Jacot
r > don't set the version at all (for compatibility). So the version/type has > to be mutable and added after the TCP connection itself is established. > > best, > Colin > > > On Mon, Sep 9, 2019, at 06:11, David Jacot wrote: > > Hi Gwen, > > > > The

Re: [DISCUSS] KIP-511: Collect and Expose Client's Name and Version in the Brokers

2019-09-09 Thread David Jacot
in the request at all, so there is no need for the broker to know exactly > how long the supplied request header is. (This assumes that the first 4 > fields of the request header will never change, which seems like a > reasonable assumption...) > > > > best, > > C

Re: [DISCUSS] KIP-511: Collect and Expose Client's Name and Version in the Brokers

2019-09-09 Thread David Jacot
n evolve the > request header by adding tagged fields... > > > > Another option is to fall all the way back to version 0 when the broker > doesn't understand the client's supplied version. Version 0 had no content > in the request at all, so there is no need for the b

Re: [DISCUSS] Apache Kafka 2.4.0 release

2019-09-06 Thread David Jacot
Hi Manikumar, Could we add KIP-511 to the plan? I think it will make it. Thanks, David On Tue, Aug 27, 2019 at 5:32 PM Manikumar wrote: > Hi all, > > I put together a draft release plan with Oct 2019 as the release month and > a list of KIPs that have already been voted: > > https://cwiki.apac

Re: [VOTE] KIP-496: Administrative API to delete consumer offsets

2019-09-04 Thread David Jacot
Hi all, While implementing the KIP, I have realized that a new error code and exception is required to notify the caller that offsets of a topic can not be deleted because the group is actively subscribed to the topic. I would like to know if there are any concerns with these changes before updat

Re: [DISCUSS] KIP-511: Collect and Expose Client's Name and Version in the Brokers

2019-09-03 Thread David Jacot
Request, it > doesn't make sense to fall back all the way to 0 if the broker supports 1 > (for example). > > If you agree, it would be good to spell this out in the KIP, so that if we > want to add more things to the response, we can, without losing them each > time the c

Re: [VOTE] KIP-482: The Kafka Protocol should Support Optional Tagged Fields

2019-09-03 Thread David Jacot
+1 (non-binding) Thank for the KIP. Great addition to the Kafka protocol! Best, David Le mar. 3 sept. 2019 à 19:17, Colin McCabe a écrit : > Hi all, > > I'd like to start the vote for KIP-482: The Kafka Protocol should Support > Optional Tagged Fields. > > KIP: > https://cwiki.apache.org/confl

Re: [DISCUSS] KIP-511: Collect and Expose Client's Name and Version in the Brokers

2019-09-03 Thread David Jacot
:31 AM David Jacot wrote: > Hi Magnus, > > Thank you for your feedback. Please, find my comments below. > > 1. I thought that the clientId was meant for this purpose (providing > information about the application). Is there a gap I don't see? > > 2. I have put two f

[jira] [Created] (KAFKA-8855) Collect and Expose Client's Name and Version in the Brokers

2019-09-02 Thread David Jacot (Jira)
David Jacot created KAFKA-8855: -- Summary: Collect and Expose Client's Name and Version in the Brokers Key: KAFKA-8855 URL: https://issues.apache.org/jira/browse/KAFKA-8855 Project: Kafka

Re: [DISCUSS] KIP-511: Collect and Expose Client's Name and Version in the Brokers

2019-08-30 Thread David Jacot
broker name and version to the > > ApiVersionResponse? > > While an application must not use this information to detect features (Hi > > Jay!), it is good for troubleshooting > > and providing more meaningful logs to the client user in case a feature > > (based on

Re: ACL for group creation?

2019-08-22 Thread David Jacot
lin > > > > > > On Wed, Aug 21, 2019, at 12:05, Adam Bellemare wrote: > > > +users mailing list > > > > > > David, > > > > > > I don't think I really understand your email. Are you saying that this > > can > > > alread

Re: [DISCUSS] KIP-511: Collect and Expose Client's Name and Version in the Brokers

2019-08-22 Thread David Jacot
-version? > > 1. > https://github.com/apache/kafka/blob/trunk/core/src/main/scala/kafka/server/KafkaRequestHandler.scala#L231 > > Thanks, > Satish. > > > > > On Wed, Aug 21, 2019 at 5:33 PM David Jacot wrote: > > > > Hi all, > > > > I would lik

[DISCUSS] KIP-511: Collect and Expose Client's Name and Version in the Brokers

2019-08-21 Thread David Jacot
Hi all, I would like to start a discussion for KIP-511: https://cwiki.apache.org/confluence/display/KAFKA/KIP-511%3A+Collect+and+Expose+Client%27s+Name+and+Version+in+the+Brokers Let me know what you think. Best, David

Re: ACL for group creation?

2019-08-21 Thread David Jacot
Hello, It would be better to ask such question on the user mailing list. The reason is that the group is created automatically when a consumer joins it. It is not created explicitly so it can be restricted. In your case, you could setup a ACL to authorize the application to only use the group yo

Re: [VOTE] KIP-352: Distinguish URPs caused by reassignment

2019-08-21 Thread David Jacot
+1 (non-binding) Thanks for the KIP! Best, David On Tue, Aug 20, 2019 at 7:55 PM Jason Gustafson wrote: > Hi All, > > I'd like to start a vote on KIP-352, which is a follow-up to KIP-455 to fix > a long-known shortcoming of URP reporting and to improve reassignment > monitoring: > > https://cw

Re: Permission to create KIP

2019-08-20 Thread David Jacot
Thank you, Bill! Le mar. 20 août 2019 à 16:45, Bill Bejeck a écrit : > Hi David, > > You're all set now. > > -Bill > > On Tue, Aug 20, 2019 at 10:04 AM David Jacot wrote: > > > Hi Bill, > > > > Sure. It is dajac. > > > > Thanks, &g

Re: Permission to create KIP

2019-08-20 Thread David Jacot
Hi Bill, Sure. It is dajac. Thanks, David On Tue, Aug 20, 2019 at 3:55 PM Bill Bejeck wrote: > Hi David, > > Sure thing, can you share your wiki username? > > Thanks, > Bill > > On Tue, Aug 20, 2019 at 9:53 AM David Jacot wrote: > > > Hey, > > >

Permission to create KIP

2019-08-20 Thread David Jacot
Hey, I would like to create a KIP but I don't have the permission yet. Could someone grant me the relevant permission to the wiki? Thanks, David

Re: [VOTE] KIP-504 - Add new Java Authorizer Interface

2019-08-19 Thread David Jacot
+1 (non-binding) Thanks for the KIP, Rajini. Best, David On Sun, Aug 18, 2019 at 9:42 PM Mickael Maison wrote: > +1 (non binding) > Thanks for the KIP! > > On Sun, Aug 18, 2019 at 3:05 PM Ron Dagostino wrote: > > > > +1 (non-binding) > > > > Thanks, Rajini. > > > > Ron > > > > On Sat, Aug 17,

Re: [DISCUSS] KIP-482: The Kafka Protocol should Support Optional Fields

2019-08-19 Thread David Jacot
nging > > > the protocol on the wire. > > > > > > Can an Optional field have a struct type which internally contains an > array > > > field at any level? > > > > > > Thanks, > > > Satish. > > > > > > > > >

Re: [VOTE] KIP-503: deleted topics metric

2019-08-14 Thread David Jacot
+1 (non-binding) Thanks for the KIP! Simple yet very useful. Best, David On Wed, Aug 14, 2019 at 9:24 AM Robert Barrett wrote: > +1 (non-binding) > > This will be good to have, thanks David! > > Bob > > On Wed, Aug 14, 2019 at 6:08 AM Mickael Maison > wrote: > > > +1 non binding > > Thank you

Re: [DISCUSS] KIP-482: The Kafka Protocol should Support Optional Fields

2019-08-13 Thread David Jacot
Hi Colin, Thank you for the KIP! Things are well explained!. It is huge improvement for the Kafka protocol. I have few comments on the proposal: 1. The interleaved tag/length header sounds like a great optimisation as it would be shorter on average. The downside, as you already pointed out, is th

Re: [DISCUSS] KIP-504 - Add new Java Authorizer Interface

2019-08-13 Thread David Jacot
ag`. It is provided to improve > audit logging in the authorizer. The enum values have javadoc which > indicate how the authorization result is used in each of the modes to > enable authorizers to log audit messages at the right severity level. > > Regards, > > Rajini > > On

Re: [DISCUSS] KIP-504 - Add new Java Authorizer Interface

2019-08-12 Thread David Jacot
Hi Rajini, Thank you for the KIP. Overall, it looks good to me. I have few questions/suggestions: 1. It is hard to grasp what `Action#count` is for. I guess I understand where you want to go with it but it took me a while to figure it out. Perhaps, we could come up with a better name than `count`

[jira] [Work stopped] (KAFKA-2066) Replace FetchRequest / FetchResponse with their org.apache.kafka.common.requests equivalents

2016-10-13 Thread David Jacot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on KAFKA-2066 stopped by David Jacot. -- > Replace FetchRequest / FetchResponse with th

[jira] [Updated] (KAFKA-2066) Replace FetchRequest / FetchResponse with their org.apache.kafka.common.requests equivalents

2016-10-13 Thread David Jacot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jacot updated KAFKA-2066: --- Assignee: (was: David Jacot) > Replace FetchRequest / FetchResponse with th

[jira] [Commented] (KAFKA-2066) Replace FetchRequest / FetchResponse with their org.apache.kafka.common.requests equivalents

2016-10-13 Thread David Jacot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15571702#comment-15571702 ] David Jacot commented on KAFKA-2066: Unfortunately, I won't have time in

[jira] [Commented] (KAFKA-2066) Replace FetchRequest / FetchResponse with their org.apache.kafka.common.requests equivalents

2016-01-22 Thread David Jacot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15112619#comment-15112619 ] David Jacot commented on KAFKA-2066: [~becket_qin] That makes sense. I'll ta

[jira] [Commented] (KAFKA-2066) Replace FetchRequest / FetchResponse with their org.apache.kafka.common.requests equivalents

2016-01-21 Thread David Jacot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15112045#comment-15112045 ] David Jacot commented on KAFKA-2066: [~becket_qin], indeed replacing MessageSet

[jira] [Updated] (KAFKA-2071) Replace Produce Request/Response with their org.apache.kafka.common.requests equivalents

2016-01-20 Thread David Jacot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jacot updated KAFKA-2071: --- Status: Patch Available (was: In Progress) > Replace Produce Request/Response with th

[jira] [Updated] (KAFKA-2071) Replace Produce Request/Response with their org.apache.kafka.common.requests equivalents

2016-01-20 Thread David Jacot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jacot updated KAFKA-2071: --- Status: In Progress (was: Patch Available) > Replace Produce Request/Response with th

[jira] [Commented] (KAFKA-2066) Replace FetchRequest / FetchResponse with their org.apache.kafka.common.requests equivalents

2016-01-19 Thread David Jacot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15107051#comment-15107051 ] David Jacot commented on KAFKA-2066: [~ijuma], - Inheritance might not be the

[jira] [Commented] (KAFKA-2066) Replace FetchRequest / FetchResponse with their org.apache.kafka.common.requests equivalents

2016-01-17 Thread David Jacot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15104883#comment-15104883 ] David Jacot commented on KAFKA-2066: In the current implementation, FetchResp

[jira] [Work started] (KAFKA-2066) Replace FetchRequest / FetchResponse with their org.apache.kafka.common.requests equivalents

2016-01-15 Thread David Jacot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on KAFKA-2066 started by David Jacot. -- > Replace FetchRequest / FetchResponse with th

[jira] [Updated] (KAFKA-3098) "partition.assignment.strategy" appears twice in documentation

2016-01-14 Thread David Jacot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jacot updated KAFKA-3098: --- Assignee: David Jacot Status: Patch Available (was: Open) > "partition.assignment.

[jira] [Commented] (KAFKA-2758) Improve Offset Commit Behavior

2016-01-12 Thread David Jacot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15095678#comment-15095678 ] David Jacot commented on KAFKA-2758: [~guozhang] I'd like to dive int

[jira] [Assigned] (KAFKA-2066) Replace FetchRequest / FetchResponse with their org.apache.kafka.common.requests equivalents

2016-01-12 Thread David Jacot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jacot reassigned KAFKA-2066: -- Assignee: David Jacot > Replace FetchRequest / FetchResponse with th

[jira] [Updated] (KAFKA-3085) BrokerChangeListener computes inconsistent live/dead broker list

2016-01-11 Thread David Jacot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3085?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jacot updated KAFKA-3085: --- Status: Patch Available (was: In Progress) > BrokerChangeListener computes inconsistent live/d

[jira] [Updated] (KAFKA-3085) BrokerChangeListener computes inconsistent live/dead broker list

2016-01-11 Thread David Jacot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3085?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jacot updated KAFKA-3085: --- Status: In Progress (was: Patch Available) > BrokerChangeListener computes inconsistent live/d

[jira] [Commented] (KAFKA-3085) BrokerChangeListener computes inconsistent live/dead broker list

2016-01-11 Thread David Jacot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3085?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15093334#comment-15093334 ] David Jacot commented on KAFKA-3085: [~junrao] No worries. I'll update it ac

[jira] [Updated] (KAFKA-3085) BrokerChangeListener computes inconsistent live/dead broker list

2016-01-11 Thread David Jacot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3085?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jacot updated KAFKA-3085: --- Status: Patch Available (was: Open) > BrokerChangeListener computes inconsistent live/dead bro

[jira] [Assigned] (KAFKA-3085) BrokerChangeListener computes inconsistent live/dead broker list

2016-01-10 Thread David Jacot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3085?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jacot reassigned KAFKA-3085: -- Assignee: David Jacot > BrokerChangeListener computes inconsistent live/dead broker l

[jira] [Updated] (KAFKA-2072) Add StopReplica request/response to o.a.k.common.requests and replace the usage in core module

2016-01-04 Thread David Jacot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2072?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jacot updated KAFKA-2072: --- Status: Patch Available (was: In Progress) > Add StopReplica request/response

[jira] [Updated] (KAFKA-2072) Add StopReplica request/response to o.a.k.common.requests and replace the usage in core module

2016-01-04 Thread David Jacot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2072?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jacot updated KAFKA-2072: --- Status: In Progress (was: Patch Available) > Add StopReplica request/response

[jira] [Updated] (KAFKA-2072) Add StopReplica request/response to o.a.k.common.requests and replace the usage in core module

2015-09-05 Thread David Jacot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2072?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jacot updated KAFKA-2072: --- Status: Patch Available (was: In Progress) > Add StopReplica request/response

[jira] [Commented] (KAFKA-2072) Add StopReplica request/response to o.a.k.common.requests and replace the usage in core module

2015-08-27 Thread David Jacot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14716229#comment-14716229 ] David Jacot commented on KAFKA-2072: [~ijuma] Do you also need rest of this one

[jira] [Reopened] (KAFKA-2072) Add StopReplica request/response to o.a.k.common.requests and replace the usage in core module

2015-08-26 Thread David Jacot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2072?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jacot reopened KAFKA-2072: Reopen this JIRA as https://github.com/apache/kafka/pull/170 adds StopReplica request/response to

[jira] [Work started] (KAFKA-2072) Add StopReplica request/response to o.a.k.common.requests and replace the usage in core module

2015-08-26 Thread David Jacot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2072?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on KAFKA-2072 started by David Jacot. -- > Add StopReplica request/response to o.a.k.common.requests and replace the >

[jira] [Commented] (KAFKA-2072) Add StopReplica request/response to o.a.k.common.requests and replace the usage in core module

2015-08-24 Thread David Jacot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14710629#comment-14710629 ] David Jacot commented on KAFKA-2072: Moved it back to "in progress

[jira] [Work started] (KAFKA-2072) Add StopReplica request/response to o.a.k.common.requests and replace the usage in core module

2015-08-24 Thread David Jacot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2072?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on KAFKA-2072 started by David Jacot. -- > Add StopReplica request/response to o.a.k.common.requests and replace the >

[jira] [Updated] (KAFKA-2072) Add StopReplica request/response to o.a.k.common.requests and replace the usage in core module

2015-08-24 Thread David Jacot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2072?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jacot updated KAFKA-2072: --- Status: Open (was: Patch Available) > Add StopReplica request/response to o.a.k.common.requests

[jira] [Commented] (KAFKA-2071) Replace Produce Request/Response with their org.apache.kafka.common.requests equivalents

2015-08-24 Thread David Jacot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14710622#comment-14710622 ] David Jacot commented on KAFKA-2071: I have merged trunk in the PR and adapted i

[jira] [Commented] (KAFKA-2072) Add StopReplica request/response to o.a.k.common.requests and replace the usage in core module

2015-08-17 Thread David Jacot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14699279#comment-14699279 ] David Jacot commented on KAFKA-2072: As discussed with [~ijuma], it would be be

[jira] [Updated] (KAFKA-2072) Add StopReplica request/response to o.a.k.common.requests and replace the usage in core module

2015-08-15 Thread David Jacot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2072?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jacot updated KAFKA-2072: --- Status: Patch Available (was: Open) > Add StopReplica request/response to o.a.k.common.requests

[jira] [Assigned] (KAFKA-2072) Add StopReplica request/response to o.a.k.common.requests and replace the usage in core module

2015-08-12 Thread David Jacot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2072?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jacot reassigned KAFKA-2072: -- Assignee: David Jacot > Add StopReplica request/response to o.a.k.common.requests and repl

[jira] [Commented] (KAFKA-2073) Replace TopicMetadata request/response with o.a.k.requests.metadata

2015-08-12 Thread David Jacot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14693859#comment-14693859 ] David Jacot commented on KAFKA-2073: [~abiletskyi] Are you still working on this

[jira] [Commented] (KAFKA-2071) Replace Produce Request/Response with their org.apache.kafka.common.requests equivalents

2015-08-12 Thread David Jacot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14693855#comment-14693855 ] David Jacot commented on KAFKA-2071: [~gwenshap] Could you review this one when

[jira] [Updated] (KAFKA-2071) Replace Produce Request/Response with their org.apache.kafka.common.requests equivalents

2015-08-10 Thread David Jacot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jacot updated KAFKA-2071: --- Status: Patch Available (was: In Progress) > Replace Produce Request/Response with th

[jira] [Commented] (KAFKA-2071) Replace Produce Request/Response with their org.apache.kafka.common.requests equivalents

2015-08-10 Thread David Jacot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14681274#comment-14681274 ] David Jacot commented on KAFKA-2071: I just updated the PR. Now, ProducerRequest

[jira] [Commented] (KAFKA-2071) Replace Produce Request/Response with their org.apache.kafka.common.requests equivalents

2015-08-07 Thread David Jacot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14662025#comment-14662025 ] David Jacot commented on KAFKA-2071: I have looked at the producer and I think

[jira] [Commented] (KAFKA-2071) Replace Produce Request/Response with their org.apache.kafka.common.requests equivalents

2015-08-04 Thread David Jacot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14654811#comment-14654811 ] David Jacot commented on KAFKA-2071: Indeed, because kafka.api.ProduceReques

[jira] [Commented] (KAFKA-2071) Replace Produce Request/Response with their org.apache.kafka.common.requests equivalents

2015-08-04 Thread David Jacot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14654799#comment-14654799 ] David Jacot commented on KAFKA-2071: I thought that the intent was to only rep

[jira] [Updated] (KAFKA-2071) Replace Produce Request/Response with their org.apache.kafka.common.requests equivalents

2015-08-04 Thread David Jacot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jacot updated KAFKA-2071: --- Status: Patch Available (was: Open) > Replace Produce Request/Response with th

[jira] [Assigned] (KAFKA-2071) Replace Produce Request/Response with their org.apache.kafka.common.requests equivalents

2015-08-02 Thread David Jacot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jacot reassigned KAFKA-2071: -- Assignee: David Jacot > Replace Produce Request/Response with th

[jira] [Commented] (KAFKA-2100) Client Error doesn't preserve or display original server error code when it is an unknown code

2015-07-28 Thread David Jacot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14644699#comment-14644699 ] David Jacot commented on KAFKA-2100: [~gwenshap] Could you review this one when

[jira] [Updated] (KAFKA-2100) Client Error doesn't preserve or display original server error code when it is an unknown code

2015-07-26 Thread David Jacot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jacot updated KAFKA-2100: --- Status: Patch Available (was: Open) > Client Error doesn't preserve or display original serv

[jira] [Commented] (KAFKA-2100) Client Error doesn't preserve or display original server error code when it is an unknown code

2015-07-26 Thread David Jacot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14642296#comment-14642296 ] David Jacot commented on KAFKA-2100: Thank you for your feedback. I just upload

[jira] [Updated] (KAFKA-2100) Client Error doesn't preserve or display original server error code when it is an unknown code

2015-07-26 Thread David Jacot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jacot updated KAFKA-2100: --- Attachment: KAFKA-2100-2.patch > Client Error doesn't preserve or display original server er

[jira] [Commented] (KAFKA-2100) Client Error doesn't preserve or display original server error code when it is an unknown code

2015-07-24 Thread David Jacot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14640941#comment-14640941 ] David Jacot commented on KAFKA-2100: I think that UNKNOWN must be kept in the Er

[jira] [Updated] (KAFKA-2100) Client Error doesn't preserve or display original server error code when it is an unknown code

2015-07-24 Thread David Jacot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jacot updated KAFKA-2100: --- Attachment: KAFKA-2100-1.patch > Client Error doesn't preserve or display original server er

[jira] [Commented] (KAFKA-2100) Client Error doesn't preserve or display original server error code when it is an unknown code

2015-07-24 Thread David Jacot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14640448#comment-14640448 ] David Jacot commented on KAFKA-2100: I have looked at how Errors are used in the

[jira] [Comment Edited] (KAFKA-2357) Update zookeeper.connect description in Kafka documentation

2015-07-23 Thread David Jacot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14639117#comment-14639117 ] David Jacot edited comment on KAFKA-2357 at 7/23/15 5:0

[jira] [Commented] (KAFKA-2357) Update zookeeper.connect description in Kafka documentation

2015-07-23 Thread David Jacot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14639117#comment-14639117 ] David Jacot commented on KAFKA-2357: Fixed documentation for 0.8.2 and 0

[jira] [Updated] (KAFKA-2357) Update zookeeper.connect description in Kafka documentation

2015-07-23 Thread David Jacot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jacot updated KAFKA-2357: --- Assignee: David Jacot Fix Version/s: 0.8.3 0.8.1.2 Status

[jira] [Updated] (KAFKA-2357) Update zookeeper.connect description in Kafka documentation

2015-07-23 Thread David Jacot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jacot updated KAFKA-2357: --- Attachment: KAFKA-2357-1.patch > Update zookeeper.connect description in Kafka documentat

[jira] [Commented] (KAFKA-2100) Client Error doesn't preserve or display original server error code when it is an unknown code

2015-07-19 Thread David Jacot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14633066#comment-14633066 ] David Jacot commented on KAFKA-2100: [~gwenshap] Are you working on this one?

Please add me to the contributor list

2015-07-16 Thread David Jacot
Hi Kafka team, First of all, thank you for the awesome work! Kafka is really an awesome piece of technology. I have been using it since you open sourced it and would like to contribute to it. Could you please add me to the contributor list? Thanks! David Jacot

<    5   6   7   8   9   10