Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to link subscription on startup: not implemented: SHOW SUBSCRIPTIONS #2814

Open
paulkre opened this issue Apr 19, 2024 · 3 comments
Open

Comments

@paulkre
Copy link

paulkre commented Apr 19, 2024

I'm getting the following error when trying to connect Kapacitor to InfluxDB (both running as Docker containers). When I disable subscriptions explicitly it seems to work, but why are subscriptions not working?

run: open server: open service *influxdb.Service: failed to link subscription on startup: not implemented: SHOW SUBSCRIPTIONS

InfluxDB version: 2.7
Kapacitor version: 1.6

@GarryG
Copy link

GarryG commented Jun 2, 2024

v2 doesn't have the subscription API currently (?), according to another post I found ... disable subscriptions in the influxdb section with

disable-subscriptions = true

@marc-fouquet
Copy link

Just learned about kapacitor for the first time this morning and tried a minimal setup with docker. The provided examples use Influx 1.8 and as soon as I switch to 2.x I get the same error that OP experienced.

Is this a deprecated project? I am very surprised that kapacitor is meant to be used with influxdb, but it seems like current influxdb and current kapacitor can't talk to each other.

@GregBasera
Copy link

should we downgrade to influxdb 1.8 just to use kapacitor?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants