自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 资源 (4)
  • 收藏
  • 关注

原创 04storm 源码阅读 storm的进程间消息通信实现clojure端 生成带netty能力的线程

;; Licensed to the Apache Software Foundation (ASF) under one;; or more contributor license agreements. See the NOTICE file;; distributed with this work for additional information;; regarding copy

2015-07-12 19:11:59 791

原创 03 storm 源码阅读 storm的进程间消息通信实现clojure端 加载java端netty能力

;; Licensed to the Apache Software Foundation (ASF) under one;; or more contributor license agreements. See the NOTICE file;; distributed with this work for additional information;; regarding copy

2015-07-12 19:10:33 792 1

原创 02 storm 源码阅读 storm的进程间消息通信实现netty client实现

/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding

2015-07-12 19:08:40 5438

原创 01 storm 源码阅读 storm的进程间消息通信实现netty server实现

/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding

2015-07-12 19:06:33 1294

原创 01 NIO网络通信框架 Netty server和client的api

storm 进程间通信用的是netty,和生产线上的storm topology经常报netty的错误,所有有必要好好把netty好好记录一下。netty的service和client,helloworld,需要四个类。netty把网络链接和业务处理分离开来了。直接上代码01:EchoServer service端,负责链接客户端02:EchoClient client端,连接serv

2015-07-10 22:45:59 556

原创 storm读kafka数据源保证消息不丢失的方法

ack设置成-1 unclean设置为false就不丢数了,除非所有集群都同时挂,磁盘缓存没刷新再设置个mini isr=2更大保证一下如果你们ack设置的默认为1,那么切换leader的时候丢数很正常看你们的需求了,吞吐量跟性能做个平衡还有topic级别两个配置ack是生产者的unclean、mini isr是top

2015-07-10 19:33:11 2547

Effective Java中文

这是一个写好应用的外国产品,帮助找到线上应用存在的error。包括返回错误异常等。

2019-05-07

Zookeeper 在携程的使用和场景

Zookeeper 在携程的使用和场景,生产线上的正式场景例子。引导我的zookeeper的系列文章

2015-03-24

zkoss开发培训资料

zkoss开发培训资料,和大家分享,仅为帮java web开发人员减轻开发压力,我也是java web开发,为了做效果好的界面,曾经深受过easyui和extjs深深的恶心过。根据项目中辛苦整理的培训文档,转载请注明下载地址,如果有需要源码可以联系我。

2014-07-04

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除