Merge pull request #420 from eolivelli/fix/pulsar-remove-debug

Pulsar Driver: remove debug log that breaks Schema.AUTO_CONSUME() usage
This commit is contained in:
Jonathan Shook 2022-02-03 13:30:28 -06:00 committed by GitHub
commit a3c445ba12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -277,7 +277,6 @@ public class PulsarActivity extends SimpleActivity implements ActivityDefObserve
throw new RuntimeException("Unsupported schema type string: " + schemaType + "; " +
"Only primitive type, Avro type and AUTO_CONSUME are supported at the moment!");
}
logger.info("Generated schema from {}={} {}={}: {}", schemaTypeConfEntry, value, schemaDefinitionConfEntry, schemaDefinition, result.getSchemaInfo().getSchemaDefinition());
return result;
}