-=<yb4f310
-=<yb4f310
Hey all - I'm also struggling with this - is there some way to set a substep callback in ammo js? I really need this to speed up my game,...
Hey guys - any feedback on this - is it a simple thing? I don't know the details of emscripten but will try to build a new version of ammo...
ok - I tried the following - i modified the ammo.idl to have the following lines: `callback btInternalTickCallback = void (btDynamicsWorld world, float timeStep);` the `float` above should actually be...
Here is the full log with 'DEBUG' logLevel: ``` csi-kafka-consumer-break-tests-dev | [nodemon] restarting due to changes... csi-kafka-consumer-break-tests-dev | [nodemon] starting `mocha --inspect-brk=0.0.0.0:9229 test/kafka/consumer --recursive` csi-kafka-consumer-break-tests-dev | Debugger listening on ws://0.0.0.0:9229/3f999f60-8b88-451a-833a-0978eb930630...
I have another update - I've changed the implementation to use the admin() functins - with similar results: I am no longer calling consumer.run() followed by consumer.seek() - instead I'm...
The interesting thing is that 'partition 3' has an offset of 446 - however partition 1 is starting from 446, where it should start from 463. This could indicate that...
 Found a problem inside consumerGroup.js The function below is called with args ``` await admin.setOffsets({ groupId, topic: this.name, partitions: [ { partition: 0, offset: '495' }, { partition: 1,...
Hey guys - I just want to let you know I won't try to debug this further because I am busy with other things at the moment - but I'd...
I heard from a previous conversation that you guys are mostly testing with 3 partitions in a topic - could be worthwhile writing some tests for 4 partitions since this...
Anyone?