RishabhAcodes
Results
2
issues of
RishabhAcodes
### Is your feature request related to a problem? Yes, the health check always states the system as 'Healthy', so when the TCP server line gets disconnected then the server...
New feature
We're registering Questdb with the Kafka connect via curl using the following: ```bash curl -s -X PUT -H "Content-Type:application/json" http://localhost:8083/connectors/questdb-dietlytics/config -d '{ "connector.class": "io.questdb.kafka.QuestDBSinkConnector", "topics": "dietlytics", "client.conf.string": "http::addr=questdb:9000;", "name": "questdb-dietlytics",...