Kebron

Results 21 issues of Kebron

Make a simple(echo) rest server, deploy to a cloud server and run it. Use gatling(https://gatling.io/) or other tool to test server performance. And push the echo server code, jar(jave archive)...

feature
good first issue
test

- ~~add example sub module and make the rest tutorial~~ - complete english tutorial => https://github.com/ztkmkoo/dss/wiki/Dss-REST-Tuturial

documentation
feature
help wanted

improve master actor interface ### master actor function list: - can setup whole dss server system - can create child actors (network, resolver, service, exception) - handling start command -...

feature
help wanted
refactoring
discussion
core

Please implement DssChannel, DssChannelInitializer, DssChannelProperty, DssHandler and DssServer, make dss server can listen http/3 protocol.

feature
help wanted
core
network

**Describe the bug** The http rest response is not expected value. for dss-0.0.2. my test code: ``` java public class Application { public static void main(String[] args) throws InterruptedException {...

bug

**Describe the bug** When send a form-data get request dss not working as expected. **Screenshots** ![image](https://user-images.githubusercontent.com/26991409/84899400-96114380-b0e3-11ea-9ba9-9d42065b6023.png)

bug

According to #87, If sending lots request, it seems netty push the io event to `io.github.ztkmkoo.dss.core.network.rest.handler.DssRestHandler` before the `ActorContext` is ready. If context is null, send back 500 error response...

bug

There are 2 issue format now. And its so bad.. Please re-design the format and add some new useful format.

documentation
feature
help wanted
good first issue