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
hey @BarDweller - when you get a chance, we should look at whether you can update your portfolio-spring to do the Kafka stuff for talking to IBM Event Streams, like portfolio now does (as requested for the FastStart and Think demos). presumably you'd use https://spring.io/projects/spring-kafka. would be another good comparison point of possible ease-of-use in Spring versus the approach you'd currently use in Java without it (which will get much better, once mpReactiveMessaging becomes available). we should be able to get to where trade-history can consume the message you'd post from Spring, just like it can the message I currently post to the stocktrader topic.
The text was updated successfully, but these errors were encountered:
hey @BarDweller - when you get a chance, we should look at whether you can update your
portfolio-spring
to do the Kafka stuff for talking to IBM Event Streams, likeportfolio
now does (as requested for the FastStart and Think demos). presumably you'd use https://spring.io/projects/spring-kafka. would be another good comparison point of possible ease-of-use in Spring versus the approach you'd currently use in Java without it (which will get much better, once mpReactiveMessaging becomes available). we should be able to get to wheretrade-history
can consume the message you'd post from Spring, just like it can the message I currently post to thestocktrader
topic.The text was updated successfully, but these errors were encountered: