Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate msgpack_factory from Engine to a file #871

Merged
merged 1 commit into from
Mar 31, 2016

Commits on Mar 29, 2016

  1. Separate msgpack_factory from Engine to a file

    * to make it available from many classes without loading whole Engine
    * Many classes/plugins requires accessibility for msgpack_factory to handle Fluent::EventTime
      * but Engine is too big to load every time (especially in tests)
    * This patch make it possible to use msgpack_factory from anywhere using Mixin
      * and fetched msgpack_factory is the same instance for Engine after Engine.init
      * to make it possible to use other ext types registered via Engine
    * There're another methods to create factory instances without Engine effects
      * it should be required especially for tests
    tagomoris committed Mar 29, 2016
    Configuration menu
    Copy the full SHA
    fb09f3b View commit details
    Browse the repository at this point in the history