Coder Social home page Coder Social logo

kupra's People

Contributors

grippad avatar padewitte avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

kupra's Issues

Allow to set dynamicly readPreference

With current version (2.12.0) on Camel MongoDB endpoint we could not set readPreference at run time.

Should patch Camel MongoDB component then add the docuementation in MRC

Add a debug mode

Add a debug mode witch print maximum traces to allow user support

Manage the paginate get

Actualy MRC is unable to paginate the results of a get.
Camel mongoDB route allow this with those parameters

Just need to add those header parameter in GET endpoint

//CamelMongoDbNumToSkip MongoDbConstants.NUM_TO_SKIP Discards a given number of elements at the beginning of the cursor. int/Integer
//CamelMongoDbLimit MongoDbConstants.LIMIT Limits the number of elements returned. int/Integer
//CamelMongoDbBatchSize MongoDbConstants.BATCH_SIZE

Better error managment

When an erro occur, actualy MRC just send the stacktrace in body to client.

Should add a exception mapper to only show exception description in a JSON Object

Better log management

Actualy all logs are send to Console in INFO mod.
Command line arguments should allow tu tune it.
It would be nice if it is also possible to use log4j.properties (but not in jar like actually) at the same time.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.