A collection of examples using bcbridge
bcbridge is a container for java applications
that enables bytecode manipulation through configuration.
On a yaml file you can configure:
- Redirect functions calls from one app to another
- Overwrite environment variables
- Redirect app output to file
Minimal setup to run bcbridge.
Redirects a function inside a single app.
Runs two apps on the same process with different environment variable.
Runs three apps, a client, a server and a mapper. Client is supposed to talk to server through the network using GRPC, but the mapper intercepts the calls and send them directly to the server. No network is used.