- South Korea
- http://t.motd.kr/
Block or Report
Block or report trustin
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
netty/netty Public
Netty project - an event-driven asynchronous network application framework
-
line/armeria Public
Your go-to microservice framework for any situation, from the creator of Netty et al. You can build any type of microservice leveraging your favorite technologies, including gRPC, Thrift, Kotlin, R…
-
-
line/centraldogma Public
Highly-available version-controlled service configuration repository based on Git, ZooKeeper and HTTP/2
-
os-maven-plugin Public
A Maven plugin that sets various useful properties detected from ${os.name} and ${os.arch} properties.
-
2,042 contributions in the last year
Activity overview
Contribution activity
January 2022
Created 49 commits in 4 repositories
Created a pull request in line/armeria that received 3 comments
Return ListenableHealthChecker instead of HealthChecker for HealthChecker.of()
Motivation:
HealthChecker.of() currently returns a HealthChecker, but the actual
implementation implements ListenableHealthChecker. It's better give a
Opened 4 other pull requests in 1 repository
Reviewed 39 pull requests in 2 repositories
line/armeria
38 pull requests
- Add release notes for 1.14.0
- Keep query params when FileService redirects
- Correctly configure percentile precision in MoreMeters
- Use JDK 17 by default
- Introduce GsonGrpcJsonMarshaller and catch JsonMarshaller initialization failure
- Add graphql service doc plugin
- Add a shortcut method for automatically closing a server or a client
- Provide a way to change the state of a CircuitBreaker
- GrpcService handles decorated gRPC services and methods
- Rename canRequest to tryRequest
- migrate to junit5, prefer java streams, add upstream unit test
-
Catch up the upstream changes in
MediaTypeand add more constants - Provide a way to set media type for a file in FileService
-
Provide a way to fluently convert an response with
WebClientand addBlockingWebClient - Update Spring Boot to 2.6.3
- Update dependencies
- Support health check that follows the gRPC protocol
-
Fix
RoutingTriefails with a parameterized rest paths({*foo}) pattern -
Fix a bug where
HttpResponse.toDuplicator()raisesClassCastException - Provide a way to enable/disable streaming for a request or response
-
Add
peekoperators - Add allowEmptyEndpoints in DynamicEndpointGroup
- Make MultipartDecoder/MimeParser can request just right data from upstream
-
Do not throw exception when annotated service returns
Nothing - Upgrade version of grpc-bom to 1.43.2 and protobuf to 3.19.2
- Some pull request reviews not shown.
line/gradle-scripts
1 pull request
Opened 5 issues in 1 repository
line/armeria
1
closed
4
open
-
Test failure:
KeepAliveHandlerTest.testKeepAliveWithIdleTimeout() - Add metric for expired TLS certificates
- Add how to pull the snapshot JARs from oss.sonatype.org
-
Allow customizing
stringLengthLimitandcontainerLengthLimitfor{TBinary,TCompact}Protocol.Factory. -
Test failure:
DecodedHttpStreamMessageTest.headerAwareData_HttpRequest()