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
I try to run SimpleProducer.java at Chapter 2
I got below exception
Caused by: java.lang.ClassCastException: class bbejeck.model.PurchaseKey cannot be cast to class java.lang.String (bbejeck.model.PurchaseKey is in unnamed module of loader 'app'; java.lang.String is in module java.base of loader 'bootstrap')
need to be fixed
Java version 11
Kafka version : kafka_2.13-2.7.0
The text was updated successfully, but these errors were encountered:
this code is wrong logic, i don't know why dev team can code that function without testing, chapter 3 and after that maybe good, but chapter 2 logic code like beginner
Hello
I try to run SimpleProducer.java at Chapter 2
I got below exception
Caused by: java.lang.ClassCastException: class bbejeck.model.PurchaseKey cannot be cast to class java.lang.String (bbejeck.model.PurchaseKey is in unnamed module of loader 'app'; java.lang.String is in module java.base of loader 'bootstrap')
need to be fixed
Java version 11
Kafka version : kafka_2.13-2.7.0
The text was updated successfully, but these errors were encountered: