Skip to content

Fix compiler warning & thread was not terminated #137

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 24, 2018

Conversation

jiminhsieh
Copy link
Contributor

No description provided.

Kafka Consumer Configs didn't have configurations related to topic.
@@ -46,7 +46,8 @@ class ConfigureSerializationSpec extends KafkaIntSpec{
""".stripMargin
), keySerializer, valueSerializer)

val _ = KafkaProducer(conf)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Producer thread will stay in JVM even after finishing the test.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here is the picture I recorded from VisualVM.
screen shot 2018-04-19 at 17 16 43

@codecov-io
Copy link

codecov-io commented Apr 19, 2018

Codecov Report

Merging #137 into master will increase coverage by 0.18%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #137      +/-   ##
==========================================
+ Coverage   64.85%   65.04%   +0.18%     
==========================================
  Files          16       16              
  Lines         535      535              
  Branches       31       31              
==========================================
+ Hits          347      348       +1     
+ Misses        188      187       -1
Impacted Files Coverage Δ
...ala/cakesolutions/kafka/akka/TrackPartitions.scala 75.47% <0%> (+1.88%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0f690e1...0a7702b. Read the comment docs.

@simonsouter
Copy link
Contributor

Nice one, thanks 👍

@simonsouter simonsouter merged commit 48f3e61 into cakesolutions:master Apr 24, 2018
@jiminhsieh jiminhsieh deleted the fix-compiler-warning branch May 10, 2018 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants