Skip to content

Commit 89ba7bc

Browse files
committed
normalizing options description syntax
1 parent 82a72e8 commit 89ba7bc

File tree

42 files changed

+95
-74
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+95
-74
lines changed

.config/vale/styles/Vocab/Base/accept.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ Conduktor
7272
config
7373
const
7474
CQRS
75+
crv
7576
cspell
7677
datagram
7778
EDAs
@@ -95,9 +96,12 @@ jwt
9596
Kafka
9697
Karapace
9798
kcat
99+
kty
98100
leader_only
99101
Lua
100102
lycheeverse
103+
maxLength
104+
minLength
101105
MQTT
102106
mvnw
103107
netcat

README.md

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,8 @@ Pages in the reference section describe, as briefly as possible and in an orderl
9393
- `#### parent.child`
9494
- Arrays of objects have brackets `[]` only when describing child properties
9595
- `#### parentArray[].child`
96-
97-
Table of Contents (ToC) anchor links are generated using the [Markdown All in One](https://markdown-all-in-one.github.io/docs/guide/table-of-contents.html#overview) extension with the `gitea` slug mode.
98-
9996
- Required props have an escaped splat `\*` at the end of the header and ToC link
10097
- `### topLevelProp\*`
101-
- `- [topLevelProp\*](#toplevelprop)`
10298

10399
````markdown
104100
# Title
@@ -201,3 +197,24 @@ Every page has an `Edit this page on GitHub` link at the bottom for you to check
201197
## Copyright and license
202198

203199
Copyright Aklivity, Inc. 2024, released under the [Apache 2.0 license](https://github.com/aklivity/zilla/blob/main/LICENSE).
200+
201+
org.agrona.concurrent.AgentTerminationException: java.lang.NullPointerException: Cannot invoke "io.aklivity.zilla.runtime.binding.kafka.internal.types.KafkaEvaluation.ordinal()" because "evaluation" is null
202+
at [email protected]/io.aklivity.zilla.runtime.engine.internal.registry.EngineWorker.doWork(EngineWorker.java:849)
203+
at org.agrona.core/org.agrona.concurrent.AgentRunner.doWork(AgentRunner.java:304)
204+
at org.agrona.core/org.agrona.concurrent.AgentRunner.workLoop(AgentRunner.java:296)
205+
at org.agrona.core/org.agrona.concurrent.AgentRunner.run(AgentRunner.java:162)
206+
at java.base/java.lang.Thread.run(Thread.java:1570)
207+
Caused by: java.lang.NullPointerException: Cannot invoke "io.aklivity.zilla.runtime.binding.kafka.internal.types.KafkaEvaluation.ordinal()" because "evaluation" is null
208+
at [email protected]/io.aklivity.zilla.runtime.binding.kafka.internal.cache.KafkaCacheCursorFactory.asCondition(KafkaCacheCursorFactory.java:1163)
209+
at [email protected]/io.aklivity.zilla.runtime.binding.kafka.internal.stream.KafkaCacheClientFetchFactory.newStream(KafkaCacheClientFetchFactory.java:242)
210+
at [email protected]/io.aklivity.zilla.runtime.binding.kafka.internal.stream.KafkaCacheClientFactory.newStream(KafkaCacheClientFactory.java:149)
211+
at [email protected]/io.aklivity.zilla.runtime.engine.internal.registry.EngineWorker.handleBeginInitial(EngineWorker.java:1584)
212+
at [email protected]/io.aklivity.zilla.runtime.engine.internal.registry.EngineWorker.handleDefaultReadInitial(EngineWorker.java:1348)
213+
at [email protected]/io.aklivity.zilla.runtime.engine.internal.registry.EngineWorker.handleReadInitial(EngineWorker.java:1288)
214+
at [email protected]/io.aklivity.zilla.runtime.engine.internal.registry.EngineWorker.handleRead(EngineWorker.java:1235)
215+
at [email protected]/io.aklivity.zilla.runtime.engine.internal.concurent.ManyToOneRingBuffer.read(ManyToOneRingBuffer.java:229)
216+
at [email protected]/io.aklivity.zilla.runtime.engine.internal.registry.EngineWorker.doWork(EngineWorker.java:843)
217+
... 4 more
218+
Suppressed: java.lang.Exception: [engine/data#1] [0x010100000000b79d] streams=[consumeAt=0x00549a60 (0x0000000284549a60), produceAt=0x009f31d8 (0x00000002849f31d8)]
219+
at [email protected]/io.aklivity.zilla.runtime.engine.internal.registry.EngineWorker.doWork(EngineWorker.java:847)
220+
... 4 more

src/reference/config/bindings/asyncapi/.partials/options.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> `object` as map of named `object` properties
44
5-
specs specific options
5+
The `specs` specific options.
66

77
#### specs.catalog
88

@@ -68,7 +68,7 @@ Port number(s), including port number ranges.
6868

6969
> `object`
7070
71-
http specific options.
71+
The http specific options.
7272

7373
#### http.authorization
7474

src/reference/config/bindings/asyncapi/client.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The asyncapi client binding creates composite of `kafka` or `mqtt` or `http`, an
1818
1919
> `object`
2020

21-
`client`-specific options.
21+
The `client` specific options.
2222

2323
```yaml
2424
specs:
@@ -37,7 +37,7 @@ specs:
3737

3838
> `object`
3939

40-
`kafka` binding specific options.
40+
The `kafka` binding specific options.
4141

4242
#### kafka.topics
4343

@@ -67,7 +67,7 @@ SASL credentials to use when connecting to `kafka` brokers.
6767

6868
> `object`
6969

70-
`mqtt-kafka` binding specific options.
70+
The `mqtt-kafka` binding specific options.
7171

7272
#### mqtt-kafka.channels
7373

@@ -117,7 +117,7 @@ messages: mqttMessages
117117

118118
> `object`
119119

120-
HTTP specific options.
120+
The HTTP specific options.
121121

122122
#### http.authorization
123123

@@ -139,7 +139,7 @@ authorization:
139139

140140
> `object`
141141

142-
MQTT specific options.
142+
The MQTT specific options.
143143

144144
#### mqtt.authorization
145145

@@ -161,7 +161,7 @@ authorization:
161161

162162
> `object`
163163

164-
TLS specific options.
164+
The TLS specific options.
165165

166166
<!-- @include: ../.partials/options-tls.md -->
167167

src/reference/config/bindings/asyncapi/proxy.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The asyncapi proxy binding creates composite of `mqtt-kafka` binding with proxy
1818
1919
> `object`
2020

21-
`proxy`-specific options.
21+
The `proxy` specific options.
2222

2323
```yaml
2424
specs:
@@ -37,7 +37,7 @@ specs:
3737

3838
> `object`
3939

40-
`kafka` binding specific options.
40+
The `kafka` binding specific options.
4141

4242
#### kafka.topics
4343

@@ -67,7 +67,7 @@ SASL credentials to use when connecting to `kafka` brokers.
6767

6868
> `object`
6969

70-
`mqtt-kafka` binding specific options.
70+
The `mqtt-kafka` binding specific options.
7171

7272
#### mqtt-kafka.channels
7373

@@ -117,7 +117,7 @@ messages: mqttMessages
117117

118118
> `object`
119119

120-
HTTP specific options.
120+
The HTTP specific options.
121121

122122
#### http.authorization
123123

@@ -139,7 +139,7 @@ authorization:
139139

140140
> `object`
141141

142-
MQTT specific options.
142+
The MQTT specific options.
143143

144144
#### mqtt.authorization
145145

@@ -161,7 +161,7 @@ authorization:
161161

162162
> `object`
163163

164-
TLS specific options.
164+
The TLS specific options.
165165

166166
<!-- @include: ../.partials/options-tls.md -->
167167

src/reference/config/bindings/asyncapi/server.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The asyncapi server binding creates composite of `tcp`, `tls`, and `mqtt` or `ht
1818
1919
> `object`
2020

21-
`server`-specific options.
21+
The `server` specific options.
2222

2323
```yaml
2424
specs:
@@ -37,7 +37,7 @@ specs:
3737

3838
> `object`
3939

40-
`kafka` binding specific options.
40+
The `kafka` binding specific options.
4141

4242
#### kafka.topics
4343

@@ -67,7 +67,7 @@ SASL credentials to use when connecting to `kafka` brokers.
6767

6868
> `object`
6969

70-
`mqtt-kafka` binding specific options.
70+
The `mqtt-kafka` binding specific options.
7171

7272
#### mqtt-kafka.channels
7373

@@ -117,7 +117,7 @@ messages: mqttMessages
117117

118118
> `object`
119119

120-
http specific options.
120+
The http specific options.
121121

122122
#### http.authorization
123123

@@ -139,7 +139,7 @@ authorization:
139139

140140
> `object`
141141

142-
MQTT specific options.
142+
The MQTT specific options.
143143

144144
#### mqtt.authorization
145145

@@ -161,7 +161,7 @@ authorization:
161161

162162
> `object`
163163

164-
`tls` specific options.
164+
The `tls` specific options.
165165

166166
<!-- @include: ../.partials/options-tls.md -->
167167

src/reference/config/bindings/filesystem/.partials/options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> `object`
44
5-
`filesystem`-specific options for `filesystem` access.
5+
The `filesystem` specific options.
66

77
```yaml
88
options:

src/reference/config/bindings/grpc-kafka/.partials/options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> `object`
44
5-
`grpc-kafka`-specific options for adapting `grpc` request-response streams to `kafka` topic streams.
5+
The `grpc-kafka` specific options.
66

77
```yaml
88
options:

src/reference/config/bindings/http-kafka/.partials/options.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> `object`
44
5-
`http-kafka`-specific options for adapting `http` request-response streams to `kafka` topic streams.
5+
`http-kafka`-specific options.
66

77
```yaml
88
options:
@@ -18,7 +18,7 @@ options:
1818
1919
> `object`
2020

21-
HTTP request header used to specify the idempotency key when adapting `http` request-response streams to `kafka` topic streams.
21+
HTTP request header used to specify the idempotency key.
2222

2323
#### idempotency.header\*
2424

@@ -30,13 +30,13 @@ HTTP request header name for idempotency key.
3030

3131
> `object`
3232

33-
Kafka request message headers injected when adapting `http` request-response streams to `kafka` topic streams.
33+
Kafka request message headers injected.
3434

3535
#### correlation.headers\*
3636

3737
> `object`
3838

39-
Kafka request message reply to and correlation id header names injected when adapting `http` request-response streams to `kafka` topic streams.
39+
Kafka request message reply to and correlation id header names injected.
4040

4141
#### headers.reply-to
4242

src/reference/config/bindings/http-kafka/proxy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ shortTitle: proxy
44

55
# http-kafka proxy
66

7-
The http-kafka proxy binding
7+
The http-kafka proxy binding for adapting `http` request-response streams to `kafka` topic streams.
88

99
```yaml {3}
1010
<!-- @include: ./.partials/proxy.yaml -->

0 commit comments

Comments
 (0)