After looking at the source some more, I found tha...
# troubleshooting
j
After looking at the source some more, I found that the highlevel tables copy properties at a very different level than lowlevel. For example, a highlevel table prop "stream.kafka.consumer.prop.security.protocol":"SASL_SSL" has to be "security.protocol":"SASL_SSL" in streamConfigs { } for lowlevel
w
This works for me:
Also, I have seen @Neha Pawar say that high level streams are deprecated
j
I got it to work but the same config settings for lowlevel and highlevel should use the same keys. I saw 'kafka.consumer.prop' somewhere in the documentation but now I can't find it.