tarantool / tarantool/tt

Add a per application config

Open
#782 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

feature teamE
Dominant language
Go
Stars
113
Forks
18
Avg merge
4d 11h
Merged PRs (30d)
23

Description

The tt.yaml defines options common to all applications in the environment, such as run dir, log dir .... But in some cases it is convenient to be able to define different data dir, run dir, log dir for applications in the same environment (e.g. this is used in TCF).

I suggest adding an additional configuration file to the application directory (app.yaml) which will be merged with environment configuration file tt.yaml and will be prioritized.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating how the environment configuration in tt.yaml is loaded and how application directories are identified. Define the app.yaml merge behavior, including which per-application values override tt.yaml, and verify the result for separate applications in one environment.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
cli
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.