Bhaarat Sharma

Results 5 issues of Bhaarat Sharma

For certain scenarios I would like to skip tests when running `sbt -batch myapp/docker:stage` . What is a way to do this? I've tried `sbt 'set test in Test :=...

I'm using the latest version of kafkahq. While displaying the topics, we're getting the following error: ``` Caused by: java.lang.RuntimeException: Error for Describe Topics Offsets {} at org.kafkahq.utils.Lock.call(Lock.java:29) at org.kafkahq.modules.KafkaWrapper.describeTopicsOffsets(KafkaWrapper.java:96)...

enhancement
backend

I am trying to access https://aisstream.io/ through websocat but having issues. I have the API Key. This is what I see: ``` ➜ ~ websocat wss://stream.aisstream.io/v0/stream {"ApiKey":"","BoundingBoxes":[[-90,-180],[90,180]]]} websocat: WebSocketError: I/O...

### Describe the bug When running the kafka streams example here: https://quarkus.io/guides/kafka-streams the http endpoint for the aggregator doesn't work. Below is the output that we are getting. ### Expected...

What happens when a JVM app runs inside kubernetes? with JVM flags ``` J-XX:+UnlockExperimentalVMOptions J-XX:+UseCGroupMemoryLimitForHeap" ``` 1. With JVM heap constraints 2. Without JVM heap constraints and Without requests/limits 3....