This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[2017-03-06 19:56:59,596] INFO Kafka data directory is /root/IdeaProjects/online-auction-java/target/lagom-dynamic-projects/lagom-internal-meta-project-kafka/target/kafka_data. (com.lightbend.lagom.internal.kafka.KafkaLocalServer) | |
[2017-03-06 19:57:00,538] INFO KafkaConfig values: | |
advertised.host.name = null | |
metric.reporters = [] | |
quota.producer.default = 9223372036854775807 | |
offsets.topic.num.partitions = 1 | |
log.flush.interval.messages = 9223372036854775807 | |
auto.create.topics.enable = true | |
controller.socket.timeout.ms = 30000 | |
log.flush.interval.ms = null |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |