Skip to content

[dev] add a supervisor driver for backplane#30

Merged
theRealWardo merged 2 commits intomainfrom
mw-supervisor
Mar 27, 2025
Merged

[dev] add a supervisor driver for backplane#30
theRealWardo merged 2 commits intomainfrom
mw-supervisor

Conversation

@theRealWardo
Copy link
Copy Markdown
Member

No description provided.

@theRealWardo theRealWardo requested a review from dilyevsky March 27, 2025 03:48

// NewKineStorage creates a new kine storage.
func NewKineStorage(ctx context.Context, dsn string) (rest.StoreFn, error) {
tmpDir := os.Getenv("KINE_TMPDIR")
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why just regular os.TempDir no workie?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it seemed that the default here was throwing an error due to lack of support for unix sockets which is what this does when using that in-memory mode we've configured for dev.

@theRealWardo theRealWardo merged commit 71d78b7 into main Mar 27, 2025
1 check passed
@theRealWardo theRealWardo deleted the mw-supervisor branch March 27, 2025 06:26
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

Successfully merging this pull request may close these issues.

2 participants