Today, events defined in metadata.xml must have at least one field. This is because metadata.xsd defaults to minOccurs ="1". The schema should be changed so it has minOccurs="0" for <Field> elements inside an <Event> element
Furthermore, the native writer also needs to be changed to accommodate for this. Today the JVM hangs when an event with no fields is emitted.
Furthermore, the native writer also needs to be changed to accommodate for this. Today the JVM hangs when an event with no fields is emitted.