QualifiedSubjectNamingStrategy uses lowercase
This commit is contained in:
committed by
Oleg Zhurakousky
parent
abab014f39
commit
fec91819af
@@ -26,7 +26,7 @@ public class QualifiedSubjectNamingStrategy implements SubjectNamingStrategy {
|
||||
|
||||
@Override
|
||||
public String toSubject(Schema schema) {
|
||||
return schema.getFullName();
|
||||
return schema.getFullName().toLowerCase();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user