The Wayback Machine - https://web.archive.org/web/20201013081459/https://github.com/topics/dubbox
Skip to content
#

dubbox

Here are 31 public repositories matching this topic...

对java、scala等运行于jvm的程序进行实时日志采集、索引和可视化,对系统进行进程级别的监控,对系统内部的操作进行策略性的报警、对分布式的rpc调用进行trace跟踪以便于进行性能分析
  • Updated Sep 14, 2020
  • Java
champly
champly commented May 15, 2020

背景

service mesh环境下,需要在 sidecar 中解析dubboattachment,并根据需求添加一些自定义的参数进去,就像SetHeader一样,然后重新构建 dubbo

问题

如果使用hessian.NewDecoder,传递的参数没有对象是可以的,如果参数中有对象会报错,参考 #163 的解决办法,使用 hessian.NewDecoderWithSkip可以解决,但是重新构建的时候arg类型是interface{},值是nil

解决

能否多提供一个Decode方法,直接返回[]byte内容,重新构建的时候直接encode.Append(arg)就可以重新构建dubbo

👀在线学习平台,前端主要技术:Angular,后端主要技术:springboot (项目包含前台,后台上传失误,可能丢失代码......分为前台展示系统及后台管理系统。前台系统包含首页门户、多级菜单、问题页面、免费课程、练习页面等模块。 后台管理系统包含课程管理、用户管理、管理员管理、评论管理等模块。系统介绍及详细功能点、技术点见项目内文档描述)
  • Updated Sep 6, 2020
  • Java

Improve this page

Add a description, image, and links to the dubbox topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dubbox topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.