Re: [DISCUSS] KIP-76: Enable getting password from executable rather than passing as plaintext in config files

2016-08-27 Thread Gwen Shapira
Thanks Damian. I chatted with Ashish offline and he will check the possibility an API (similar to Hadoop's credential store), but warned that since it is a more complex change, he may not get to it immediately. Gwen On Sat, Aug 27, 2016 at 6:59 AM, Damian Guy wrote: > I'm in agreement with Gwen.

Re: [DISCUSS] KIP-78: Cluster Id

2016-08-27 Thread Gwen Shapira
Thanks Ismael, this looks great. One of the things you mentioned is that cluster ID will be useful in log aggregation. Perhaps it makes sense to include cluster ID in the log? For example, as one of the things a broker logs after startup? And ideally clients would log that as well after successful

[jira] [Created] (KAFKA-4094) Fix importance labels for Kafka Server config

2016-08-27 Thread Jay Kreps (JIRA)
Jay Kreps created KAFKA-4094: Summary: Fix importance labels for Kafka Server config Key: KAFKA-4094 URL: https://issues.apache.org/jira/browse/KAFKA-4094 Project: Kafka Issue Type: Bug

Re: [DISCUSS] KIP-76: Improve Kafka Streams Join Semantics

2016-08-27 Thread Matthias J. Sax
This KIP is re-numbered to KIP-77 because of a numbering clash. https://cwiki.apache.org/confluence/display/KAFKA/KIP-77%3A+Improve+Kafka+Streams+Join+Semantics On 08/26/2016 03:16 PM, Matthias J. Sax wrote: > Thanks Bill. > > We will need to start an dedicated voting thread though. > > -Matth

Re: [DISCUSS] KIP-76: Enable getting password from executable rather than passing as plaintext in config files

2016-08-27 Thread Matthias J. Sax
Thanks Ismael, I created the child page but forgot the add it to the table... I re-numbered "Join Semantics" to KIP-77. Sorry for the confusion. -Matthias On 08/27/2016 01:01 PM, Ismael Juma wrote: > Hi Matthias, > > Improve Kafka Streams Join Semantics is not mentioned on the KIP page and > t

[jira] [Updated] (KAFKA-4001) Improve Kafka Streams Join Semantics (KIP-77)

2016-08-27 Thread Matthias J. Sax (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4001?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax updated KAFKA-4001: --- Summary: Improve Kafka Streams Join Semantics (KIP-77) (was: Improve Kafka Streams Join Seman

Re: [DISCUSS] KIP-76: Enable getting password from executable rather than passing as plaintext in config files

2016-08-27 Thread Damian Guy
I'm in agreement with Gwen. An API would be a better solution. Running executables from Kafka is dangerous. On Sat, 27 Aug 2016 at 12:02, Ismael Juma wrote: > Hi Matthias, > > Improve Kafka Streams Join Semantics is not mentioned on the KIP page and > that is probably the source of confusion: > >

[DISCUSS] KIP-78: Cluster Id

2016-08-27 Thread Ismael Juma
Hi all, We've posted "KIP-78: Cluster Id" for discussion: https://cwiki.apache.org/confluence/display/KAFKA/KIP-78%3A+Cluster+Id Please take a look. Your feedback is appreciated. Thanks, Ismael

[jira] [Updated] (KAFKA-4093) Cluster id

2016-08-27 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-4093: --- Assignee: Sumit Arrawatia > Cluster id > -- > > Key: KAFKA-4093 >

[jira] [Created] (KAFKA-4093) Cluster id

2016-08-27 Thread Ismael Juma (JIRA)
Ismael Juma created KAFKA-4093: -- Summary: Cluster id Key: KAFKA-4093 URL: https://issues.apache.org/jira/browse/KAFKA-4093 Project: Kafka Issue Type: New Feature Reporter: Ismael Jum

Re: [DISCUSS] KIP-76: Enable getting password from executable rather than passing as plaintext in config files

2016-08-27 Thread Ismael Juma
Hi Matthias, Improve Kafka Streams Join Semantics is not mentioned on the KIP page and that is probably the source of confusion: https://cwiki.apache.org/confluence/display/KAFKA/ Kafka+Improvement+Proposals Ismael On Thu, Aug 25, 2016 at 10:44 PM, Matthias J. Sax wrote: > I guess this should

Re: Queryable state client read guarantees

2016-08-27 Thread Eno Thereska
One more thing, there is an example of an end-to-end REST service that demonstrates one possible way to query at https://github.com/confluentinc/examples/tree/master/kafka-streams/src/main/java/io/confluent/examples/streams/queryablestate