snowplow / snowplow-java-tracker

Snowplow event tracker for Java. Add analytics to your Java desktop and server apps, servlets and games. (See also: snowplow-android-tracker)
http://snowplowanalytics.com
Apache License 2.0
24 stars 36 forks source link

Mark SimpleEmitter as deprecated #309

Closed mscwilson closed 2 years ago

mscwilson commented 2 years ago

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.