Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

Expose structured events #96

Open
eulerfx opened this issue Jan 18, 2017 · 1 comment
Open

Expose structured events #96

eulerfx opened this issue Jan 18, 2017 · 1 comment

Comments

@eulerfx
Copy link
Contributor

eulerfx commented Jan 18, 2017

Currently, Kafunk logs a good deal of information to STDOUT, and the events are structured loosely as follows:

type Evt =
  struct
    val name : string
    val data : Map<string, obj>
    val msg : string
  end

But the structure isn't explicit and there isn't an easy way to subscribe to specific events. We should consider the more appropriate way to expose these events.

  • Consider using IObservable
  • Consider using Loggary
@eulerfx
Copy link
Contributor Author

eulerfx commented Aug 31, 2017

In addition, this should allow configuration of the severity level associated with an event.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant