Highlights
- Arctic Code Vault Contributor
Popular repositories
-
-
-
-
-
-
Forked from cruftex/jsr107-test-zoo
Runs JSR107 TCK tests on implementation and does summary report
Awk
1,333 contributions in the last year
Contribution activity
December 2020
Created 10 commits in 3 repositories
Created 1 repository
- eolivelli/kafka-sink Java
Created a pull request in apache/pulsar that received 17 comments
Pulsar IO: Make Source topic Schema information available to downstream Sinks
Changes: extract original Schema from the message read from the topic expose the schema into the PulsarRecord implementation add unit test in Puls…
+74
−24
•
17
comments
Opened 11 other pull requests in 3 repositories
apache/pulsar
2
open
2
merged
- Allow Pulsar to use BookieID instead of Bookie Network Addresses
- Issue 8974: Peeking at compressed messages throws an exception (Readonly buffers not supported by Airlift)
- Issue 8882: GenericJsonReader converts the null value to string "null"
- Update Swagger to 1.6.2 and Maven Swagger Plugin to 3.1.7
apache/bookkeeper
4
merged
datastax/kafka-sink
1
merged
2
closed
Reviewed 55 pull requests in 12 repositories
apache/pulsar 32 pull requests
- [pulsar-broker] Perform auto cert refresh for Pulsar-admin
- Fixes the recovery not respect to the isolation group settings
- take seek time into account in Reader#hasMessageAvailable
- Improve error handling when broker doesn't trust client certificates
- PIP-68: WaitForExclusive producer access mode
- remove duplicated broker prometheus metrics type
- [pulsar-client] Handle NPE while receiving ack for closed producer
- [pulsar-broker] clean up topic that failed to unload from the cache
- Fix the metadata setup compatibility issue
- add properties default value for SchemaInfoBuilder
- Support deliverAt and deliverAfter attribute for Websocket producer.
- [Tiered Storage] Exclude current ledger from offload deque
- [logging] Enable Log4j2 Garbage Free Logging to reduce GC pressure
- [ISSUE 8832] Avro custom schema not working in consumer
- [build] Use absolute path to locate license and checkstyle plugin config
- Monitor if a cursor moves its mark-delete position
- Add more information in send timeout exception
- Intercept beforeSendMessage calls
- [pulsar-broker] capture stats with precise backlog
- Fix performance issue caused by invalid logging configuration
- [WIP]Add entry cached ledger handle
- [CI] Always build latest images for integration tests
- Add integration tests for package management service
- [Java shade client] Add encryption integration test
- [pulsar-zookeeper-utils] Fix Updating Rack Info Dynamically
- Some pull request reviews not shown.
apache/zookeeper 5 pull requests
- ZOOKEEPER-4026: Complete support for Stat objects (and create2) in multi requests
- ZOOKEEPER-4023: dependency-check:check failing - Jetty 9.4.34.v20201102 - CVE-2020-27218
- ZOOKEEPER-4023: dependency-check:check failing - Jetty 9.4.34.v20201102 - CVE-2020-27218
- ZOOKEEPER-4023: dependency-check:check failing - Jetty 9.4.34.v20201102 - CVE-2020-27218
- ZOOKEEPER-3943: Zookeeper Inspector throwing NullPointerExceptions and not displaying properly
apache/bookkeeper 4 pull requests
apache/pulsar-manager 3 pull requests
diennea/carapaceproxy 2 pull requests
apache/maven-jlink-plugin 2 pull requests
diennea/docetproject 2 pull requests
datastax/kafka-sink 1 pull request
apache/curator 1 pull request
pravega/pravega 1 pull request
apache/maven-jar-plugin 1 pull request
diennea/bookkeeper-visual-manager 1 pull request
Created an issue in apache/pulsar that received 4 comments
Peeking at compressed messages throws an exception (Readonly buffers not supported by Airlift)
Earlier in the 2.6.0 branch, the compression library was swapped for https://github.com/airlift/aircompressor. When messages are published with LZ4…
4
comments
Opened 9 other issues in 3 repositories
apache/pulsar
5
open
1
closed
- Pulsar Schema API: provide Type information for Fields
- Message TTL expires 1 message at a time
- Support BookieID using bookie-rack affinity groups
- Flaky-test: Integration tests: PulsarStateTest#testSinkState
- GenericJsonReader converts the null value to string "null"
- NullPointerException while boostrapping a Producer with a Reader with a Schema (pulsar 2.8.0-SNAPSHOT) standalone