Skip to content

Latest commit

 

History

History

Canary

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Canary Testing Example

This is a canary release example for @linecorp/linengine-jsflagr.

Turn on Docker client then run the local server.

  • Build project
yarn build
  • Run the dev flagr server
yarn dev:svr
  • Open http://localhost:18000/

Add flag key for Canary and turn on it.

Flag key

Create the "on" variant to represent the new version.

Variants

Create the canary segment(50% rollout) and set the "on" variant distribution to 100%

Feature A is On

Run the example and check the outputs on terminal.

node examples/Canary/index.mjs

Feature A is On

Adjust the canary segment rollout %

Feature A is On