Documentation
¶
Index ¶
Constants ¶
View Source
const DEFAULT_EMITTER_NAME = "cli"
View Source
const DEFAULT_ENV_PREFIX = "JR"
View Source
const DEFAULT_HTTP_PORT = 7482
View Source
const DEFAULT_KEY = "null"
View Source
const DEFAULT_LOG_LEVEL = "fatal"
View Source
const DEFAULT_OUTPUT = "stdout"
View Source
const DEFAULT_OUTPUT_KCAT_TEMPLATE = "{{.K}},{{.V}}\n"
View Source
const DEFAULT_OUTPUT_TEMPLATE = "{{.V}}\n"
View Source
const DEFAULT_PARTITIONS = 6
View Source
const DEFAULT_PRELOAD_SIZE = 0
View Source
const DEFAULT_REPLICA = 3
View Source
const DEFAULT_TOPIC = "test"
View Source
const DEFAULT_VALUE_TEMPLATE = "user"
View Source
const FREQUENCY = -1
View Source
const INFINITE = 1<<63 - 1
View Source
const KAFKA_CONFIG = "./kafka/config.properties"
View Source
const LOCALE = "us"
View Source
const NUM = 1
Variables ¶
View Source
var JR_SYSTEM_DIR string
View Source
var JR_USER_DIR string
View Source
var SYSTEM_DIR = fmt.Sprintf("%s%c%s", xdg.ConfigHome, os.PathSeparator, "jr")
View Source
var USER_DIR = fmt.Sprintf("%s%c%s", xdg.DataHome, os.PathSeparator, "jr")
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.