Uploaded image for project: 'Debezium'
  1. Debezium
  2. DBZ-9143

Prevent multiple initializations of DataTypeResolver

XMLWordPrintable

      As of today, in every call to `parse`, it obtains a new instance of DataTypeResolver by calling the `initializeDataTypeResolver` function. This ends up wasting memory and CPU cycles.

      Essentially, DataTypeResolver could be a static object, since it never changes in any of the initializations.

              Unassigned Unassigned
              akanimesh7 Animesh Kumar
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: