您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. Apache Kafka Cookbook(PACKT,2015)

  2. This book will give you details about how to manage and administer your Apache Kafka Cluster. We will cover topics like how to configure your broker, producer, and consumer for maximum efficiency for your situation. Also, you will learn how to maint
  3. 所属分类:其它

    • 发布日期:2015-12-29
    • 文件大小:1048576
    • 提供者:vanridin
  1. Creating Maintainable APIs(Apress,2016)

  2. Build straightforward and maintainable APIs to create services that are usable and maintainable. Although this book focuses on distributed services, it also emphasizes how the core principles apply even to pure OOD and OOP constructs. The overall co
  3. 所属分类:Web开发

    • 发布日期:2016-11-21
    • 文件大小:12582912
    • 提供者:vanridin
  1. Creating.Maintainable.APIs.A.Practical.Case-Study.Approach

  2. Build straightforward and maintainable APIs to create services that are usable and maintainable. Although this book focuses on distributed services, it also emphasizes how the core principles apply even to pure OOD and OOP constructs. The overall co
  3. 所属分类:Web开发

    • 发布日期:2016-11-23
    • 文件大小:12582912
    • 提供者:ramissue
  1. spring.microservices.in.action

  2. Spring Microservices in Action consists of 10 chapters and two appendixes: Chapter 1 introduces you to why the microservices architecture is an important and relevant approach to building applications, especially cloud-based applications. Chapter 2
  3. 所属分类:讲义

    • 发布日期:2017-11-21
    • 文件大小:5242880
    • 提供者:grandkai
  1. Kafka_The Definitive Guide_Real-Time Data and Stream Processing at Scale-2017

  2. The greatest compliment you can give an author of a technical book is “This is the book I wish I had when I got started with this subject.” This is the goal we set for our‐ selves when we started writing this book. We looked back at our experience w
  3. 所属分类:kafka

    • 发布日期:2017-12-28
    • 文件大小:5242880
    • 提供者:windstand
  1. Kafka-Manager编译后文件

  2. 一个管理Apache Kafka的工具。 它支持以下内容: 管理多个群集 轻松检查群集状态(主题,消费者,偏移量,经纪人,副本分布,分区分布) 运行首选副本选举 使用选项生成分区分配以选择要使用的代理 运行分区的重新分配(基于生成的分配) 使用可选主题配置创建主题(0.8.1.1具有不同于0.8.2+的配置) 删除主题(仅在0.8.2+上支持,并记住在代理配​​置中设置delete.topic.enable = true) 主题列表现在指出标记为删除的主题(仅支持0.8.2+) 批量生成多个主
  3. 所属分类:kafka

    • 发布日期:2018-06-05
    • 文件大小:59768832
    • 提供者:u010544796
  1. kafka the definitive guide

  2. The greatest compliment you can give an author of a technical book is “This is the book I wish I had when I got started with this subject.” This is the goal we set for ourselves when we started writing this book. We looked back at our experience wri
  3. 所属分类:kafka

    • 发布日期:2018-06-15
    • 文件大小:4194304
    • 提供者:u011055139
  1. KafkaManager编译后的版本,CentOS7下编译

  2. CentOS7下编译的Kafka Manager 1.3.3.17源码生成的文件,可以直接下载使用,自己编译很耗时
  3. 所属分类:群集服务

    • 发布日期:2018-06-20
    • 文件大小:59768832
    • 提供者:wzwdev1980
  1. kafka-manager管理工具

  2. kafka管理工具,是由yahoo开源的,提供管理kafka集群的功能
  3. 所属分类:kafka

    • 发布日期:2018-07-11
    • 文件大小:59768832
    • 提供者:qq_27710549
  1. kafka-manager编译后文件

  2. kafka-manager编译后文件,编译环境Centos6.4。用于kafka界面管理
  3. 所属分类:kafka

    • 发布日期:2018-07-13
    • 文件大小:1048576
    • 提供者:xuyanbo2008
  1. kafka-manager-1.3.3.18.zip

  2. kafka-manager-1.3.3.18 【已编译,上传修改zookeeper直接使用】
  3. 所属分类:kafka

    • 发布日期:2018-07-19
    • 文件大小:78643200
    • 提供者:qq_20793353
  1. kafka-manager

  2. 免编译直接使用,但你的运行环境务必为jdk1.8 直接解压缩,修改conf下application.conf文件 kafka-manager.zkhosts="host:port,host:port,host:port" 启动运行端口默认为9000
  3. 所属分类:kafka

    • 发布日期:2018-07-20
    • 文件大小:58720256
    • 提供者:qq_25908611
  1. kafka-manager-1.3.3.20.zip

  2. 当前最新打包,解压就可使用。 说明:支持kafka 0.8.1.1 - 1.1.0版本。
  3. 所属分类:Java

    • 发布日期:2018-07-26
    • 文件大小:78643200
    • 提供者:hanyu8427
  1. 统一管理系统

  2. 公司有eureka管理页面、spring admin管理页面、kafka管理页面、日志查询页面和文件系统查询页面,现在要将这些页面放到一个统一的网页中管理,通过标签分别跳转到不同的页面,省去了分别点开的麻烦 这些单个的系统外网访问不到,但是我这个系统(manage)能够被外网访问,在后台做一个请求转发的功能: manage前台发送请求给后台 manage后台拿到传过来的参数和请求地址,使用httpclient请求内网eureka等 将返回的数据返回到前台
  3. 所属分类:Java

    • 发布日期:2018-08-04
    • 文件大小:220160
    • 提供者:gy325416
  1. kafka-manager-1.3.3.21

  2. kafka-manager 已经编译好的版本,应该是目前最新的版本,我自己编译了一天才弄好- -。
  3. 所属分类:kafka

    • 发布日期:2018-08-22
    • 文件大小:78643200
    • 提供者:xupeng0401
  1. kafka-manager 最新版本 已经编译 编译好,可直接使用

  2. kafka-manager-1.3.3.18,已经使用sbt编译好,可以直接部署使用 kafka版本支持:kafka-0.8.1.1 到 kafka-1.1.0
  3. 所属分类:kafka

    • 发布日期:2018-09-19
    • 文件大小:78643200
    • 提供者:stuliper
  1. kafka-manager-1.3.3.18

  2. 已经编译好的kafka-manager-1.3.3.18最新版,不用自己去编译了,亲测保证能用
  3. 所属分类:kafka

    • 发布日期:2018-09-20
    • 文件大小:78643200
    • 提供者:gwsbhqt
  1. 已编译版KafkaManager-1.3.3.18

  2. Kerberos环境下KafkaManager的安装使用(编译版和免编译版) - 虾哔哔的博客 - CSDN博客 https://blog.csdn.net/weixin_35852328/article/details/83656002
  3. 所属分类:kafka

    • 发布日期:2018-11-02
    • 文件大小:75497472
    • 提供者:weixin_35852328
  1. enterprise java microservices

  2. Summary Enterprise Java Microservices is an example-rich tutorial that shows how to design and manage large-scale Java applications as a collection of microservices. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats f
  3. 所属分类:Java

    • 发布日期:2018-11-30
    • 文件大小:2097152
    • 提供者:weixin_42870527
  1. jocko:Kafka通过内置协调在Golang中实现(无需ZooKeeper,单个二进制安装,Cloud Native)-源码

  2. 黑猩猩 Go中与Kafka有线兼容的分布式提交日志服务。 由创建,由继续。 目标: 协议与Kafka兼容,因此Kafka客户端和服务可与Jocko一起使用 分发一个二进制文件 使用Serf进行发现,使用Raft进行共识(并消除了运行ZooKeeper的需要) 更简单的配置设置 去做 地图功能缺失 广泛的协议符合性测试服 将所有依赖关系和代码更新为最新的Go(截至MAR2020) 读 项目布局 ├── broker broker subsystem ├── cmd
  3. 所属分类:其它

    • 发布日期:2021-03-08
    • 文件大小:160768
    • 提供者:weixin_42144707
« 12 »