Skip to content

Emitters: add output: file #195

@hifly81

Description

@hifly81

GLOBAL Section:

{
"global": {
"seed": -1,
"templateDir": "$HOME/.jr/templates",
"output": file
"kafkaConfig": "./kafka/config.properties
....

If specified in the global section, additional configs (example kafkaConfig) will not be considered.

Entry section:

{
"emitters": [
{
"name": "shoe",
"locale": "us",
"num": 0,
"frequency": "0s",
"duration": "0s",
"preload": 10,
"valueTemplate": "shoe",
"output": "file",
...

if not specified in the global section, every emitter can add its own file or different output.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions