[jira] [Created] (KAFKA-2395) Linked to a interfaces even though the host.name had config

2015-08-01 Thread lmc (JIRA)
lmc created KAFKA-2395: -- Summary: Linked to a interfaces even though the host.name had config Key: KAFKA-2395 URL: https://issues.apache.org/jira/browse/KAFKA-2395 Project: Kafka Issue Type: Bug A

[jira] [Created] (KAFKA-2396) I have config host.name and advertised.host.name but still have a link connet to 0.0.0.0 with random port

2015-08-01 Thread lmc (JIRA)
lmc created KAFKA-2396: -- Summary: I have config host.name and advertised.host.name but still have a link connet to 0.0.0.0 with random port Key: KAFKA-2396 URL: https://issues.apache.org/jira/browse/KAFKA-2396 P

New (0.8.2.1) Sync Producer with Batch ?

2015-08-01 Thread sunil kalva
Can i configure new producer api with batch, and send data in batches in synchronous mode ? -- SunilKalva

Re: Gauging Interest in adding Encryption to Kafka

2015-08-01 Thread Don Bosco Durai
>Any reason you think its better to let the clients handle it? Gwen, I agree with Todd, depending on the goal, the requirements might vary. If the goal is that someone stills the disk, then they should be able to access the data, then encrypting at Broker is enough. However, if the requirement is t

Re: New (0.8.2.1) Sync Producer with Batch ?

2015-08-01 Thread Ewen Cheslack-Postava
Sunil, Batching is performed for you automatically. There are a few settings you can use to tweak it's behavior (e.g. linger.ms and batch.size), but the defaults are good for common workloads and can achieve very high throughput. If you want to send some messages and then wait for them to be ackn

[jira] [Updated] (KAFKA-2388) subscribe(topic)/unsubscribe(topic) should either take a callback to allow user to handle exceptions or it should be synchronous.

2015-08-01 Thread Dong Lin (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dong Lin updated KAFKA-2388: Assignee: Jiangjie Qin (was: Dong Lin) > subscribe(topic)/unsubscribe(topic) should either take a callback

[jira] [Commented] (KAFKA-1690) new java producer needs ssl support as a client

2015-08-01 Thread Sriharsha Chintalapani (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14650607#comment-14650607 ] Sriharsha Chintalapani commented on KAFKA-1690: --- [~sourabhchaki] remaining r