Mark SimpleEmitter as deprecated
mscwilson opened this issue · 0 comments
mscwilson commented
The SimpleEmitter sends events singly via GET. We believe that this does not provide any benefits over using the BatchEmitter, whch sends requests via POST. The BatchEmitter can be configured to send events individually if required.
Therefore, we are marking SimpleEmitter as deprecated, for removal in a future release.