Граф коммитов

1754 Коммитов

Автор SHA1 Сообщение Дата
Warren Zhu 86e8206082 Add Spring cloud stream eventhub binder sample 2018-06-04 17:57:14 +08:00
Warren Zhu c15ec64264 Refactor spring-cloud-eventhub by adding asserts check of parameter 2018-06-04 17:46:20 +08:00
Warren Zhu 85f26bfa15 Implement Spring cloud stream event hub binder 2018-06-04 17:36:24 +08:00
Warren Zhu 43fe03734c
Merge pull request #25 from Microsoft/eventhub-starter
Implement event hub properties auto config and event hub starter
2018-06-04 17:19:30 +08:00
Warren Zhu 0e34d114c9 Refactor spring cloud event hub 2018-06-04 14:49:34 +08:00
Warren Zhu 76993182ff Fix bug of NPE caused by unchecking specific message header existence 2018-06-04 14:47:00 +08:00
Warren Zhu 964be98524 Implement workaround of Azure management api throw NPE when get unexisted namespace 2018-06-04 14:44:17 +08:00
Warren Zhu 67ea8baa55 Fix build error caused by checkstyle format 2018-05-30 17:26:04 +08:00
Warren Zhu 5f8c593fae Add spring-cloud-azure-starter-eventhub 2018-05-30 17:16:18 +08:00
Warren Zhu 7fbacde978 Refactor event hub auto config 2018-05-30 17:10:04 +08:00
Warren Zhu a19e056b9d Refactor spring-cloud-azure-eventhub to only depend on context 2018-05-30 17:08:25 +08:00
Warren Zhu abbdb108a6
Merge pull request #24 from Microsoft/eventhub-split
Implement event hub inbound channel adapter and refactor
2018-05-29 13:33:54 +08:00
Warren Zhu e39a42b4d9 Reformat spring-cloud-eventhub 2018-05-29 11:40:55 +08:00
Warren Zhu 331fe1d90c Implement auto config event hub connection string and checkpoint storage 2018-05-29 11:39:06 +08:00
Warren Zhu 367364d996 Refactor AzureContextAutoConfig to return authenticated Azure with default subscription 2018-05-28 17:50:25 +08:00
Warren Zhu e63dd18559 Refactor DefaultEventHubClientFactory 2018-05-28 17:47:07 +08:00
Warren Zhu 653c96cfec Implement event hub inbound channel adapter 2018-05-28 15:21:09 +08:00
Warren Zhu 919582e080 Refactor EventHubMessageHandler 2018-05-28 15:20:55 +08:00
Warren Zhu 1ea4d210c3
Merge pull request #23 from Microsoft/eventhub-split
Auto config for event hub and condition on property for other auto config
2018-05-28 15:14:10 +08:00
Warren Zhu 14075b3784 Add event hub implementation of subscriber and checkpointer 2018-05-28 10:40:09 +08:00
Warren Zhu 8403074ee7 Move PartitionSupplier into outbound package 2018-05-25 13:32:06 +08:00
Warren Zhu 7aac7f83f7 Support creating EventProcessorHost based on event hub properties in EventHubClientFactory 2018-05-25 13:29:54 +08:00
Warren Zhu f8cae858a5 Add condition on property resource group for Azure context auto config 2018-05-25 11:43:21 +08:00
Warren Zhu c53923f28a Add auto config for Spring Cloud Azure Event Hub 2018-05-25 11:35:27 +08:00
Warren Zhu a2203389be Add condition on property for storage account auto config 2018-05-25 11:34:31 +08:00
Warren Zhu 326d6a0f75
Merge pull request #22 from Microsoft/eventhub-split
Rename cache into redis in case Azure provides more cache solution
2018-05-25 11:22:02 +08:00
Warren Zhu 7565909398 Rename cache into redis in case Azure provides more cache solution 2018-05-25 11:11:18 +08:00
Warren Zhu d74ee5fe13
Merge pull request #21 from Microsoft/eventhub-split
Add interface for event hub message receiving semantics
2018-05-25 10:47:31 +08:00
Warren Zhu c1eb444ff2 Remove unnecessary Subscriber type parameter 2018-05-25 10:41:50 +08:00
Warren Zhu 79aa72d19b Add interface for event hub message receiving semantics 2018-05-24 17:33:33 +08:00
Warren Zhu 432c4d8028 Add readme for spring cloud azure redis cache sample 2018-05-23 13:55:44 +08:00
Warren Zhu 4605d55e5b
Merge pull request #19 from Microsoft/eventhub-split
Add EventHubMessageHandler as outbound channel adapter of event hub
2018-05-23 11:34:57 +08:00
Warren Zhu 0aaf3215b9 Remove sync send method in EventHubOperation since it could be achieved based on async 2018-05-23 11:25:23 +08:00
Warren Zhu ee123f7da1 Reformat code based on new checkstyle and copyright 2018-05-22 17:11:50 +08:00
Warren Zhu 917eb5667d
Merge pull request #18 from Microsoft/eventhub-split
Add spring cloud azure event hub related api
2018-05-22 17:01:08 +08:00
Warren Zhu 3d636f77fb Add EventHubMessageHandler as outbound channel adapter of Azure event hub 2018-05-22 14:49:00 +08:00
Warren Zhu d0a476b4e0 Add EventHubTemplate as default implementation of EventHubOperation 2018-05-22 14:48:46 +08:00
Warren Zhu 05ec4f8baf Add guava dependency in parent pom 2018-05-22 14:48:34 +08:00
Warren Zhu fb61198d56 Add default implemetation of EventHubClientFactory 2018-05-22 14:48:17 +08:00
Warren Zhu 8e9c9b98b0 Reformat eventhub code based on new checkstyle and copyright 2018-05-22 14:39:13 +08:00
Warren Zhu 8d1e8d5dc0 Add EventHubClientFacotry interface to create client by event hub name 2018-05-22 14:35:45 +08:00
Warren Zhu ab96e72826 Rename EventHubRuntimeException to distinguish from checked EventHubException thrown by EventHubClient 2018-05-22 14:28:05 +08:00
Warren Zhu eb66e32ae6 Add event hub name header 2018-05-22 14:27:52 +08:00
Warren Zhu eda5600ef4 Add event hub name in send method 2018-05-22 14:26:13 +08:00
Warren Zhu b2bedcb92f Add EventHubException 2018-05-22 14:26:01 +08:00
Warren Zhu db6e744205 Add PartitonSupplier to provide partition id or key for Event Hub 2018-05-22 14:25:27 +08:00
Warren Zhu 18d7b4077f Add EventHubOperation to support send data sync or async 2018-05-22 14:25:15 +08:00
Warren Zhu 4c28c8bc6d Add EventHubHeaders for internal headers such as partiton id or key 2018-05-22 14:24:59 +08:00
Warren Zhu b3a8d36c5c
Merge pull request #17 from Microsoft/checkstyle
Change checkstyle format same as azure-spring-boot and format code
2018-05-22 13:07:20 +08:00
Warren Zhu 96865a709d Change checkstyle format as azure-spring-boot and format code 2018-05-22 11:37:48 +08:00