JunjieChou opened a new issue #541:
URL: https://github.com/apache/incubator-eventmesh/issues/541


   ## Enhancement Request
   
   ```org.apache.eventmesh.openschemaregistry.domain.*``` in 
```SubjectService.java``` is not existed.
   
   Seems that part of the package name of schema registry is renamed from 
```openschemaregistry``` to ```schema.registry.server```, but one of the 
packages imported in ```SubjectService.java``` is not changed.
   
   
   ### Is your enhancement request related to a problem? Please describe
   yes, build fail
   
   ### Describe the solution you'd like
   change ```import org.apache.eventmesh.openschemaregistry.domain.*;``` to 
```import org.apache.eventmesh.schema.registry.server.domain.*;```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to