Ben Osheroff
Ben Osheroff
Nope, they just took a bit to respond to your issue.
i'd be happy with whatever gets it up and working
haven't touched it in years. wanna fix it? I think the main issue with this bit of software is it relies on an unmaintained git library, to get it going...
yeah, that's odd. and it goes away after you quit. any ideas? I'm thinking I may have to put the terminal in raw or something, not sure.
> I'm trying to create a connection to another database server using an abstract connection model @bluengreen, does it work ok if you do `establish_connection` on the concrete model? May...
can you latch a debugger onto klass.columns and trace the code when you're on "shard2"? (incidentally you can do `ActiveRecord::Base.on_all_shards { ActiveRecord::Base.send(:subclasses).each { |klass| klass.columns } }` a little bit...
What's probably happening here is that the call to 'where' is returning an active relation object, ie a "promise" that is then evaluated outside the block (probably when irb calls...
re-opening, since this is very violiating of principle of least surprises -- any ideas on what it would take to stash the shard-selection alongside the activerelation promise object and switch...
one thing on my todo list has been to allow librdkafka (and java) specific parameters to be passed in -- I need in some cases to limit the buffer size...
Hi folks, I'm curious about this status here too. I write maxwell (https://github.com/zendesk/maxwell) and am looking for a library to pull off some HA-fu. I love the outer look of...