Alex Sorokoumov

Results 32 comments of Alex Sorokoumov

Hey @manideep4u , Can you please describe your use case in more detail? It is not clear to me what is the benefit of returning `SELECT STRUCT("id", "name")` compared to,...

**TL;DR** * @snigdhasjg you can achieve desired behavior by using `map` as a container for your data instead of `struct` and filtering out `null` values using [filter](https://docs.ksqldb.io/en/latest/developer-guide/ksqldb-reference/scalar-functions/#filter): ```sql ksql> select...

Hey @djenriquez What Consul version do you use?

Thanks for the info! I will take a look at the issue over the weekend.

Hi @jhixson74 @andrecp , Sounds like a great idea! Feel free to poke me if you need a review. Best, Aleks

Hey @BSick7, Thank you for the PR! I would love to review it, but sumologic does not allow to register with my gmail account. Do you know how to get...

The problem is that I can't sign up for the free trial: ![2017-07-29_10-20-57](https://user-images.githubusercontent.com/918393/28743337-b2e72564-7447-11e7-8236-a4bbcdd38671.png)

Hey @nocode99, I could not reproduce it right away. Which versions of Consul-alerts and Consul did you run? Can you share a minimal config for both? BTW how did you...

Hey @mainak90, It seems that I found the issue. To send emails we use standard Go [smtp.SendMail](https://golang.org/pkg/net/smtp/#SendMail) function that accepts `Auth` interface as one of the parameters. We use the...

Hello @mainak90 , Sorry for a delayed response. I see your point! In our setup we also use an internal mail server that runs in a trusted environment and does...