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

Pub/Sub requirement seems to be overkill #2

Open
netdata-be opened this issue Jul 8, 2024 · 2 comments
Open

Pub/Sub requirement seems to be overkill #2

netdata-be opened this issue Jul 8, 2024 · 2 comments

Comments

@netdata-be
Copy link
Contributor

Currently this project relies to the following:

  • Tesla Telemetry reference implementation => Pub/Sub
  • PubSub HTTP post => this websocket project
  • Teslamate ( or any other legacy streaming API ) => this web socket project

I think the hurdle ( and the costs) of having Pub/Sub is overkill for most projects, It would make more sense to directly do an HTTP post towards this project.
There is a PR open to implement a HTTP dispatcher.

teslamotors/fleet-telemetry#91

Would create a cleaner integration, the issue with the HTTP dispatcher is that it is does not support ACK, but currently I think having the Pub/Sub http post does not ack the messages as well, so no difference here.

@jlestel
Copy link
Contributor

jlestel commented Jul 8, 2024

I agree, it's overkill, but it was the quickest way for me while waiting for the http dispatcher PR you mentioned to be merged.

@aksvenk
Copy link

aksvenk commented Sep 20, 2024

Not sure if there is any movement on that PR. Are there any alternatives which are fully self hosted?

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

3 participants