Alanthur
Alanthur
我们目前istio已经上生产环境了,还挺稳定的,使用起来感觉不错
@shinynz 可以的,随时可以交流
@daigong 没有,具体是什么问题
@left2right 你好,我按照你给的yaml文件拉起了kubernetes服务,但是我是使用官方最新3.x版本自己制作的镜像,我看你那个还是有使用ha,但是目前最新的版本是改用redis-sentinel来实现了,这块我需要按照新的来修改吧?另外你说的实现个类似etcd-operator的codis-operator是啥意思?我没明白,有没一些具体的资料给我看看,我也去研究下看看如何实现,谢谢咯
@tangcong sentinel可以让他支持 dns吧
@nelsou Thank you for your help.I try to increase the parallelism,but it is not effect. My spark code is : `val conf = new SparkConf().setAppName("SparkStremingReadRabbitMQ") conf.set("spark.serializer", "org.apache.spark.serializer.KryoSerializer") val ssc =...
@nelsou Thank you for your help.But I can control the size of the data. You can look the picture.The speed is stable. 
@nelsou Any suggestions ?
@nelsou Spark will generate many files If I try removing it.I would like to generate one file every time.
@nelsou It is work.But you can look this picture. Spark streming generate many files every bacth if I try removing repartition(1).I just let it generate one file every bacth. ![qq...