-
Adrianos Dadis
Building Big Data & Stream processing solutions in many business domains. Interested in distributed systems and enterprise integration.
-
Recent Posts
Categories
Tag Archives: java
Apache Storm: How to configure KafkaBolt with Flux
How to configure KafkaBolt with Flux in Apache Storm Continue reading
Configurable ETL processing using Apache Storm and Kite SDK Morphlines
Configurable ETL processing using Apache Storm and Kite SDK Morphlines Continue reading
Posted in Big Data, Software Development
Tagged apache storm, ETL, java, Morphlines, software development
Leave a comment
Add Apache Camel and Spring as jboss modules in WildFly
Instructions to add Spring framework and Apache Camel as jboss modules in WildFly. Continue reading
Posted in Java, Java EE, JBoss, Software Development
Tagged java, JavaEE, jboss, software development
Leave a comment
Java bytecode verification is always REQUIRED
Never disable bytecode verification when running java as may lead you to security problems. Continue reading
Posted in Administration, Java, Java EE
Tagged java, java performance tuning, JavaEE, jdk, jvm, security, startup parameters, troubleshooting
Leave a comment
Never set GC parameter -XX:MaxTenuringThreshold greater than 15
Never set GC parameter -XX:MaxTenuringThreshold greater than 15 as it rapidly leads to heap fragmentation Continue reading