You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I am building a Kafka Streams application on top of the generated schema, I get compilation issues:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project twitter-streams-sample: Compilation failure: Compilation failure:
[ERROR] /home/gaspar_d/Projects/oom/twitter-streams-sample/target/generated-sources/com/github/jcustenborder/kafka/connect/twitter/MediaEntity.java:[16,8] class com.github.jcustenborder.kafka.connect.twitter.MediaEntity clashes with package of same name
This is due as there is both a package and a class generated with the name MediaEntity (due to the MediaEntity record and the MediaEntity.Size record).
The text was updated successfully, but these errors were encountered:
Dabz
changed the title
Avro-maven-plugin can not be generate classes from the Status schema
Avro-maven-plugin can not generate classes from the Status schema
Nov 15, 2021
When I am building a Kafka Streams application on top of the generated schema, I get compilation issues:
This is due as there is both a package and a class generated with the name
MediaEntity
(due to theMediaEntity
record and theMediaEntity.Size
record).The text was updated successfully, but these errors were encountered: