Bharath Kumar Ramasubramanian

Results 7 issues of Bharath Kumar Ramasubramanian

Hi Adrian, I have a question on configuring Zuul and exposing the same with multiple host names. Currently we have apache mod jk reverse proxy to do that. I am...

Hi, I have a stream called 'data_stream' with records as follows. |response_result|field1|field2|field3| |SUCCESS|xyz|abc|dyt| |SUCCESS|xyz|def|dyt| |SUCCESS|xyz|abc|bhi| |FAILURE|xyz|abc|dyt| |FAILURE|xyz|abc|dyt| Want to calculate percentage of SUCCESS/FAILURE based on fields field1 or field1,field2 or...

Hi, Is this even possible, if not, whats the latest postgres supported. 1. Which is the best way to install pg extensions if we start from a pipelinedb docker image....

Hi, I have installed pipeline (9.5.3) in my mac. ``` $ pipeline-ctl -V pg_ctl (PostgreSQL) 9.5.3 $ ``` Also added the below in /usr/local/lib/pipelinedb/data/pipelinedb.conf which is an equivalent of postgres.conf....

Hi, I have the following set. But still am getting the "no valid brokers specified" warning when I run kafka.produce. ``` pipeline=# SELECT host||','||port from kafka.broker; ?column? ---------------- localhost,9092 (1...

Hi, Is there any api/method to get the following when using the ES client. 1. total number of connections (active,closed, stale etc). 2. total number of connection pools (active,closed etc)....

### Problem Statement Add ability to add custom span attributes to the span with instrumentationScopeName go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp and kind client ### Proposed Solution A clear and concise description of what you...

enhancement