Guest User

Untitled

a guest
Dec 13th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. listeners=SSL://kafka-host-1:9092
  2. advertised.listeners=SSL://kafka-host-1:9092
  3.  
  4. ssl.truststore.location=/var/private/ssl/servertruststore.jks
  5. ssl.truststore.password=truststorepass
  6. ssl.keystore.location=/var/private/ssl/serverkeystore.jks
  7. ssl.keystore.password=keystorepass
  8. ssl.key.password=certpass
  9.  
  10. security.inter.broker.protocol=SSL
  11.  
  12. INFO [Log partition=FCDBADMIN_PROD.MSTGLOBALLIMITSPACKAGE-7, dir=/var/lib/kafka-logs] Completed load of log with 1 segments, log start off
  13. DEBUG Scheduling task PeriodicProducerExpirationCheck with initial delay 600000 ms and period 600000 ms. (kafka.utils.KafkaScheduler)
  14. DEBUG Loading log 'my-topic-4' (kafka.log.LogManager)
  15. DEBUG Loaded index file /var/lib/kafka-logs/my-topic-4/00000000000000000050.index with maxEntries = 0, maxInd
  16. INFO [Log partition=my-topic-4, dir=/var/lib/kafka-logs] Loading producer state from offset 50 with message f
  17. INFO [Log partition=my-topic-4, dir=/var/lib/kafka-logs] Completed load of log with 1 segments, log start off
  18. DEBUG Scheduling task PeriodicProducerExpirationCheck with initial delay 600000 ms and period 600000 ms. (kafka.utils.KafkaScheduler)
  19. confluent-kafka.service: main process exited, code=exited, status=1/FAILURE
  20. Unit confluent-kafka.service entered failed state.
  21. confluent-kafka.service failed.
Add Comment
Please, Sign In to add comment