Skip to content

Commit 23cd08f

Browse files
authored
Fix #344 - add http4k references to docs (#345)
Signed-off-by: David Denton <[email protected]>
1 parent 70782da commit 23cd08f

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,16 @@ Supported features of the specification:
4343
| - [Jakarta Restful WS](http/restful-ws) | :heavy_check_mark: | :heavy_check_mark: |
4444
| - [Basic](http/basic) | :heavy_check_mark: | :heavy_check_mark: |
4545
| - [Spring](spring) | :heavy_check_mark: | :heavy_check_mark: |
46+
| - [http4k][http4k]<sup>†</sup> | :heavy_check_mark: | :heavy_check_mark: |
4647
| JSON Event Format | :heavy_check_mark: | :heavy_check_mark: |
4748
| - [Jackson](formats/json-jackson) | :heavy_check_mark: | :heavy_check_mark: |
4849
| [Kafka Protocol Binding](kafka) | :heavy_check_mark: | :heavy_check_mark: |
4950
| MQTT Protocol Binding | :x: | :x: |
5051
| NATS Protocol Binding | :x: | :x: |
5152
| Web hook | :x: | :x: |
5253

54+
<sub>† Source/artifacts hosted externally</sub>
55+
5356
## Documentation
5457

5558
Documentation is available at https://cloudevents.github.io/sdk-java/.
@@ -70,9 +73,9 @@ You can check out the examples in the [examples](examples) directory.
7073

7174
## Used By
7275

73-
| [Occurrent](https://occurrent.org) | [Knative Eventing](https://github.com/knative-sandbox/eventing-kafka-broker) |
74-
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
75-
| <a href="https://occurrent.org"><img src="https://raw.githubusercontent.com/johanhaleby/occurrent/master/occurrent-logo-196x196.png" width="98" height="98" alt="Occurrent" title="Occurrent - Event Sourcing Utilities for the JVM"></img></a> | <a href="https://github.com/knative-sandbox/eventing-kafka-broker"><img src="https://cloudevents.io/img/logos/integrations/knative.png" height="98"></img></a> |
76+
| [Occurrent](https://occurrent.org) | [Knative Eventing](https://github.com/knative-sandbox/eventing-kafka-broker )| [http4k][http4k] |
77+
| ---------------------------------- | ---------------------------------------------------------------------------- | ---------------|
78+
| <a href="https://occurrent.org"><img src="https://raw.githubusercontent.com/johanhaleby/occurrent/master/occurrent-logo-196x196.png" width="98" height="98" alt="Occurrent" title="Occurrent - Event Sourcing Utilities for the JVM"></img></a> | <a href="https://github.com/knative-sandbox/eventing-kafka-broker"><img src="https://cloudevents.io/img/logos/integrations/knative.png" height="98"></img></a> | <a href="https://www.http4k.org/guide/modules/cloud_events/"><img src="https://http4k.org/img/favicon-310.png" height="98" alt="http4k" title="http4k"></img></a> | |
7679

7780
## Community
7881

@@ -99,3 +102,5 @@ projects are
99102
for how PR reviews and approval, and our
100103
[Code of Conduct](https://github.com/cloudevents/spec/blob/master/community/GOVERNANCE.md#additional-information)
101104
information.
105+
106+
[http4k]: https://www.http4k.org/guide/modules/cloud_events/

docs/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,16 @@ Using the Java SDK you can:
3737
| - [Jakarta Restful WS](http-jakarta-restful-ws.md) | :heavy_check_mark: | :heavy_check_mark: |
3838
| - [Basic](http-basic.md) | :heavy_check_mark: | :heavy_check_mark: |
3939
| - [Spring](spring.md) | :heavy_check_mark: | :heavy_check_mark: |
40+
| - [http4k][http4k]<sup>†</sup> | :heavy_check_mark: | :heavy_check_mark: |
4041
| JSON Event Format | :heavy_check_mark: | :heavy_check_mark: |
4142
| - [Jackson](json-jackson.md) | :heavy_check_mark: | :heavy_check_mark: |
4243
| [Kafka Protocol Binding](kafka.md) | :heavy_check_mark: | :heavy_check_mark: |
4344
| MQTT Protocol Binding | :x: | :x: |
4445
| NATS Protocol Binding | :x: | :x: |
4546
| Web hook | :x: | :x: |
4647

48+
<sub>† Source/artifacts hosted externally</sub>
49+
4750
## Get Started
4851

4952
In order to start learning how to create, access and manipulate `CloudEvent`s,
@@ -113,3 +116,4 @@ You can look at the latest published artifacts on
113116
[`cloudevents-kafka`]: https://github.com/cloudevents/sdk-java/tree/master/kafka
114117
[`cloudevents-amqp-proton`]: https://github.com/cloudevents/sdk-java/tree/master/amqp
115118
[`cloudevents-spring`]: https://github.com/cloudevents/sdk-java/tree/master/spring
119+
[http4k]: https://www.http4k.org/guide/modules/cloud_events/

0 commit comments

Comments
 (0)