diff options
| author | doufenghu <[email protected]> | 2023-12-18 20:44:26 +0800 |
|---|---|---|
| committer | doufenghu <[email protected]> | 2023-12-18 20:44:26 +0800 |
| commit | 0702fb66ffd49c4d6f98800152e394814cade21c (patch) | |
| tree | 84707fe97fcd083148dde8538f9da965d347ba48 /docs | |
| parent | ea449d7225009613d9b35c639b42d890a867a4c4 (diff) | |
[Feature][bootstrap] 通过system properties 获取config目录配置文件,待优化写入启动脚本start.sh
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/develop-guide.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/develop-guide.md b/docs/develop-guide.md index 87b85f8..80fc6d1 100644 --- a/docs/develop-guide.md +++ b/docs/develop-guide.md @@ -48,8 +48,8 @@ When throwing an exception with a hint message and ensure that the exception has ## Run a job example All examples are in module `groot-stream-example`. You can run the example [ running or debugging a job in IDEA]. -e.g. we use `groot-stream-example/src/main/java/com/geedgenetworks/example/Bootsrap.java` as the example, when you produce some sample data in kafka and you could see the output as below . +e.g. we use `groot-stream-example/src/main/java/com/geedgenetworks/example/InlineToConsoleExample.java` as the example, when you produce some sample data in `Inline` and you could see the result in console. as follows: ```json -{"ip_string":"8.8.8.9","fqdn_string":"www.geedgenetworks.com","port_int32":80} +{"log_id":155652727148914688,"decoded_as":"BASE","recv_time":111,"fqdn_string":"baidu.com","server_ip":"120.233.20.242","additional_field_subdomain":"baidu.com","client_ip":"192.168.0.1"} ``` |
