You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kapacitor should be able to act as an InfluxDB host without any changes to the client, as far as writes are concerned.
The write path must be identical so that clients that have hardcoded the path will work
Somehow it would be nice to be able to pretend like the database exists. Since in Kapacitor the databse and rp are just scoping they can be created on the fly. Maybe all we need to do is support the create database call with a success so that the client thinks there is a db.
Not sure about the second point but I want this to be able to work.
The text was updated successfully, but these errors were encountered:
Kapacitor should be able to act as an InfluxDB host without any changes to the client, as far as writes are concerned.
create database
call with a success so that the client thinks there is a db.Not sure about the second point but I want this to be able to work.
The text was updated successfully, but these errors were encountered: