oracle / nosql-java-sdk

SDK for Java for the Oracle NoSQL Database
https://www.oracle.com/database/nosql/
Universal Permissive License v1.0
24 stars 24 forks source link

Improved netty config and logging #7

Closed gmfeinberg closed 3 years ago

gmfeinberg commented 3 years ago

2 somewhat independent pieces of work here:

  1. "fix" logging so that it works with logging config files
  2. modified netty configuration related to threads to better conform to Netty recommendations and scale more readily without user intervention

Added package-level documentation for above changes