[
https://issues.apache.org/jira/browse/KAFKA-4538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15748422#comment-15748422
]
Samuel Durand edited comment on KAFKA-4538 at 12/14/16 2:13 PM:
----------------------------------------------------------------
[~rsivaram] it might , if I don't find the time to investigate before the next
release (is there a date planned for that ?) I will update that issue (a fix
for that other issue should be in the realease)
was (Author: firens):
[~rsivaram] it might , if I don't find the time to investigate before the next
release (is there a date planned for that ?) I will update that issue
> Version
> --------
>
> Key: KAFKA-4538
> URL: https://issues.apache.org/jira/browse/KAFKA-4538
> Project: Kafka
> Issue Type: Bug
> Components: clients
> Affects Versions: 0.10.1.0
> Environment: Unix OS, Scala
> Reporter: Samuel Durand
> Priority: Minor
>
> The new KafkaClient for kafka 0.10.1.0 prevents a simple Scala app from
> closing by itself. This was not the case with the previous 0.10.0.1
> To close the app you now have to add an explicit system exit.
> {code:title=Bar.scala|borderStyle=solid}
> object App extends App {
> doSomethingThatCreatesAndUsesAKafkaClient()
> // Necessary to close the application
> System.exit(0)
> }
> {code}
> I didn't find out yet if that's because of some leaking process or something
> else.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)