All Projects → shayhatsor → zookeeper

shayhatsor / zookeeper

Licence: Apache-2.0 license
Apache ZooKeeper .NET async Client

Projects that are alternatives of or similar to zookeeper

ZooKeeper-Admin
ZooKeeper 管理工具
Stars: ✭ 45 (-80.35%)
Mutual labels:  zookeeper
asyncexpert-course
Materials for Async Expert online course
Stars: ✭ 77 (-66.38%)
Mutual labels:  async-await
aioflask
Flask running on asyncio!
Stars: ✭ 192 (-16.16%)
Mutual labels:  async-await
of
🍬 Promise wrapper with sugar 🍬
Stars: ✭ 13 (-94.32%)
Mutual labels:  async-await
spring-cloud-stream-kafka-elasticsearch
The goal of this project is to implement a "News" processing pipeline composed of five Spring Boot applications: producer-api, categorizer-service, collector-service, publisher-api and news-client.
Stars: ✭ 44 (-80.79%)
Mutual labels:  zookeeper
await-lock
Mutex locks for async functions
Stars: ✭ 66 (-71.18%)
Mutual labels:  async-await
taotao-cloud-project
微服务开发脚手架,包括大数据模块、微服务模块、前端模块。基于Spring Cloud Alibaba的微服务架构。提供技术框架的基础能力的封装,减少开发工作,只关注业务,包含了工作以来的工作总结和技术沉淀
Stars: ✭ 76 (-66.81%)
Mutual labels:  zookeeper
switchyard
Real-time compute-focused async executor with job pools, thread-local data, and priorities.
Stars: ✭ 46 (-79.91%)
Mutual labels:  async-await
retryx
Promise-based retry workflow library.
Stars: ✭ 21 (-90.83%)
Mutual labels:  async-await
zookeeper-on-aws
zookeeper-on-aws (with dynamic reconfiguration based on r3.5.3-beta)
Stars: ✭ 15 (-93.45%)
Mutual labels:  zookeeper
aaocp
一个对用户行为日志进行分析的大数据项目
Stars: ✭ 53 (-76.86%)
Mutual labels:  zookeeper
Swift-Async-Await-Experiments
Experiments with Swift's new async/await feature (SE 0296)
Stars: ✭ 17 (-92.58%)
Mutual labels:  async-await
zk-sniffer
sniffer and parse zookeeper packet
Stars: ✭ 38 (-83.41%)
Mutual labels:  zookeeper
Mvvm
MVVM helpers, including calculated properties and asynchronous notification tasks.
Stars: ✭ 129 (-43.67%)
Mutual labels:  async-await
go interview
Interview Questions & Answers For Experienced Go Developers | 互联网 GO 工程师面经交流,学习
Stars: ✭ 522 (+127.95%)
Mutual labels:  zookeeper
dis-seckill-test
⭐⭐⭐SpringBoot+Zookeeper+Dubbo打造分布式高并发商品秒杀系统
Stars: ✭ 20 (-91.27%)
Mutual labels:  zookeeper
is-async-function
Is this a native `async function`?
Stars: ✭ 17 (-92.58%)
Mutual labels:  async-await
yantra
JavaScript Engine for .NET Standard
Stars: ✭ 32 (-86.03%)
Mutual labels:  async-await
kafka-for-mac
Getting Confluent Kafka components to work on Mac OS X
Stars: ✭ 49 (-78.6%)
Mutual labels:  zookeeper
AsyncVoid
Project related to the site's posts about async void.
Stars: ✭ 32 (-86.03%)
Mutual labels:  async-await

Apache ZooKeeper .NET async Client

NuGet

  • Supports .NET 4.61 and above, including .NET Core.
  • Fully Task-based Asynchronous (async/await).
  • Follows the logic of the official Java client to the letter, in fact the code is almost identical.
  • NuGets

Build From Source

Prerequisites
  1. Oracle JDK.
  2. Apache Ant.
  3. Visual Studio.
Build Steps
  1. Run ant on the repository's root folder.
  2. Open src\csharp\ZooKeeperNetEx.sln with Visual Studio.
  3. Build.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].