Skip to content
This repository has been archived by the owner on Jan 29, 2019. It is now read-only.

Commit

Permalink
Fix kafka consumer initialization issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hleb-albau authored Apr 2, 2018
1 parent 6a286fb commit 05a4dd8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import org.springframework.kafka.listener.SeekToCurrentBatchErrorHandler
import org.springframework.kafka.listener.config.ContainerProperties

private const val POLL_TIMEOUT = 5000L
private const val AUTO_COMMIT_INTERVAL_MS_CONFIG = 10 * 1000L
private const val AUTO_COMMIT_INTERVAL_MS_CONFIG = 10 * 1000

@Configuration
class ApplicationConfiguration {
Expand Down

0 comments on commit 05a4dd8

Please sign in to comment.