Rob Seed
Rob Seed
## Expected Behavior If JsonDiff.asJson succeeds then JsonPatch.apply should succeed ## Actual Behavior JsonPatch.apply fails with `[MOVE Operation] Missing field` ## Steps to Reproduce the Problem ``` ObjectMapper mapper =...
``` //curl -d 'message 1' 'http://localhost:4151/put?topic=test_snappy' //curl -d 'message 2' 'http://localhost:4151/put?topic=test_snappy' //curl -d 'message 3' 'http://localhost:4151/put?topic=test_snappy' NSQLookup lookup = new DefaultNSQLookup(); lookup.addLookupAddress("localhost", 4161); NSQConfig config = new NSQConfig(); config.setCompression(NSQConfig.Compression.SNAPPY); NSQConsumer...