weaver icon indicating copy to clipboard operation
weaver copied to clipboard

Programming framework for writing and deploying cloud applications.

Results 101 weaver issues
Sort by recently updated
recently updated
newest added

https://github.com/flipt-io/flipt i found was needed with weaver. When you're deploying a monolith you need to then control what is and is not exposed based on various aspects. I know that...

https://github.com/ServiceWeaver/weaver/blob/2b260e769cc47dd4058befa4087b24e9fb170236/internal/weaver/singleweavelet.go#L334C1-L335C1 Are there any plans to provide the option to use json log in the future? Or how to use json log instead by now(v0.22.0)?

There could be situations where the component would need the parent context when is initializing. Apparently this is not possible when the application is running in the single process mode...

I'm interested in the idea of "locally running components" presented by Service Weaver, and I hope it can help me build a modular monolithic service composed of many functions. In...

Right now I'm playing around with Service Weaver and [Dapr](https://dapr.io/). I'm trying to create Pub/Sub subscribers in `Init` but I will also need to unregister a subscriber once the component...

enhancement

Hi team, I just wanted to introduce goreleaser as it simplifies the publishing, distribution and signing of assets. You can see an example here: https://github.com/anchore/grype/releases/tag/v0.73.1 The next step would be...

## Problem In` examples/hello/weaver.toml` i added the env (same env in bootstrap runtime): ```toml env = ["ENVELOPE_TO_WEAVELET_FD=9", "WEAVELET_TO_ENVELOPE_FD=10"] ``` it panic when run: ```bash cd examples/hello weaver multi deploy weaver.toml...

enhancement

Right now we specify the components that should run together in a colocation group. For all the others we run them in their own groups. However, given that the group...

This PR introduces the ability to set the application logging verbosity by a configurable value, like in the example bellow: ``` [serviceweaver] log_level = debug ... ```

This PR introduces a new low-level mechanism, `run.Run`, to run a weavelet when the topology of the application (e.g., the address of every listener and component) is static and predetermined....