You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2020/10/27 14:19:12 UTC

[GitHub] [kafka] rondagostino opened a new pull request #9510: Add additional MetadataRecordType enums

rondagostino opened a new pull request #9510:
URL: https://github.com/apache/kafka/pull/9510


   Note that I had to remove `"mapKey": true` from `FeatureLevelRecord.json` because with it I was seeing this stack trace during the build:
   
   ```
   Exception in thread "main" java.lang.RuntimeException: Exception while processing src/main/resources/common/metadata/FeatureLevelRecord.json
           at org.apache.kafka.message.MessageGenerator.processDirectories(MessageGenerator.java:233)
           at org.apache.kafka.message.MessageGenerator.main(MessageGenerator.java:351)
   Caused by: java.lang.RuntimeException: Cannot set mapKey on top level fields.
           at org.apache.kafka.message.MessageDataGenerator.generateClass(MessageDataGenerator.java:87)
           at org.apache.kafka.message.MessageDataGenerator.generate(MessageDataGenerator.java:67)
           at org.apache.kafka.message.MessageDataGenerator.generateAndWrite(MessageDataGenerator.java:55)
           at org.apache.kafka.message.MessageGenerator.processDirectories(MessageGenerator.java:225)
   ``` 


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [kafka] rondagostino closed pull request #9510: Add additional MetadataRecordType enums

Posted by GitBox <gi...@apache.org>.
rondagostino closed pull request #9510:
URL: https://github.com/apache/kafka/pull/9510


   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org