[ 
https://issues.apache.org/jira/browse/KAFKA-2581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14938341#comment-14938341
 ] 

Geoff Anderson commented on KAFKA-2581:
---------------------------------------

[~rsivaram] Glad to hear you're making good progress.

Regarding the consumer timeout setting in ConsoleConsumer, here is one approach 
to keeping this functionality when using new consumer with ConsoleConsumer:

- Add a timeout argument to ConsoleConsumer command line tool
- Note that ConsumerPerformance.scala emulates timeout behavior with the new 
consumer in the 'consume' method - in the consume loop, it repeatedly evaluates 
the time elapsed since the last consumer.poll() call that yielded data, and 
stops consuming if this exceeds the timeout. Similar logic could be added to 
ConsoleConsumer

Thoughts?

> Run all existing ducktape tests with SSL-enabled clients and brokers
> --------------------------------------------------------------------
>
>                 Key: KAFKA-2581
>                 URL: https://issues.apache.org/jira/browse/KAFKA-2581
>             Project: Kafka
>          Issue Type: Sub-task
>          Components: security
>    Affects Versions: 0.9.0.0
>            Reporter: Rajini Sivaram
>            Assignee: Rajini Sivaram
>             Fix For: 0.9.0.0
>
>
> New ducktape tests for testing SSL are being added under KAFKA-2417. This 
> task will enable existing ducktape tests to be run with SSL-enabled brokers 
> and clients.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to