Yolean / kafka-cache

Explorations for the log-backed in-memory cache we need in almost every service
6 stars 0 forks source link

Quick and dirty #1

Closed atamon closed 6 years ago

atamon commented 6 years ago

But only dirty enough that it survived our first application with only the following configuration:

const cache = KafkaCache.create({
  kafkaHost: 'kafka:9092',
  topic: "TOPIC"
});