Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
-
-
-
-
-
Forked from airlift/airline
Java annotation-based framework for parsing Git like command line structures
-
Forked from ReactiveX/RxJava
RxJava - a library for composing asynchronous and event-based programs using observable sequences for the Java VM.
Java 1
1,712 contributions in the last year
Activity overview
Contribution activity
August 2020
Created a pull request in apache/incubator-pinot that received 9 comments
Makes Pinot work on Alpine Linux or Distroless + BusyBox
Description This fixes the shell template so that it uses /bin/sh not bash. In doing so, this allows a couple hundred meg smaller image, specifical…
- Moves tests that read back prometheus metrics to ITZipkinMetricsDirty
- Uses prepared statements for all Cassandra Queries
- Update Kafka to 2.6 which formally supports JRE 14
- Adjusts Docker HEALTHCHECK for Kafka from 2s to 5s timeout
- Updates off deprecated Brave apis
- Adds Docker HEALTHCHECK to Kafka and adjusts for upstream /bin/sh change
- Updates Cassandra docker to a newer JRE 1.8
- Bumps dependencies as high as we can go
- Reduces clutter in Zipkin startup logging
- Stops using prepared or query builder statements for simple queries
- Cleans up Cassandra Session logic in preparation of Driver v4
- Uses prepared statements for all Cassandra Queries
- es early deprecation fail
- Update Kafka to 2.6 which formally supports JRE 14
- Use redux-toolkit to reduce boilerplate code
- Chatty chatty kaf ka
- Update Armeria and Netty dependencies
- Adjusts Docker HEALTHCHECK for Kafka from 2s to 5s timeout
- Adds Docker HEALTHCHECK to Kafka and adjusts for upstream /bin/sh change
- Updates Cassandra docker to a newer JRE 1.8
- Bumps dependencies as high as we can go
- Stops using prepared or query builder statements for simple queries
- Cleans up Cassandra Session logic in preparation of Driver v4
Created an issue in apache/incubator-pinot that received 3 comments
Make at least pinot-admin.sh work with BusyBox (/bin/sh)
Particularly in Docker, we're a bit better off when we can use a limited shell like BusyBox to perform commands instead of relying on bash. For exa…