[jira] [Created] (KAFKA-4567) Connect Producer and Consumer ignore ssl parameters configured for worker

2016-12-22 Thread JIRA
Sönke Liebau created KAFKA-4567: --- Summary: Connect Producer and Consumer ignore ssl parameters configured for worker Key: KAFKA-4567 URL: https://issues.apache.org/jira/browse/KAFKA-4567 Project: Kafka

[GitHub] kafka pull request #2289: Master

2016-12-22 Thread garmes-gdev
GitHub user garmes-gdev opened a pull request: https://github.com/apache/kafka/pull/2289 Master KAFKA-3355 GetOffsetShell command doesn't work with SASL enabled Kafka You can merge this pull request into a Git repository by running: $ git pull https://github.com/garme

[jira] [Commented] (KAFKA-3355) GetOffsetShell command doesn't work with SASL enabled Kafka

2016-12-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15769800#comment-15769800 ] ASF GitHub Bot commented on KAFKA-3355: --- GitHub user garmes-gdev opened a pull reque

[jira] [Commented] (KAFKA-4468) Correctly calculate the window end timestamp after read from state stores

2016-12-22 Thread Guozhang Wang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15770284#comment-15770284 ] Guozhang Wang commented on KAFKA-4468: -- Since window_size for a specific window objec

Re: KIP-103: Separation of Internal and External traffic

2016-12-22 Thread Ismael Juma
I've updated the KIP to: 1. Include the ability to set different security configs depending on the protocol label. 2. Include the mapping from protocol label to security protocol in ZK and UpdateMetadataRequest. 3. More items in the "Rejected Alternatives" section. 4. Take into account old ZooKeep

[jira] [Updated] (KAFKA-3284) Consider removing beta label in security documentation

2016-12-22 Thread Guozhang Wang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guozhang Wang updated KAFKA-3284: - Resolution: Fixed Status: Resolved (was: Patch Available) Issue resolved by pull request

[GitHub] kafka pull request #2286: KAFKA-3284: Remove beta label from security docume...

2016-12-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/2286 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enab

[jira] [Commented] (KAFKA-3284) Consider removing beta label in security documentation

2016-12-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15770414#comment-15770414 ] ASF GitHub Bot commented on KAFKA-3284: --- Github user asfgit closed the pull request

Re: [ANNOUCE] Apache Kafka 0.10.1.1 Released

2016-12-22 Thread Edoardo Comar
Hi Guozhang, the release note link in the email actually returns HTTP 404 the actual file appears to be at a URL that ends in ".html." which may not be intentional? HTTP 404: https://archive.apache.org/dist/kafka/0.10.1.1/RELEASE_NOTES.html current working link https://archive.apache.org/dist/

Re: [ANNOUCE] Apache Kafka 0.10.1.1 Released

2016-12-22 Thread Guozhang Wang
Yeah that is right, the correct link should be https://archive.apache.org/dist/kafka/0.10.1.1/RELEASE_NOTES.html. Some how the auto-gen RELEASE_NOTES adds a dot at the end. Thanks for pointing it out. By the way, I have pushed the changes to the asf website as well: https://kafka.apache.org/do

Re: Different key with the same digest in log compaction

2016-12-22 Thread radai
i think the code assumes that with a "good enough" hash function (and maybe few enough keys) the chance of such a collision is acceptably small to justify the savings of not keeping the keys in memory. On Wed, Dec 21, 2016 at 11:50 PM, Renkai wrote: > Hi, all: > > I am just learning the Kafka

[jira] [Commented] (KAFKA-4547) Consumer.position returns incorrect results for Kafka 0.10.1.0 client

2016-12-22 Thread Vahid Hashemian (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15770874#comment-15770874 ] Vahid Hashemian commented on KAFKA-4547: I have not been able to reproduce this is

Build failed in Jenkins: kafka-trunk-jdk8 #1127

2016-12-22 Thread Apache Jenkins Server
See Changes: [wangguoz] KAFKA-3284: Remove beta label from security documentation -- [...truncated 32800 lines...] org.apache.kafka.streams.KafkaStreamsTest > shouldReturnFalseOnCloseWhenThrea

[GitHub] kafka pull request #2290: MINOR: Rephrase Javadoc summary for ConsumerRecord

2016-12-22 Thread LoneRifle
GitHub user LoneRifle opened a pull request: https://github.com/apache/kafka/pull/2290 MINOR: Rephrase Javadoc summary for ConsumerRecord The original Javadoc description for `ConsumerRecord` is slightly confusing in that it can be read in a way such that an object is a key value pa