Nikita Pande

Results 15 issues of Nikita Pande

### Summary Can we leverage envoy's http inspector (Reference: https://www.envoyproxy.io/docs/envoy/latest/configuration/listeners/listener_filters/http_inspector). So that kuma automatically inspects and applies protocol HTTP and HTTP/2 traffic on inbound and outbound ports. And in case...

triage/accepted
kind/feature
kind/improvement
area/adoption

Fixed "Caused by: java.lang.NullPonterException" Signed-off-by: nikita15p

Signed-off-by: nikita15p

Signed-off-by: nikita15p **What this PR does / why we need it**: Unit test coverage **Which issue this PR fixes** *(optional, in `fixes #(, fixes #, ...)` format, will close that...

Unable to send cypher queries from IDE like gdotv to gremlin server. However I am able to send cypher queries through gremlin console

Adding capability to move_servers_rsgroup for all servers without explicitly passing server

Current state: Since the buffer size is limited by the size ``` byte[] buffer = new byte[64 * 1024]; ``` This was causing while loop to execute limited by buffer...

In jms source, when passwordFile property in agent config is not set, currently null value is getting passed which causes exception due to `password = Optional.absent();` in https://github.com/apache/flume/blob/trunk/flume-ng-sources/flume-jms-source/src/main/java/org/apache/flume/source/jms/JMSSource.java#L173. This PR,...

org.apache.thrift:libthrift:0.14.2 has dependency on tomcat-embed-core : 8.5.46 which is causing CVE 2020-1938. So added tomcat-embed-core. Without this change dep tree looks like ``` [INFO] +- org.apache.thrift:libthrift:jar:0.14.2:compile [INFO] | +- org.apache.tomcat.embed:tomcat-embed-core:jar:8.5.46:compile...