Arin
Arin
I am experiencing similar issues, which is rendering this component useless for most Android devices. I can't even get it to open back up if I click in the time...
Experiencing same issue. I thought I had broke something during an update of Ember CLI Rails. Guess not! Except I am using "font-awesome-rails" gem with sass. Not sure of the...
My stylesheet is already `application.css.scss`.
Does anyone have good information how this works with a publicly accessible MSK? The docs are a bit confusing to me. I first tried using public endpoint with SCRAM and...
So I finally got it to work using "brute force" via a session manager codebuild breakpoint (used the plaintext zookeeper config - using the kafka-acl.sh manually). I'll have a follow...
Hey guys, apologies I meant to get back. Thanks for the second ping. I ended up using IAM Auth which allows you to bypass zookeeper / ACLs. I used [Kafka...
Yeah I agree, it is more effective for greenfield but I think some options like how SOFA approached with a "mapping override" could alleviate some of that friction. ``` 'Query.getBookById':...
So I've got a working solution for building a Rails GraphQL to REST mapper that I am releasing to production very soon (it proxies through rails routing nearly 40 rest...
@xkraty Did you configure something else as well? The after block doesn't seem to run when using `rake rswag`. With some investigation it looks like it is related to --dry-run...
From what I can gather, zookeeper is the only option with Amazon MSK for managing ACLs. So it doesn't seem this is supporting Amazon MSK at all if I am...