crossoverJie

Results 24 issues of crossoverJie

- crossoverJie - 没拿到 `offer`😭 建议:多来点干货。

feedback

**在提交issue之前请回答以下问题,谢谢!** ### 你使用的是哪个版本 ### 预期结果 ### 实际结果 ### 重现结果的步骤 ### 其他相关信息

template

Fixes #387 ### Motivation Fix goroutine leak for closing consumers. ### Modifications Close the `c.messageCh` at the same time as closing the consumer. **Before fix:** ![image](https://user-images.githubusercontent.com/15684156/178961352-69003ed9-cbd2-43ba-b6ce-1a7fc3f6bbfb.png) ![image](https://user-images.githubusercontent.com/15684156/178961431-84d6e1b4-1cb6-44b2-8cd4-9f1d7a26da6a.png)

Fixes #664 ### Motivation Removing possible panic. ### Modifications Add nil check and more friendly tips. ### Verifying this change - [x] Make sure that the change passes the CI...

type/bug

你好,非常感谢这个项目。 但还是有几个小问题,我看到你这里有写了`终端注册`的模拟报文,那其他的接口比如什么数据上行透传之类的如何来生成这个原始报文呢? 之后到了测试介入,他们肯定也需要改报文的。 所以是否有这样的工具可以直接根据接口来生成呢?就算没有的话能否提供一个思路。 万分感谢。

![image](https://user-images.githubusercontent.com/15684156/185542409-78d39c74-f89d-4a52-bc9c-c35a43718574.png) Reference to the [Go SDK](https://github.com/apache/pulsar-client-go/blob/master/pulsar/internal/metrics.go) implementation. Monitor pulsar status on the application side using Prometheus and Grafana. Some of the data is implemented through interceptors, so need to open...

![](https://github.com/crossoverJie/ptg/raw/main/pic/show.gif) ![](https://github.com/crossoverJie/ptg/raw/main/pic/ptg.gif) 可以做 `gRPC` 客户端的 GUI 工具,也支持 `http/gRPC` 压测。 https://github.com/crossoverJie/ptg

recommend

## 推荐项目 - 项目地址:https://github.com/crossoverJie/gscript - 类别:Go - 项目标题:这是一门用 Go 编写的一款静态、强类型的脚本语言。。 - 项目描述:提供类似于以脚本形式编写 Go 语言的能力,保留 Go 语言优点,新增更多易用性的语法糖(运算符重载、三目表达式等)。 - 示例代码: hello_world.gs: ```js println("hello world"); ``` ```shell ❯ gscript hello_world.gs hello world ```...

Go 项目

# 项目推荐 - 项目地址:https://github.com/crossoverJie/gscript # 介绍 这是一门用 `Go` 编写的一款**静态、强类型**的脚本语言,大部分语法参考了 `Java` 以及少量的 `Go`。 ## 目标 提供类似于以脚本形式编写 Go 语言的能力,保留 Go 语言优点,新增更多易用性的语法糖。 运行: hello_world.gs: ```js println("hello world"); ``` ```shell ❯ gscript hello_world.gs hello...

### Motivation Orphan ledgers can be detected through the PCK API when the bookkeeper's disk is abnormally high. If necessary, we can be deleted directly to free up disk space....

doc
type/PIP
PIP