Currently almost all implementations of the PostgresPersistenceStrategy have a hard-coded maximum length of 100 characters for the event_name. Is there a reason to keep this hard-coded to 100? Or is there some other limit we must keep in mind to make sure no other code trips over longer event names?
Currently almost all implementations of the
PostgresPersistenceStrategy
have a hard-coded maximum length of 100 characters for the event_name. Is there a reason to keep this hard-coded to 100? Or is there some other limit we must keep in mind to make sure no other code trips over longer event names?