Kris Leech

Results 64 comments of Kris Leech

However if I publish with Poseidon, `producer.send_messages([Poseidon::MessageToSend.new("test_topic", "{\"name\":\"kris\",\"color\":\"blue\"}")])`. I get the expect result consuming with Poseidon, but the an unescaped result in `kafka-console-consumer`, `{"name":"kris","color":"blue"}`..

@mensfeld Thanks for responding :smile: How do I give a JSON object to `kafka-console-producer` it only accepts string input on the command line... Do you mean to give it unescaped...

This doesn't look to be related to wisper-rspec.

It seems the duplicated `params` was Rails related adding: `

There hasn't been a release for many years since the author has been ill. Hopefully there will be one soon. See: https://github.com/chrisk/fakeweb/issues/57

One issue with turning off via `config.factory_bot.reject_primary_key_attributes = false` is that for Rails engines this needs to go in the dummy app, not in say spec_helper.

all done, tell your friends.

Do you get the same error when you run a single spec which does _not_ use Sunspot/Solr?

Ummm, I don't have a Rails 4 project which uses Sunspot in order to reproduce this. The odd thing is the error seems to have something to do with rspec...