Skip to content

Conversation

@williamprofit
Copy link
Collaborator

No description provided.

@codecov
Copy link

codecov bot commented May 31, 2021

Codecov Report

Merging #11 (892fdbe) into master (d1cf226) will decrease coverage by 10.76%.
The diff coverage is 0.00%.

❗ Current head 892fdbe differs from pull request most recent head d78f229. Consider uploading reports for the commit d78f229 to get more accurate results
Impacted file tree graph

@@             Coverage Diff             @@
##           master      #11       +/-   ##
===========================================
- Coverage   80.76%   70.00%   -10.77%     
===========================================
  Files           4        5        +1     
  Lines          26       30        +4     
  Branches        9        9               
===========================================
  Hits           21       21               
- Misses          0        4        +4     
  Partials        5        5               
Impacted Files Coverage Δ
...main/kotlin/io/github/kkafka/producer/producers.kt 0.00% <0.00%> (ø)

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 d1cf226...d78f229. Read the comment docs.

KafkaProducer<String, String>()
}

val p = KafkaProducer<String, String>("bootstrap.servers" to "127.0.0.1:3131", "message.send.max.retires" to "100")
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
val p = KafkaProducer<String, String>("bootstrap.servers" to "127.0.0.1:3131", "message.send.max.retires" to "100")
val p = KafkaProducer<String, String>("bootstrap.servers" to "127.0.0.1:3131", "message.send.max.retries" to "100")

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