Highlights
- Arctic Code Vault Contributor
Popular repositories
-
Forked from json-schema-org/json-schema-org.github.io
JSON Schema website
-
Default config files of light-java for test environment in organization stevehu on light-config-server
-
Default config files of light-java for production environment on light-config-server for stevehu organization
4,036 contributions in the last year
Less
More
Contribution activity
April 2021
Created 35 commits in 4 repositories
Opened 21 pull requests in 3 repositories
networknt/light-kafka
10
merged
- fixes #46 add backendApiHost and backendApiPath to kafka-consumer.yml
- fixes #44 add kafka ConsumerRecord header to the response
- fixes #42 add sync method to commit all current offsets
- fixes #40 make the producer schema registry url configurable in the k…
- fixes #38 update json property for ProduceRequest and allow NoSchemaR…
- fixes #36 resolve the javadoc issues
- fixes #34 only overwrite the group.id if it does not exsit in the kaf…
- fixes #32 support keyFormat and valueFormat for reactive consumer opt…
- fixes #30 update the producer and consumer config to support all Kafk…
- Kafka mesh
networknt/light-mesh
10
merged
- fixes #20 make the backendApiHost and backendApiPath configurable
- fixes #18 remove the CallbackConsumer and replace with ReactiveConsumer
- fixes #16 handle the rollback if backend failed to process the records
- fixes #14 take the valueFormat from the kafka-consumer.yml to create …
- fixes #12 fallback to no schema serializer if getSchema fails
- fixes #10 update kafka sidecar producer to support no schema key and …
- Issue8
- fixes #6 add confluent maven repository to the pom.xml of kafka-sidecar
- fixes #4 update producer and consumer config to support all Kafka con…
- Issue1
networknt/light-doc
1
merged
Reviewed 1 pull request in 1 repository
networknt/json-schema-validator 1 pull request
Created an issue in networknt/light-kafka that received 1 comment
Opened 18 other issues in 3 repositories
networknt/light-mesh
9
closed
- make the backendApiHost and backendApiPath configurable
- remove the CallbackConsumer and replace with ReactiveConsumer
- handle the rollback if backend failed to process the records
- take the valueFormat from the kafka-consumer.yml to create consumer group
- fallback to no schema serializer if getSchema fails
- update kafka sidecar producer to support no schema key and value
- add ReactiveConsumer Startup and Shutdown hooks
- add confluent maven repository to the pom.xml of kafka-sidecar
- update producer and consumer config to support all Kafka config options
networknt/light-kafka
8
closed
- add kafka ConsumerRecord header to the response
- add sync method to commit all current offsets
- make the producer schema registry url configurable in the kafka-producer.yml
- update json property for ProduceRequest and allow NoSchemaRecordSerializer to be public
- resolve the javadoc issues
- only overwrite the group.id if it does not exsit in the kafka properties
- support keyFormat and valueFormat for reactive consumer optionally
- update the producer and consumer config to support all Kafka configurations