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
In trying to utilize using Kafka with IBM Event Stream, I think it is best to ensure that Kafka is able to connect properly with an event stream to avoid data going out of sync (between portfolio and the event stream).
This may add some overhead work to make sure secrets are setup properly.
The same should be done on any consumers to ensure that they only consume when they are able to correctly process/store the consumed events.
Usually the logs look like this:
log:[WARNING ] Failure sending message to Kafka
log:[WARNING ] java.util.concurrent.ExecutionException: org.apache.kafka.common.errors.SslAuthenticationException: SSL handshake failed
log: Caused by: javax.net.ssl.SSLHandshakeException: General SSLEngine problem
The text was updated successfully, but these errors were encountered:
Additionally, when buying/selling stock, sometimes I come across this log message: log:[WARNING ] Unable to get the stock price. Skipping sending the StockPurchase to Kafka
This should also not happen if we wish to keep portfolio in sync with Consumers reading from the Event Stream.
In trying to utilize using Kafka with IBM Event Stream, I think it is best to ensure that Kafka is able to connect properly with an event stream to avoid data going out of sync (between portfolio and the event stream).
This may add some overhead work to make sure secrets are setup properly.
The same should be done on any consumers to ensure that they only consume when they are able to correctly process/store the consumed events.
Usually the logs look like this:
The text was updated successfully, but these errors were encountered: