jeremyjpj0916

Results 114 comments of jeremyjpj0916
trafficstars

We are looking to add a very simple basic auth wrapper to this app for popup so will submit a PR if we get it working easy off a config...

Well actually I don't have time to do it nicely, but if you build the project locally off gemspec add this to the code to do it in app.rb: ```...

Try a different browser and see if that helps, Firefox. Otherwise check your C* logs and this webserver log for guidance.

@xiaoyekanren that is because you are using IE, try in Firefox it seems to load better in that browser. @yongdi thanks for this git issue it helped me too :)...

I tested the app as it stands today the option parsing does indeed work. I would make a note that c* host has to be an IP and not a...

Digging further looks like the brokers themselves are supposed to return a partiton leader in a response tcp call: https://github.com/doujiang24/lua-resty-kafka/blob/8e3686ece91472438e2f3b29371d616ccd4f84c1/lib/resty/kafka/client.lua#L90 And maybe this cluster is failing to return such information?...

Update. So I tried to rolling redeploy the app too, then it magically starts working. Also in my logic I have: ``` local ok, err = producer:send(conf.topic, nil, cjson_encode(message)) if...

Hmm seems some failures (postgres) are not even based on my plugin enhancements? Odd considering this is the master branch which I would expect stable. Also the portion of the...

I see in network calls its able to load the available/enabled on the cluster: ![image](https://user-images.githubusercontent.com/31913027/164556412-4976fb81-3e29-4145-ae84-858111fc3af7.png)

Then the plugins network element on left of chrome shows this: ![image](https://user-images.githubusercontent.com/31913027/164556521-9429effd-eb98-4bfd-92d5-f931a046e7eb.png)