Vishal Yadav

Results 16 issues of Vishal Yadav

Server main.go `package main import ( evbus "github.com/asaskevich/EventBus" ) func main() { server := evbus.NewServer(":8090", "/_server_bus_", evbus.New()) server.Start() // ... server.EventBus().Publish("main:calculator", 4, 6) }` Client main.go ` package main import...

### Search before asking - [X] I had searched in the [issues](https://github.com/apache/eventmesh/issues?q=is%3Aissue) and found no similar issues. ### Read the unit testing guidelines - [X] I have read. ### Unit...

good first issue
testing

### Search before asking - [X] I had searched in the [issues](https://github.com/apache/eventmesh/issues?q=is%3Aissue) and found no similar issues. ### Documentation Related Currently, most connectors lack documentation. The following details must be...

documentation
help wanted

### Search before asking - [X] I had searched in the [issues](https://github.com/apache/eventmesh/issues?q=is%3Aissue) and found no similar issues. ### Documentation Related Currently, most connectors lack documentation. The following details must be...

documentation
help wanted

### Search before asking - [X] I had searched in the [issues](https://github.com/apache/eventmesh/issues?q=is%3Aissue) and found no similar issues. ### Documentation Related Currently, most connectors lack documentation. The following details must be...

documentation
help wanted

### Search before asking - [X] I had searched in the [issues](https://github.com/apache/eventmesh/issues?q=is%3Aissue) and found no similar issues. ### Documentation Related Currently, most connectors lack documentation. The following details must be...

documentation
help wanted

### Search before asking - [X] I had searched in the [issues](https://github.com/apache/eventmesh/issues?q=is%3Aissue) and found no similar issues. ### Documentation Related Currently, most connectors lack documentation. The following details must be...

documentation
help wanted

### Search before asking - [X] I had searched in the [issues](https://github.com/apache/eventmesh/issues?q=is%3Aissue) and found no similar issues. ### Documentation Related Currently, most connectors lack documentation. The following details must be...

documentation
help wanted

### Search before asking - [X] I had searched in the [issues](https://github.com/apache/eventmesh/issues?q=is%3Aissue) and found no similar issues. ### Documentation Related Currently, most connectors lack documentation. The following details must be...

documentation
help wanted

Hello, I want to contribute to the test cases section of this repository. Is there any scope for it? If yes then I can create issues as testing and work...