Skip to content

Commit

Permalink
Added some open questions
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-chambers committed Feb 2, 2024
1 parent 0551168 commit 4f0ce19
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions rfcs/0001-packaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,5 +196,13 @@ In this mode, connectors can provide some native way of performing a hot-reloadi
For example, for the NodeJS Lambda Connector, it could set the watch shell command to `npm run watch`, which would run the connector and activate its built-in hot-reloading functionality.
## Open Questions
### Custom CLI Plugins
- Do connectors need to declare if they have a custom CLI plugin?
- If custom CLI plugins provide configuration update services (such as DB schema introspection), does this need to be integrated with watch mode, and if so, how is this declared?
- Do we need a `validate` subcommand to support the LSP/CLI?
### Publishing the Hasura Hub Connector Definition
- How is this published to the Hub?
### OpenTelemetry
- Do we want to reserve environment variables `OTEL_*` for possible future use of the [OTLP exporter spec](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/protocol/exporter.md)?

0 comments on commit 4f0ce19

Please sign in to comment.