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

[feature] Add a shared volume/directory between the collector and ingestor container for blob store #1650

Closed
pxp928 opened this issue Jan 22, 2024 · 0 comments · Fixed by #1666
Labels
enhancement New feature or request

Comments

@pxp928
Copy link
Collaborator

pxp928 commented Jan 22, 2024

Is your feature request related to a problem? Please describe.

With the addition of the blob store in PR #1630 to overcome the sizing issue for pub-sub (#731), there needs to be a shared volume/directory that docker-compose and helm can instantiate for local use between the collector and ingestor. This would allow the demos to run without needing to have an external blob store.

Describe the solution you'd like
Instantiate a local volume to be used by goCloud blob store (both docker-compose and helm) such that an external blob store is not needed.

The blob-addr: file:///path/to/dir will have to be updated to the new shared directory path.

Describe alternatives you've considered
instantiating an external blob store but that would require more maintenance

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

Successfully merging a pull request may close this issue.

1 participant