Skip to content
This repository has been archived by the owner on May 5, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dr4ke616 committed Jul 19, 2016
1 parent 926cf1e commit 32c7156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ import org.zalando.react.nakadi.NakadiMessages.{

val nakadi = new ReactiveNakadi()
val server = ServerProperties(
host = "192.168.99.100", port = 8080, isConnectionSSL = false
host = "192.168.99.100", port = 8080, isConnectionSSL = false, acceptAnyCertificate = true
)

val publisher: Publisher[StringConsumerMessage] = nakadi.consume(ConsumerProperties(
Expand Down

0 comments on commit 32c7156

Please sign in to comment.