Primary Site v0.0.75
Added
- Add the
BUFFERED_OBJECT_LIMITenvironment variable to the stream service.
Release notes for self-hosted Foxglove Primary Site Helm chart.
View All TagsBUFFERED_OBJECT_LIMIT environment variable to the stream service.MAX_FINALIZATION_WORKER_COUNT environment variable to configure the
maximum worker count used to write files to the lake. This defaults to 40 and can be reduced to
mitigate rate-limiting API errors from the lake bucket. When set to 0, the inbox listener uses one
worker per topic in the input file.Fixed an issue where the stream server would sometimes yield messages from earlier than expected
when using the lastPerChannel replay policy.
Fixed an issue where too many concurrent connections to the underlying object store would result in resource exhaustion. There is now a default limit of 1024 concurrent connections.
This release includes a fix for the stream service.
As with the last release, if you encounter issues with this image, you can opt out using the following configuration in your values.yaml file when upgrading the helm chart:
streamService:
useLegacyImage: true
This option will be removed in future releases. Please report any issues encountered to [email protected].
This release includes a fix for the stream service.
As with the last release, if you encounter issues with this image, you can opt out using the following configuration in your values.yaml file when upgrading the helm chart:
streamService:
useLegacyImage: true
This option will be removed in future releases. Please report any issues encountered to [email protected].
This release includes a new and improved version of the stream service.
If you encounter issues with this image, you can opt out using the following configuration in your values.yaml file when upgrading the helm chart:
streamService:
useLegacyImage: true
This option will be removed in future releases. Please report any issues encountered to [email protected].