Michael Latta (TechnoMage)
Michael Latta (TechnoMage)
Confluent uses one not currently supported which crashes a client trying to read from those topics.
I have a somewhat related issue. I need to connect to brokers dynamically, not statically. Having the broker defined in config is a huge problem for me. I would love...
Interesting but not addressing my problem. In my app the user selects a cluster/set of brokers from the UI and I need to point to the brokers at runtime after...
I could live with having Kafka_ex not start up at app startup and manually starting it then shutting it down between broker selections. But, currently the brokers have to be...
Thanks. I did not get from the docs how these fit together. I will try that.
The helm chart creates certs in a task in the chart as self-signed certs. It should use the cluster CA to generate the cert at least.
Executing the initdb from the terminal as recommended under troubleshooting: michaellatta2@Michaels-MBP ~ % intel michaellatta2@Michaels-MBP ~ % /Applications/Postgres.app/Contents/Versions/latest/bin/initdb -D "DATA DIRECTORY" -U postgres --encoding=UTF-8 --locale=en_US.UTF-8 The files belonging to this...
I have seen this when attempting to $ref to an id that has a local pointer such as "#uuid".
local references to id of definitions does not appear to work.