Skip to content

Commit d39a0e7

Browse files
committed
Restructuring how-to section
1 parent 0dc581b commit d39a0e7

File tree

1 file changed

+49
-50
lines changed

1 file changed

+49
-50
lines changed

articles/event-hubs/TOC.yml

Lines changed: 49 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -218,11 +218,48 @@
218218
href: https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/eventhub/azure-eventhub/README.md
219219
- name: JavaScript in GitHub (azure/event-hubs)
220220
href: https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/eventhub/event-hubs/README.md
221+
- name: Use Kafka on Azure Event Hubs
222+
items:
223+
- name: Kafka developer guide for Event Hubs
224+
href: apache-kafka-developer-guide.md
225+
- name: Kafka migration guide for Event Hubs
226+
href: apache-kafka-migration-guide.md
227+
- name: Kafka troubleshooting guide for Event Hubs
228+
href: apache-kafka-troubleshooting-guide.md
229+
- name: Replicate data from a Kafka cluster to Event Hubs
230+
items:
231+
- name: Using Apache Kafka Mirror Maker 2
232+
href: event-hubs-kafka-mirrormaker-2-tutorial.md
233+
- name: Using Apache Kafka Mirror Maker 1
234+
href: event-hubs-kafka-mirror-maker-tutorial.md
235+
- name: Kafka Connect with Event Hubs
236+
items:
237+
- name: Integrate Apache Kafka Connect
238+
href: event-hubs-kafka-connect-tutorial.md
239+
- name: Connect Apache Spark to an event hub
240+
href: event-hubs-kafka-spark-tutorial.md
241+
- name: Connect Apache Flink to an event hub
242+
href: event-hubs-kafka-flink-tutorial.md
243+
- name: Integrate Apache Kafka Connect with Debezium
244+
href: event-hubs-kafka-connect-debezium.md
245+
- name: Connect Akka Streams to an event hub
246+
href: event-hubs-kafka-akka-streams-tutorial.md
247+
- name: FAQ - Event Hubs for Kafka
248+
href: apache-kafka-frequently-asked-questions.yml
221249
- name: Use log compaction
222250
href: use-log-compaction.md
223-
- name: Create and manage application groups
224-
href: resource-governance-with-app-groups.md
225-
251+
- name: Use Schema Registry
252+
items:
253+
- name: Client-side schema enforcement
254+
items:
255+
- name: Using Avro schema
256+
items:
257+
- name: Avro schema with Event Hubs SDK(AMQP)
258+
href: schema-registry-dotnet-send-receive-quickstart.md
259+
- name: Using JSON Schema
260+
items:
261+
- name: JSON Schema with Apache Kafka applications
262+
href: schema-registry-json-schema-kafka.md
226263
- name: Process data
227264
items:
228265
- name: Build real-time dashboard with Power BI dataset
@@ -245,20 +282,6 @@
245282
href: ../stream-analytics/no-code-filter-ingest-data-explorer.md?toc=/azure/event-hubs/toc.json
246283
- name: Process data using Azure Stream Analytics
247284
href: process-data-azure-stream-analytics.md
248-
249-
- name: Use Schema Registry
250-
items:
251-
- name: Client-side schema enforcement
252-
items:
253-
- name: Using Avro schema
254-
items:
255-
- name: Avro schema with Event Hubs SDK(AMQP)
256-
href: schema-registry-dotnet-send-receive-quickstart.md
257-
- name: Using JSON Schema
258-
items:
259-
- name: JSON Schema with Apache Kafka applications
260-
href: schema-registry-json-schema-kafka.md
261-
262285
- name: Integrate with Spring framework
263286
items:
264287
- name: Create a Spring Cloud Stream Binder app
@@ -267,46 +290,22 @@
267290
- name: Use the Spring Boot Starter for Apache Kafka
268291
href: /java/azure/spring-framework/configure-spring-cloud-stream-binder-java-app-kafka-azure-event-hub
269292
maintainContext: true
270-
- name: Use Kafka on Azure Event Hubs
271-
items:
272-
- name: Kafka developer guide for Event Hubs
273-
href: apache-kafka-developer-guide.md
274-
- name: Kafka migration guide for Event Hubs
275-
href: apache-kafka-migration-guide.md
276-
- name: Kafka troubleshooting guide for Event Hubs
277-
href: apache-kafka-troubleshooting-guide.md
278-
- name: Replicate data from a Kafka cluster to Event Hubs
279-
items:
280-
- name: Using Apache Kafka Mirror Maker 2
281-
href: event-hubs-kafka-mirrormaker-2-tutorial.md
282-
- name: Using Apache Kafka Mirror Maker 1
283-
href: event-hubs-kafka-mirror-maker-tutorial.md
284-
- name: Kafka Connect with Event Hubs
285-
items:
286-
- name: Integrate Apache Kafka Connect
287-
href: event-hubs-kafka-connect-tutorial.md
288-
- name: Connect Apache Spark to an event hub
289-
href: event-hubs-kafka-spark-tutorial.md
290-
- name: Connect Apache Flink to an event hub
291-
href: event-hubs-kafka-flink-tutorial.md
292-
- name: Integrate Apache Kafka Connect with Debezium
293-
href: event-hubs-kafka-connect-debezium.md
294-
- name: Connect Akka Streams to an event hub
295-
href: event-hubs-kafka-akka-streams-tutorial.md
296-
- name: FAQ - Event Hubs for Kafka
297-
href: apache-kafka-frequently-asked-questions.yml
298-
- name: Manage and monitor
293+
- name: Manage
299294
items:
295+
- name: Manage Application Groups
296+
href: resource-governance-with-app-groups.md
300297
- name: Configure properties for an event hub
301298
href: configure-event-hub-properties.md
302-
- name: Monitor Azure Event Hubs
303-
href: monitor-event-hubs.md
304-
- name: Stream Azure Diagnostics data using Event Hubs
305-
href: ../azure-monitor/agents/diagnostics-extension-stream-event-hubs.md
306299
- name: Automatically scale throughput units
307300
href: event-hubs-auto-inflate.md
308301
- name: Event Hubs management libraries
309302
href: event-hubs-management-libraries.md
303+
- name: Monitor
304+
items:
305+
- name: Monitor Azure Event Hubs
306+
href: monitor-event-hubs.md
307+
- name: Stream Azure Diagnostics data using Event Hubs
308+
href: ../azure-monitor/agents/diagnostics-extension-stream-event-hubs.md
310309
- name: Secure
311310
items:
312311
- name: Allow access from specific IP addresses

0 commit comments

Comments
 (0)