Kebron

Results 21 issues of Kebron

**Subsystem** Server, ktor-server-netty **Motivation** [KTOR-27](https://youtrack.jetbrains.com/issue/KTOR-27) AWS Cognito tends to send relatively large cookies to the server, or larger bearer tokens with JWT authentication. This means the standard 8KB limit for...

1. Can i convert all of the codes to kotlin? 2. Discuss bout kotlin coroutine and actor 3. Why kotlin is better?

documentation
help wanted
core

Closes #147

feature
core
service

Implement io.github.ztkmkoo.dss.core.actor.DssServiceActor ### resolver actor function list: - can handling request - send response to resolve actor

feature
core
service

Add gitter badge for korean dss commuinty(https://gitter.im/distributed-server-system/dss-kr)

documentation
feature

Try monitoring dss server with kamon(https://kamon.io) and zipkin(https://zipkin.io)

feature
core

Add jdbc data access layer interface. In nowaday dss system, we need impletment singleton DAO(data access object) and call it in service actor. It is so inefficient that add a...

feature
discussion
core

resolve non static path(like request param or path variable in spring framework)

feature
help wanted

### motivation We cannot config akka(like log level, provider and etc..) And want to config it programmatically. ### job - create property class under `io.github.ztkmkoo.dss.core.actor` package - make a util...

feature
core

The url of Rest event handling flow and Server initialize flow in https://github.com/ztkmkoo/dss/wiki/Project-Structure linking to feature branch file and it will be delete after merge to develop. So, - ~~merge...

feature
discussion