milenkovicm commented on PR #1568:
URL: 
https://github.com/apache/datafusion-ballista/pull/1568#issuecomment-4363196897

   excellent @akshaychitneni , 
   
   perhaps we should create shortcut  methods for event streams on 
`BallistaCluster`, to make it easier to find
   
   ```rust
   // from 
   let cluster = BallistaCluster::new_from_config(&config).await?;
   cluster.cluster_state().cluster_state_events()
   // to
   let cluster = BallistaCluster::new_from_config(&config).await?;
   cluster.cluster_state_events();
   ```
   
   wdyt?
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to