ramarro123

Results 25 comments of ramarro123

i think that this lib it's abandoned unfortunatley, someone have find a replacement?

hello, did anyone find this benefical for ta4j?

@nimo23 generally speaking i agree with you that non-threadsafe have a margin for don't use lock. but at this days there are many lockfree conllections (queue, linkedtransferqueue, concurrenthashmap) and the...

nope, no ssl enabled, and same on the config of kakfa-ui broker config -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.local.only=false -Djava.rmi.server.hostname=172.17.252.73 -Dcom.sun.management.jmxremote.rmi.port=5701 -Dcom.sun.management.jmxremote.port=5701 netstat tcp 0 0 0.0.0.0:5701 0.0.0.0:* LISTEN

let me attach the config, cluster 0 it's the one that fail due to jmx enabled in config **** ``` version: '2' services: kafka-ui: image: provectuslabs/kafka-ui container_name: kafka-ui ports: -...

``` [root@fbkppawx /opt/kafkaui]$ less logs/kafkaui.log at java.rmi/java.rmi.server.RemoteObjectInvocationHandler.invokeRemoteMethod(RemoteObjectInvocationHandler.java:217) at java.rmi/java.rmi.server.RemoteObjectInvocationHandler.invoke(RemoteObjectInvocationHandler.java:162) at com.sun.proxy.$Proxy115.newClient(Unknown Source) at java.management.rmi/javax.management.remote.rmi.RMIConnector.getConnection(RMIConnector.java:2105) at java.management.rmi/javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:321) at java.management/javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:270) at com.provectus.kafka.ui.util.JmxPoolFactory.create(JmxPoolFactory.java:31) at com.provectus.kafka.ui.util.JmxPoolFactory.create(JmxPoolFactory.java:17) at org.apache.commons.pool2.BaseKeyedPooledObjectFactory.makeObject(BaseKeyedPooledObjectFactory.java:62) at org.apache.commons.pool2.impl.GenericKeyedObjectPool.create(GenericKeyedObjectPool.java:1012) at org.apache.commons.pool2.impl.GenericKeyedObjectPool.borrowObject(GenericKeyedObjectPool.java:356) at org.apache.commons.pool2.impl.GenericKeyedObjectPool.borrowObject(GenericKeyedObjectPool.java:277)...

is mybatis team considering this feature request?

hi @markusaksli i also suggest you to remove static classes BuySell, Trade, Simulator, and make them object, in this way it will be possible to spawn multiple simulator at once,...