Setting log.dir to a tmpfs

2019-05-07 Thread Daniel Nägele
Hello, I'm currently running a Kafka Cluster with a retention policy of 30mins and 10min log segments. In practice, this uses less than 20GB of file system space. Thus, I've been thinking about having no persistent storage at all. In the worst case, I do not mind losing the last 30min of

Re: How to setup Kafka security ? but only for some

2018-09-28 Thread Daniel Nägele
Hello Tobias, you can declare multiple listeners, I use the following setup for instance: listeners=PLAINTEXT://fqdn:9092,SASL_SSL://fqdn:9093 I plan to turn PLAINTEXT off however, because why not encrypt the internal communication too. Best regards, Daniel On 9/27/18 10:09 AM, Tobias