@@ -70,9 +70,6 @@ npx superstream-kafka-analyzer
70
70
``` bash
71
71
# Using a configuration file
72
72
npx superstream-kafka-analyzer --config config.json
73
-
74
- # Using a configuration file and uploading results to NATS
75
- npx superstream-kafka-analyzer --config config.json --nats-config nats-config.json
76
73
```
77
74
78
75
### Configuration File Examples
@@ -98,7 +95,6 @@ The full list is under the `./config-examples/` folder:
98
95
- [ Generic OAuth] ( config-examples/config.example.generic-oauth.json ) - Generic OAuth provider
99
96
- [ With Timestamp] ( config-examples/config.example.with-timestamp.json ) - Include timestamp in filenames
100
97
- [ Without Timestamp] ( config-examples/config.example.without-timestamp.json ) - No timestamp in filenames
101
- - [ NATS Config] ( config-examples/config.example.nats-config.json ) - configuration for NATS connectivity
102
98
103
99
** Basic Configuration** (` config.example.json ` ):
104
100
``` json
@@ -143,18 +139,6 @@ The full list is under the `./config-examples/` folder:
143
139
}
144
140
```
145
141
146
- ** NATS Only Configuration** (` config.example.nats-config.json ` ):
147
- ``` json
148
- {
149
- "servers" : [" nats://localhost:4222" ],
150
- "jwt" : " your_jwt_token_here" ,
151
- "nkey" : " your_nkey_seed_here" ,
152
- "account" : " your_account_name" ,
153
- "bucket" : " kafka-analysis-test" ,
154
- "objectName" : " analysis-result-test"
155
- }
156
- ```
157
-
158
142
** AWS MSK with SCRAM** (` config.example.aws-msk.json ` ):
159
143
``` json
160
144
{
@@ -281,7 +265,6 @@ The full list is under the `./config-examples/` folder:
281
265
| Option | Description | Default |
282
266
| --------| -------------| ---------|
283
267
| ` --config <path> ` | Path to configuration file | - |
284
- | ` --nats-config <path> ` | Path to NATS configuration file (uploads to NATS data store instead of generating files) | - |
285
268
286
269
## 🔐 Security Protocols
287
270
0 commit comments