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
The first step is to create a consumer configuration to read from Kafka. The simplest way to do this is to copy from the producer.properties.
Create a new file: src/main/resources/consumer.properties.
Copy the configuration from src/main/resources/producer.properties.
However, there is no src/main/resources/producer.properties.
What am I missing?
The text was updated successfully, but these errors were encountered:
I am trying to follow instructions in https://developer.confluent.io/courses/flink-java/creating-a-flink-data-source-exercise/ and I do not see any exercise under staging/08-creating-a-source. Is that expected? For example, instructions say:
However, there is no src/main/resources/producer.properties.
What am I missing?
The text was updated successfully, but these errors were encountered: