bbnsumanth
bbnsumanth
I don't think it crept in from a particular revision. I'm going through mypipe code and struck with figuring out where is this method findTable(tableId: java.lang.Long) from trait BinaryLogConsumer implemented.I...
Sorry I have no clue to reproduce this.I found this when I'm reading messages from kafka.I'm pushing mutations of one table to one kafka topic with one partition.I found that...
Can you Help me in finding out the implementation for the method findTable(tableId: java.lang.Long) from trait BinaryLogConsumer
I found the reason for this problem,there is no index on "pid" field in my mongoCollection.I would be very helpful if this is included in the documentation.
It is not working as there is no index on "created_at" field in my mongoCollection. I would be very helpful if this is included in the documentation and also what...
Facing a similar problem,can someone update on this.In order to reduce the fetch time,I'm trying to load mongo collection using a split key on isodate field without any success. I'm...