Skip to content

Commit c3acc68

Browse files
Merge pull request #205978 from KarlErickson/karler-netyyyy
Add spring cloud azure entry in event hubs index page and toc
2 parents 16a83a4 + dcc386d commit c3acc68

File tree

4 files changed

+21
-0
lines changed

4 files changed

+21
-0
lines changed

articles/event-hubs/TOC.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
href: event-hubs-java-get-started-send.md
3636
- name: Java (azure-eventhubs - legacy)
3737
href: event-hubs-java-get-started-send-legacy.md
38+
- name: Spring
39+
href: /azure/developer/java/spring-framework/configure-spring-cloud-stream-binder-java-app-azure-event-hub?toc=/azure/event-hubs/TOC.json
3840
- name: Python (azure-eventhub)
3941
href: event-hubs-python-get-started-send.md
4042
- name: JavaScript (azure/event-hubs)
@@ -325,6 +327,12 @@
325327
href: /java/api/overview/azure/eventhubs/client?view=azure-java-legacy&preserve-view=true
326328
- name: Management library
327329
href: /java/api/com.microsoft.azure.management.eventhub
330+
- name: Spring
331+
items:
332+
- name: Spring integration
333+
href: /azure/developer/java/spring-framework/spring-cloud-azure?tabs=maven#spring-integration-with-azure-event-hubs?toc=/azure/event-hubs/TOC.json
334+
- name: Spring Cloud Stream
335+
href: /azure/developer/java/spring-framework/spring-cloud-azure?tabs=maven#spring-cloud-stream-binder-for-azure-event-hubs?toc=/azure/event-hubs/TOC.json
328336
- name: Python
329337
items:
330338
- name: Client library

articles/event-hubs/event-hubs-about.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ To get started using Event Hubs, see the **Send and receive events** tutorials:
8181

8282
- [.NET Core](event-hubs-dotnet-standard-getstarted-send.md)
8383
- [Java](event-hubs-java-get-started-send.md)
84+
- [Spring](/azure/developer/java/spring-framework/configure-spring-cloud-stream-binder-java-app-azure-event-hub?toc=/azure/event-hubs/TOC.json)
8485
- [Python](event-hubs-python-get-started-send.md)
8586
- [JavaScript](event-hubs-node-get-started-send.md)
8687
- [Go](event-hubs-go-get-started-send.md)

articles/event-hubs/event-hubs-samples.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@ You can find Event Hubs samples on [GitHub](https://github.com/Azure/azure-event
2525
| azure-eventhubs version 3 (legacy) | [GitHub location](https://github.com/Azure/azure-event-hubs/tree/master/samples/Java/) |
2626
| Samples in the Azure Samples repository | [GitHub location](https://github.com/orgs/Azure-Samples/repositories?q=event-hubs&type=all&language=java) |
2727

28+
## Spring samples
29+
30+
| Version | Samples location |
31+
| ------- | ---------------- |
32+
| spring-cloud-azure-starter-eventhubs version 4 | [GitHub location](https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_v4.3.0/eventhubs/spring-cloud-azure-starter-eventhubs/eventhubs-client) |
33+
| spring-cloud-azure-starter-integration-eventhubs version 4 | [GitHub location](https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_v4.3.0/eventhubs/spring-cloud-azure-starter-integration-eventhubs/eventhubs-integration) |
34+
| spring-cloud-azure-stream-binder-eventhubs version 4 | [GitHub location](https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_v4.3.0/eventhubs/spring-cloud-azure-stream-binder-eventhubs) |
35+
2836
## Python samples
2937

3038
| Version | Samples location |

articles/event-hubs/index.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ landingContent:
8585
links:
8686
- text: Stream into Event Hubs for Apache Kafka
8787
url: event-hubs-quickstart-kafka-enabled-event-hubs.md
88+
- text: Use Spring Kafka with Azure Event Hubs
89+
url: /azure/developer/java/spring-framework/configure-spring-cloud-stream-binder-java-app-kafka-azure-event-hub
8890
- linkListType: tutorial
8991
links:
9092
- text: Process events using Stream Analytics
@@ -111,6 +113,8 @@ landingContent:
111113
url: event-hubs-dotnet-standard-getstarted-send.md
112114
- text: Java
113115
url: event-hubs-java-get-started-send.md
116+
- text: Spring
117+
url: /azure/developer/java/spring-framework/configure-spring-cloud-stream-binder-java-app-azure-event-hub?toc=/azure/event-hubs/TOC.json
114118
- text: Python
115119
url: event-hubs-python-get-started-send.md
116120
- text: JavaScript

0 commit comments

Comments
 (0)